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.

38 lines
1.1 KiB

  1. #if !defined(AFX_CERTWIZ_H__D4BE8638_0C85_11D2_91B1_00C04F8C8761__INCLUDED_)
  2. #define AFX_CERTWIZ_H__D4BE8638_0C85_11D2_91B1_00C04F8C8761__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // CertWiz.h : main header file for CERTWIZ.DLL
  7. #if !defined( __AFXCTL_H__ )
  8. #error include 'afxctl.h' before including this file
  9. #endif
  10. #include "resource.h" // main symbols
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CCertWizApp : See CertWiz.cpp for implementation.
  13. class CCertWizApp : public COleControlModule
  14. {
  15. public:
  16. BOOL InitInstance();
  17. int ExitInstance();
  18. HKEY RegOpenKeyWizard();
  19. void GetRegistryPath(CString& str);
  20. };
  21. // Implemented in orginfopage.cpp
  22. void DDV_MaxCharsCombo(CDataExchange* pDX, UINT ControlID, CString const& value, int nChars);
  23. extern const GUID CDECL _tlid;
  24. extern const WORD _wVerMajor;
  25. extern const WORD _wVerMinor;
  26. //{{AFX_INSERT_LOCATION}}
  27. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  28. #endif // !defined(AFX_CERTWIZ_H__D4BE8638_0C85_11D2_91B1_00C04F8C8761__INCLUDED)