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.

15 lines
294 B

  1. // StubExe.h - Define the class for
  2. //
  3. // Copyright (c) 1998-1999 Microsoft Corporation
  4. #include <afxwin.h>
  5. extern const CLSID CLSID_SystemInfo;
  6. extern const IID IID_ISystemInfo;
  7. class CMSInfoApp : public CWinApp {
  8. BOOL InitInstance();
  9. BOOL RunMSInfoInHelpCtr();
  10. };
  11. CMSInfoApp theApp;