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.

62 lines
1.6 KiB

  1. #if !defined(AFX_DLGDEVICE_H__253A5CFA_A7D5_49FC_8107_D67F2EF3278E__INCLUDED_)
  2. #define AFX_DLGDEVICE_H__253A5CFA_A7D5_49FC_8107_D67F2EF3278E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DlgDevice.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CDlgDevice dialog
  10. class CDlgDevice : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CDlgDevice(HANDLE hFax, DWORD dwDeviceID, CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CDlgDevice)
  17. enum { IDD = IDD_DLGDEVICE };
  18. CString m_cstrCSID;
  19. CString m_cstrDescription;
  20. CString m_cstrDeviceID;
  21. CString m_cstrDeviceName;
  22. CString m_cstrProviderGUID;
  23. CString m_m_cstrProviderName;
  24. FAX_ENUM_DEVICE_RECEIVE_MODE m_ReceiveMode;
  25. UINT m_dwRings;
  26. BOOL m_bSend;
  27. CString m_cstrTSID;
  28. //}}AFX_DATA
  29. // Overrides
  30. // ClassWizard generated virtual function overrides
  31. //{{AFX_VIRTUAL(CDlgDevice)
  32. protected:
  33. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. protected:
  37. // Generated message map functions
  38. //{{AFX_MSG(CDlgDevice)
  39. virtual BOOL OnInitDialog();
  40. afx_msg void OnRefresh();
  41. afx_msg void OnWrite();
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. private:
  45. HANDLE m_hFax;
  46. DWORD m_dwDeviceID;
  47. };
  48. //{{AFX_INSERT_LOCATION}}
  49. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  50. #endif // !defined(AFX_DLGDEVICE_H__253A5CFA_A7D5_49FC_8107_D67F2EF3278E__INCLUDED_)