windows-nt/Source/XPSP1/NT/enduser/troubleshoot/msinfo/stubexe/stubexe.h
2020-09-26 16:20:57 +08:00

16 lines
294 B
C++

// StubExe.h - Define the class for
//
// Copyright (c) 1998-1999 Microsoft Corporation
#include <afxwin.h>
extern const CLSID CLSID_SystemInfo;
extern const IID IID_ISystemInfo;
class CMSInfoApp : public CWinApp {
BOOL InitInstance();
BOOL RunMSInfoInHelpCtr();
};
CMSInfoApp theApp;