GME  13
PanningWindowWrapper.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 "panningwindowwrapper.h"
00009 
00011 // CPartBrowser
00012 
00013 IMPLEMENT_DYNCREATE(CPanningWindowWrapper, CWnd)
00014 
00015 
00016 // CPanningWindowWrapper operations
00017 
00018 void CPanningWindowWrapper::SetBitmapDC(ULONGLONG ownerWnd, ULONGLONG bDC, ULONGLONG oldBmp,
00019                                                                                 LONG orix, LONG oriy, LONG oriw, LONG orih,
00020                                                                                 LONG rx, LONG ry, LONG rw, LONG rh,
00021                                                                                 OLE_COLOR bkgrnd)
00022 {
00023         static BYTE parms[] =
00024                 VTS_UI8 VTS_UI8 VTS_UI8 VTS_I4 VTS_I4 VTS_I4 VTS_I4 VTS_I4 VTS_I4 VTS_I4 VTS_I4 VTS_COLOR;
00025         InvokeHelper(0x1, DISPATCH_METHOD, VT_EMPTY, NULL, parms,
00026                 ownerWnd, bDC, oldBmp, orix, oriy, oriw, orih, rx, ry, rw, rh, bkgrnd);
00027 }
00028 
00029 void CPanningWindowWrapper::SetViewRect(LONG vrx, LONG vry, LONG vrw, LONG vrh)
00030 {
00031         static BYTE parms[] =
00032                 VTS_I4 VTS_I4 VTS_I4 VTS_I4;
00033         InvokeHelper(0x2, DISPATCH_METHOD, VT_EMPTY, NULL, parms,
00034                 vrx, vry, vrw, vrh);
00035 }
00036 
00037 void CPanningWindowWrapper::AboutBox()
00038 {
00039         InvokeHelper(0xfffffdd8, DISPATCH_METHOD, VT_EMPTY, NULL, NULL);
00040 }