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.

35 lines
1.0 KiB

  1. // HMSnapinAbout.h: interface for the CHMSnapinAbout class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_HMSNAPINABOUT_H__6F1C1CC3_C1EE_11D2_BD81_0000F87A3912__INCLUDED_)
  5. #define AFX_HMSNAPINABOUT_H__6F1C1CC3_C1EE_11D2_BD81_0000F87A3912__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #include "SnapinAbout.h"
  10. class CHMSnapinAbout : public CSnapinAbout
  11. {
  12. DECLARE_DYNCREATE(CHMSnapinAbout)
  13. // Construction/Destruction
  14. public:
  15. CHMSnapinAbout();
  16. virtual ~CHMSnapinAbout();
  17. // Overrideable Members
  18. protected:
  19. virtual HRESULT OnGetStaticFolderImage(HBITMAP __RPC_FAR * hSmallImage,HBITMAP __RPC_FAR * hSmallImageOpen,HBITMAP __RPC_FAR * hLargeImage,COLORREF __RPC_FAR * cMask);
  20. virtual void OnGetSnapinDescription(CString& sDescription);
  21. virtual HRESULT OnGetSnapinImage(HICON __RPC_FAR *hAppIcon);
  22. // MFC Implementation
  23. protected:
  24. DECLARE_OLECREATE_EX(CHMSnapinAbout)
  25. };
  26. #endif // !defined(AFX_HMSNAPINABOUT_H__6F1C1CC3_C1EE_11D2_BD81_0000F87A3912__INCLUDED_)