Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

CP_WndProcs.h File Reference


Functions

CPLAT_Begin_Namespace_CPLAT
LRESULT CALLBACK 
ViewWndProc (HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM inLParam)
 CP_WndProcs.
LRESULT CALLBACK ViewHelperWndProc (HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM inLParam)
LRESULT CALLBACK WindowWndProc (HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM inLParam)
LRESULT CALLBACK WindowMDIChildWndProc (HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM inLParam)

Function Documentation

CPLAT_Begin_Namespace_CPLAT LRESULT CALLBACK ViewWndProc HWND  inHwnd,
UINT  inMsg,
WPARAM  inWParam,
LPARAM  inLParam
 

Windows child window callback to provide interface between a Windows child window used in CP_Views and the CPLAT framework.

Parameters:
inHwnd Windows child window.
inMsg The Windows message to be handled.
inWParam wParam of the windows message.
inLParam lParam of the windows message.
Exceptions:
none 
Returns:
LRESULT The result of the message.

LRESULT CALLBACK ViewHelperWndProc HWND  inHwnd,
UINT  inMsg,
WPARAM  inWParam,
LPARAM  inLParam
 

Windows child window callback to provide interface between a Windows child window used in CP_Views and the CPLAT framework. This is used with controls that have a helper control, and need to route the messages to the CP_View class.

Parameters:
inHwnd Windows child window.
inMsg The Windows message to be handled.
inWParam wParam of the windows message.
inLParam lParam of the windows message.
Exceptions:
none 
Returns:
LRESULT The result of the message.

LRESULT CALLBACK WindowWndProc HWND  inHwnd,
UINT  inMsg,
WPARAM  inWParam,
LPARAM  inLParam
 

Windows window callback to provide interface between a Windows window used in CP_Windows and the CPLAT framework.

Parameters:
inHwnd Windows child window.
inMsg The Windows message to be handled.
inWParam wParam of the windows message.
inLParam lParam of the windows message.
Exceptions:
none 
Returns:
LRESULT The result of the message.

LRESULT CALLBACK WindowMDIChildWndProc HWND  inHwnd,
UINT  inMsg,
WPARAM  inWParam,
LPARAM  inLParam
 

Windows child window callback to provide interface between a Windows MDI child window used in CP_Windows and the CPLAT framework.

Parameters:
inHwnd Windows child window.
inMsg The Windows message to be handled.
inWParam wParam of the windows message.
inLParam lParam of the windows message.
Exceptions:
none 
Returns:
LRESULT The result of the message.


Generated on Sat Sep 17 20:01:18 2005 for CPLAT by  doxygen 1.4.0