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.

54 lines
1.4 KiB

  1. #if !defined(AFX_TRUSTERDLG_H__00348D40_621E_11D3_AF7D_0090275A583D__INCLUDED_)
  2. #define AFX_TRUSTERDLG_H__00348D40_621E_11D3_AF7D_0090275A583D__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // TrusterDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CTrusterDlg dialog
  10. #include "resource.h"
  11. #include "ErrDct.hpp"
  12. class CTrusterDlg : public CDialog
  13. {
  14. // Construction
  15. public:
  16. CTrusterDlg(CWnd* pParent = NULL); // standard constructor
  17. CString m_strDomain;
  18. CString m_strPassword;
  19. CString m_strUser;
  20. DWORD len;
  21. bool toreturn;
  22. TErrorDct err;
  23. // Dialog Data
  24. //{{AFX_DATA(CTrusterDlg)
  25. enum { IDD = IDD_CREDENTIALS_TRUST };
  26. // NOTE: the ClassWizard will add data members here
  27. //}}AFX_DATA
  28. // Overrides
  29. // ClassWizard generated virtual function overrides
  30. //{{AFX_VIRTUAL(CTrusterDlg)
  31. protected:
  32. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  33. //}}AFX_VIRTUAL
  34. // Implementation
  35. protected:
  36. // Generated message map functions
  37. //{{AFX_MSG(CTrusterDlg)
  38. afx_msg void OnOK();
  39. afx_msg void OnCancel();
  40. virtual BOOL OnInitDialog();
  41. //}}AFX_MSG
  42. DECLARE_MESSAGE_MAP()
  43. };
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_TRUSTERDLG_H__00348D40_621E_11D3_AF7D_0090275A583D__INCLUDED_)