windows-nt/Source/XPSP1/NT/enduser/troubleshoot/msinfo/stubexe/stubexe.h

16 lines
294 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
// 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;