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.

57 lines
1.4 KiB

  1. /*++
  2. Copyright (c) 1997-1999 Microsoft Corporation
  3. Revision History:
  4. --*/
  5. // EnumGuid.h : main header file for the ENUMGUID application
  6. //
  7. #if !defined(AFX_ENUMGUID_H__272A54EB_8D57_11D1_9904_006008C3A19A__INCLUDED_)
  8. #define AFX_ENUMGUID_H__272A54EB_8D57_11D1_9904_006008C3A19A__INCLUDED_
  9. #if _MSC_VER >= 1000
  10. #pragma once
  11. #endif // _MSC_VER >= 1000
  12. #ifndef __AFXWIN_H__
  13. #error include 'stdafx.h' before including this file for PCH
  14. #endif
  15. #include "resource.h" // main symbols
  16. /////////////////////////////////////////////////////////////////////////////
  17. // CEnumGuidApp:
  18. // See EnumGuid.cpp for the implementation of this class
  19. //
  20. class CEnumGuidApp : public CWinApp
  21. {
  22. public:
  23. CEnumGuidApp();
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CEnumGuidApp)
  27. public:
  28. virtual BOOL InitInstance();
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. //{{AFX_MSG(CEnumGuidApp)
  32. // NOTE - the ClassWizard will add and remove member functions here.
  33. // DO NOT EDIT what you see in these blocks of generated code !
  34. //}}AFX_MSG
  35. DECLARE_MESSAGE_MAP()
  36. };
  37. /////////////////////////////////////////////////////////////////////////////
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_ENUMGUID_H__272A54EB_8D57_11D1_9904_006008C3A19A__INCLUDED_)