#if !defined(AFX_PAGEENCRYPTION_H__31B6F038_146F_409B_A09C_9697AE111185__INCLUDED_) #define AFX_PAGEENCRYPTION_H__31B6F038_146F_409B_A09C_9697AE111185__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // PageEncryption.h : header file // #include "ParamDlg.h" ///////////////////////////////////////////////////////////////////////////// // CPageEncryption dialog class CPageEncryption : public CParamDlg { // Construction public: CPageEncryption(CWnd* pParent, CMgrNVE* pMgrCM, CConnectionManager *pConnMgr); // standard constructor // Dialog Data //{{AFX_DATA(CPageEncryption) enum { IDD = IDD_PG_ENCRYPT_SETTINGS }; CEdit m_edtVideoEncKeyDll; CEdit m_edtVideoEncKey; CEdit m_edtAudioEncKeyDll; CEdit m_edtAudioEncKey; CComboBox m_cbVideoEncType; CComboBox m_cbVideoEncMode; CComboBox m_cbAudioEncMode; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CPageEncryption) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CPageEncryption) afx_msg void OnBtnApplyEnc(); virtual BOOL OnInitDialog(); afx_msg void OnDestroy(); afx_msg void OnBtnApplyEncDll(); //}}AFX_MSG DECLARE_MESSAGE_MAP() private: void GetEncryptionKey(BOOL bDevice, UCHAR *pVideoKey, UCHAR *pAudioKey); private: INet5 *m_pNet5Api; IMessageManager *m_pMsgMgr; NVE_RTSP_VALUE m_RtspValue[NVE_MAX_RTSP_VALUE]; }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_PAGEENCRYPTION_H__31B6F038_146F_409B_A09C_9697AE111185__INCLUDED_)