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_DLGEXTENSIONDATA_H__1BC856D5_F2DD_4462_AF33_729F0EE63015__INCLUDED_)
  2. #define AFX_DLGEXTENSIONDATA_H__1BC856D5_F2DD_4462_AF33_729F0EE63015__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DlgExtensionData.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CDlgExtensionData dialog
  10. class CDlgExtensionData : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CDlgExtensionData(HANDLE hFax, CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CDlgExtensionData)
  17. enum { IDD = IDD_DLGEXTENSION };
  18. CComboBox m_cmbDevices;
  19. CString m_cstrData;
  20. CString m_cstrGUID;
  21. //}}AFX_DATA
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CDlgExtensionData)
  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(CDlgExtensionData)
  32. virtual BOOL OnInitDialog();
  33. afx_msg void OnRead();
  34. afx_msg void OnWrite();
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. private:
  38. HANDLE m_hFax;
  39. };
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_DLGEXTENSIONDATA_H__1BC856D5_F2DD_4462_AF33_729F0EE63015__INCLUDED_)