Leaked source code of windows server 2003
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.

25 lines
693 B

  1. // cnfgprts.h : main header file for CNFGPRTS.DLL
  2. #if !defined( __AFXCTL_H__ )
  3. #error include 'afxctl.h' before including this file
  4. #endif
  5. #include "resource.h" // main symbols
  6. #include "helpmap.h" // main symbols
  7. #define REGKEY_STP _T("SOFTWARE\\Microsoft\\INetStp")
  8. #define REGKEY_INSTALLKEY _T("InstallPath")
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CCnfgprtsApp : See cnfgprts.cpp for implementation.
  11. class CCnfgprtsApp : public COleControlModule
  12. {
  13. public:
  14. BOOL InitInstance();
  15. int ExitInstance();
  16. };
  17. extern const GUID CDECL _tlid;
  18. extern const WORD _wVerMajor;
  19. extern const WORD _wVerMinor;