#include <CBModalDialog.h>
Public Member Functions | |
CBModalDialog (UINT nID, int screen=0) | |
virtual | ~CBModalDialog () |
void | SetHelpInfo (UINT helpInfo) |
void | SetMsgProcHook (bool bSet) |
HHOOK | GetMsgProcHook () |
void | OnFunctionKey (LPMSG) |
Public Attributes | |
HHOOK | m_hHook |
Protected Member Functions | |
virtual BOOL | OnInitDialog () |
afx_msg void | OnDestroy () |
Protected Attributes | |
UINT | m_nID |
MSWindowP | m_pWindow |
CBModalDialog | ( | UINT | nID, |
int | screen = 0 |
||
) |
|
virtual |
HHOOK GetMsgProcHook | ( | ) |
References m_hHook.
|
protected |
void OnFunctionKey | ( | LPMSG | ) |
|
protectedvirtual |
void SetHelpInfo | ( | UINT | helpInfo | ) |
void SetMsgProcHook | ( | bool | bSet | ) |
HHOOK m_hHook |
Referenced by GetMsgProcHook().
|
protected |
|
protected |