GME  13
search.cpp
Go to the documentation of this file.
00001 // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
00002 
00003 // NOTE: Do not modify the contents of this file.  If this class is regenerated by
00004 //  Microsoft Visual C++, your modifications will be overwritten.
00005 
00006 
00007 #include "stdafx.h"
00008 #include "search.h"
00009 
00011 // CSearch
00012 
00013 IMPLEMENT_DYNCREATE(CSearch, CWnd)
00014 
00015 
00016 // CSearch properties
00017 
00018 LPUNKNOWN CSearch::GetMgaProject()
00019 {
00020         LPUNKNOWN result;
00021         GetProperty(0x1, VT_UNKNOWN, (void*)&result);
00022         return result;
00023 }
00024 
00025 void CSearch::SetMgaProject(LPUNKNOWN propVal)
00026 {
00027         SetProperty(0x1, VT_UNKNOWN, propVal);
00028 }
00029 
00031 // CSearch operations
00032 
00033 void CSearch::OpenProject(LPCTSTR connStr)
00034 {
00035         static BYTE parms[] =
00036                 VTS_BSTR;
00037         InvokeHelper(0x2, DISPATCH_METHOD, VT_EMPTY, NULL, parms,
00038                  connStr);
00039 }
00040 
00041 void CSearch::SelMgaObjects(LPUNKNOWN p_selMgaObjs)
00042 {
00043         static BYTE parms[] = VTS_UNKNOWN ;
00044         InvokeHelper(0x3, DISPATCH_METHOD, VT_EMPTY, NULL, parms, p_selMgaObjs);
00045 }
00046 
00047 void CSearch::AboutBox()
00048 {
00049         InvokeHelper(0xfffffdd8, DISPATCH_METHOD, VT_EMPTY, NULL, NULL);
00050 }