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.

55 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. // Dialog Data
  18. //{{AFX_DATA(CPackageDetails)
  19. enum { IDD = IDD_PACKAGE_DETAILS };
  20. CListBox m_cList;
  21. //}}AFX_DATA
  22. // Overrides
  23. // ClassWizard generate virtual function overrides
  24. //{{AFX_VIRTUAL(CPackageDetails)
  25. protected:
  26. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. protected:
  30. // Generated message map functions
  31. //{{AFX_MSG(CPackageDetails)
  32. afx_msg void OnDestroy();
  33. virtual BOOL OnInitDialog();
  34. //}}AFX_MSG
  35. DECLARE_MESSAGE_MAP()
  36. public:
  37. long m_hConsoleHandle; // Handle given to the snap-in by the console
  38. IStream * m_pIStream; // copy of the pointer to the marshalling stream for unmarshalling IClassAdmin
  39. IClassAdmin * m_pIClassAdmin;
  40. APP_DATA * m_pData;
  41. };
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_PKGDTL_H__BB970E11_9CA4_11D0_8D3F_00A0C90DCAE7__INCLUDED_)