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.

52 lines
1.3 KiB

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