Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
466 B

// MSConfigCtl.cpp : Implementation of CMSConfigCtl
#include "stdafx.h"
#include "Msconfig.h"
#include "MSConfigCtl.h"
#include "pagegeneral.h"
/////////////////////////////////////////////////////////////////////////////
// CMSConfigCtl
STDMETHODIMP CMSConfigCtl::SetParentHWND(DWORD_PTR dwHWND)
{
AFX_MANAGE_STATE(AfxGetStaticModuleState());
if (m_fDoNotRun)
return S_OK;
m_hwndParent = (HWND)dwHWND; // TBD - fix this for 64-bit windows
return S_OK;
}