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.

59 lines
1.6 KiB

  1. #if !defined(AFX_PKGDTL_H__BB970E11_9CA4_11D0_8D3F_00A0C90DCAE7__INCLUDED_)
  2. #define AFX_PKGDTL_H__BB970E11_9CA4_11D0_8D3F_00A0C90DCAE7__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // pkgdtl.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CPackageDetails dialog
  10. class CPackageDetails : public CPropertyPage
  11. {
  12. DECLARE_DYNCREATE(CPackageDetails)
  13. // Construction
  14. public:
  15. CPackageDetails();
  16. ~CPackageDetails();
  17. CPackageDetails ** m_ppThis;
  18. // Dialog Data
  19. //{{AFX_DATA(CPackageDetails)
  20. enum { IDD = IDD_PACKAGE_DETAILS };
  21. CListBox m_cList;
  22. //}}AFX_DATA
  23. // Overrides
  24. // ClassWizard generate virtual function overrides
  25. //{{AFX_VIRTUAL(CPackageDetails)
  26. protected:
  27. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  28. virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam);
  29. //}}AFX_VIRTUAL
  30. void RefreshData(void);
  31. // Implementation
  32. protected:
  33. // Generated message map functions
  34. //{{AFX_MSG(CPackageDetails)
  35. virtual BOOL OnInitDialog();
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. void DumpDetails(FILE *);
  39. void DumpClassDetail(FILE *, CLASSDETAIL *);
  40. public:
  41. long m_hConsoleHandle; // Handle given to the snap-in by the console
  42. APP_DATA * m_pData;
  43. };
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_PKGDTL_H__BB970E11_9CA4_11D0_8D3F_00A0C90DCAE7__INCLUDED_)