Leaked source code of windows server 2003
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.

63 lines
1.7 KiB

  1. #if !defined(AFX_SHRPGSMB_H__A1211F5C_C439_11D1_A6C7_00C04FB94F17__INCLUDED_)
  2. #define AFX_SHRPGSMB_H__A1211F5C_C439_11D1_A6C7_00C04FB94F17__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // ShrPgSMB.h : header file
  7. //
  8. #include "ShrProp.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CSharePageGeneralSMB dialog
  11. class CSharePageGeneralSMB : public CSharePageGeneral
  12. {
  13. DECLARE_DYNCREATE(CSharePageGeneralSMB)
  14. // Construction
  15. public:
  16. CSharePageGeneralSMB();
  17. virtual ~CSharePageGeneralSMB();
  18. virtual BOOL Load( CFileMgmtComponentData* pFileMgmtData, LPDATAOBJECT piDataObject );
  19. // Dialog Data
  20. //{{AFX_DATA(CSharePageGeneralSMB)
  21. enum { IDD = IDD_SHAREPROP_GENERAL_SMB };
  22. CButton m_cacheBtn;
  23. //}}AFX_DATA
  24. // Overrides
  25. // ClassWizard generate virtual function overrides
  26. //{{AFX_VIRTUAL(CSharePageGeneralSMB)
  27. public:
  28. virtual BOOL OnApply();
  29. protected:
  30. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. protected:
  34. // Generated message map functions
  35. //{{AFX_MSG(CSharePageGeneralSMB)
  36. afx_msg void OnCaching();
  37. virtual BOOL OnInitDialog();
  38. afx_msg BOOL OnHelp(WPARAM wParam, LPARAM lParam);
  39. afx_msg BOOL OnContextHelp(WPARAM wParam, LPARAM lParam);
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. void DisplayNetMsgError (CString introMsg, NET_API_STATUS dwErr);
  43. private:
  44. BOOL m_fEnableCachingButton;
  45. BOOL m_fEnableCacheFlag;
  46. DWORD m_dwFlags;
  47. };
  48. //{{AFX_INSERT_LOCATION}}
  49. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  50. #endif // !defined(AFX_SHRPGSMB_H__A1211F5C_C439_11D1_A6C7_00C04FB94F17__INCLUDED_)