windows-nt/Source/XPSP1/NT/admin/pchealth/sysinfo/msconfig/shell/msconfigctl.cpp

28 lines
786 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your modifications will be overwritten.
#include "stdafx.h"
#include "msconfigctl.h"
/////////////////////////////////////////////////////////////////////////////
// CMSConfigCtl
IMPLEMENT_DYNCREATE(CMSConfigCtl, CWnd)
/////////////////////////////////////////////////////////////////////////////
// CMSConfigCtl properties
/////////////////////////////////////////////////////////////////////////////
// CMSConfigCtl operations
void CMSConfigCtl::SetParentHWND(DWORD_PTR dwHWND)
{
static BYTE parms[] =
VTS_I4;
InvokeHelper(0x1, DISPATCH_METHOD, VT_EMPTY, NULL, parms,
dwHWND);
}