dlgproxy.h
上传用户:szled88
上传日期:2015-04-09
资源大小:43957k
文件大小:1k
- // [!output DIALOG_AUTO_PROXY_HEADER]: header file
- //
- #pragma once
- class [!output DIALOG_CLASS];
- // [!output DIALOG_AUTO_PROXY_CLASS] command target
- class [!output DIALOG_AUTO_PROXY_CLASS] : public [!output DIALOG_AUTO_PROXY_BASE_CLASS]
- {
- DECLARE_DYNCREATE([!output DIALOG_AUTO_PROXY_CLASS])
- [!output DIALOG_AUTO_PROXY_CLASS](); // protected constructor used by dynamic creation
- // Attributes
- public:
- [!output DIALOG_CLASS]* m_pDialog;
- // Operations
- public:
- // Overrides
- public:
- virtual void OnFinalRelease();
- // Implementation
- protected:
- virtual ~[!output DIALOG_AUTO_PROXY_CLASS]();
- // Generated message map functions
- DECLARE_MESSAGE_MAP()
- DECLARE_OLECREATE([!output DIALOG_AUTO_PROXY_CLASS])
- // Generated OLE dispatch map functions
- DECLARE_DISPATCH_MAP()
- DECLARE_INTERFACE_MAP()
- };