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.

73 lines
2.0 KiB

  1. #if !defined(AFX_DEPLOY_H__745C0AF0_8C70_11D1_984D_00C04FB9603F__INCLUDED_)
  2. #define AFX_DEPLOY_H__745C0AF0_8C70_11D1_984D_00C04FB9603F__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // Deploy.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CDeploy dialog
  10. class CDeploy : public CPropertyPage
  11. {
  12. DECLARE_DYNCREATE(CDeploy)
  13. // Construction
  14. public:
  15. CDeploy();
  16. ~CDeploy();
  17. CDeploy ** m_ppThis;
  18. // Dialog Data
  19. //{{AFX_DATA(CDeploy)
  20. enum { IDD = IDD_DEPLOYMENT };
  21. BOOL m_fAutoInst;
  22. int m_iDeployment;
  23. int m_iUI;
  24. //}}AFX_DATA
  25. APP_DATA * m_pData;
  26. IClassAdmin * m_pIClassAdmin;
  27. IStream * m_pIStream;
  28. long m_hConsoleHandle;
  29. DWORD m_cookie;
  30. #ifdef UGLY_SUBDIRECTORY_HACK
  31. CString m_szGPTRoot;
  32. #endif
  33. // Overrides
  34. // ClassWizard generate virtual function overrides
  35. //{{AFX_VIRTUAL(CDeploy)
  36. public:
  37. virtual BOOL OnApply();
  38. protected:
  39. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  40. virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam);
  41. //}}AFX_VIRTUAL
  42. // Implementation
  43. protected:
  44. // Generated message map functions
  45. //{{AFX_MSG(CDeploy)
  46. virtual BOOL OnInitDialog();
  47. afx_msg void OnDisable();
  48. afx_msg void OnPublished();
  49. afx_msg void OnAssigned();
  50. afx_msg void OnAutoInstall();
  51. afx_msg void OnBasic();
  52. afx_msg void OnMax();
  53. afx_msg void OnDefault();
  54. afx_msg void OnAdvanced();
  55. //}}AFX_MSG
  56. DECLARE_MESSAGE_MAP()
  57. void RefreshData(void);
  58. };
  59. //{{AFX_INSERT_LOCATION}}
  60. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  61. #endif // !defined(AFX_DEPLOY_H__745C0AF0_8C70_11D1_984D_00C04FB9603F__INCLUDED_)