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.

27 lines
786 B

  1. // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
  2. // NOTE: Do not modify the contents of this file. If this class is regenerated by
  3. // Microsoft Visual C++, your modifications will be overwritten.
  4. #include "stdafx.h"
  5. #include "msconfigctl.h"
  6. /////////////////////////////////////////////////////////////////////////////
  7. // CMSConfigCtl
  8. IMPLEMENT_DYNCREATE(CMSConfigCtl, CWnd)
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CMSConfigCtl properties
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CMSConfigCtl operations
  13. void CMSConfigCtl::SetParentHWND(DWORD_PTR dwHWND)
  14. {
  15. static BYTE parms[] =
  16. VTS_I4;
  17. InvokeHelper(0x1, DISPATCH_METHOD, VT_EMPTY, NULL, parms,
  18. dwHWND);
  19. }