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.

86 lines
2.4 KiB

  1. #if !defined(AFX_ARCHIVEMSGDLG_H__8AA02C3E_2D0A_4756_8E5B_1AF62397712B__INCLUDED_)
  2. #define AFX_ARCHIVEMSGDLG_H__8AA02C3E_2D0A_4756_8E5B_1AF62397712B__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ArchiveMsgDlg.h : header file
  7. //
  8. typedef unsigned long ULONG_PTR, *PULONG_PTR;
  9. typedef ULONG_PTR DWORD_PTR, *PDWORD_PTR;
  10. #include "..\..\..\inc\fxsapip.h"
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CArchiveMsgDlg dialog
  13. class CArchiveMsgDlg : public CDialog
  14. {
  15. // Construction
  16. public:
  17. CArchiveMsgDlg(HANDLE hFax,
  18. FAX_ENUM_MESSAGE_FOLDER Folder,
  19. DWORDLONG dlgMsgId,
  20. CWnd* pParent = NULL); // standard constructor
  21. // Dialog Data
  22. //{{AFX_DATA(CArchiveMsgDlg)
  23. enum { IDD = IDD_MSG_DLG };
  24. CString m_cstrBillingCode;
  25. CString m_cstrCallerId;
  26. CString m_cstrCSID;
  27. CString m_cstrDeviceName;
  28. CString m_cstrDocumentName;
  29. CString m_cstrTransmissionEndTime;
  30. CString m_cstrFolderName;
  31. CString m_cstrMsgId;
  32. CString m_cstrOrigirnalSchedTime;
  33. CString m_cstrNumPages;
  34. CString m_cstrPriority;
  35. CString m_cstrRecipientName;
  36. CString m_cstrRecipientNumber;
  37. CString m_cstrRetries;
  38. CString m_cstrRoutingInfo;
  39. CString m_cstrSenderName;
  40. CString m_cstrSenderNumber;
  41. CString m_cstrSendingUser;
  42. CString m_cstrTransmissionStartTime;
  43. CString m_cstrSubject;
  44. CString m_cstrSumbissionTime;
  45. CString m_cstrTSID;
  46. CString m_cstrJobType;
  47. CString m_cstrMsgSize;
  48. //}}AFX_DATA
  49. // Overrides
  50. // ClassWizard generated virtual function overrides
  51. //{{AFX_VIRTUAL(CArchiveMsgDlg)
  52. protected:
  53. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  54. //}}AFX_VIRTUAL
  55. // Implementation
  56. protected:
  57. // Generated message map functions
  58. //{{AFX_MSG(CArchiveMsgDlg)
  59. afx_msg void OnRemove();
  60. virtual BOOL OnInitDialog();
  61. //}}AFX_MSG
  62. DECLARE_MESSAGE_MAP()
  63. private:
  64. void SetNumber (CString &cstrDest, DWORD dwValue, BOOL bAvail);
  65. void SetTime (CString &cstrDest, SYSTEMTIME dwTime, BOOL bAvail);
  66. HANDLE m_hFax;
  67. DWORDLONG m_dwlMsgId;
  68. FAX_ENUM_MESSAGE_FOLDER m_Folder;
  69. };
  70. //{{AFX_INSERT_LOCATION}}
  71. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  72. #endif // !defined(AFX_ARCHIVEMSGDLG_H__8AA02C3E_2D0A_4756_8E5B_1AF62397712B__INCLUDED_)