#include <custcont.h>
case CUI_POSDATA_MSG: { CUIPosData **cpd = (CUIPosData **)lParam; cpd[0] = &editPosData; } return TRUE;
Public Member Functions |
|
| virtual | ~CUIFrameMsgHandler () |
| virtual int | ProcessMessage (UINT message, WPARAM wParam, LPARAM lParam) |
| virtual ~CUIFrameMsgHandler | ( | ) | [inline, virtual] |
{;}
| virtual int ProcessMessage | ( | UINT | message, |
| WPARAM | wParam, | ||
| LPARAM | lParam | ||
| ) | [inline, virtual] |
| message | Specifies the message. |
| wParam | Specifies additional message information. The contents of this parameter depend on the value of the message parameter. |
| lParam | Specifies additional message information. The contents of this parameter depend on the value of the message parameter. |
{ return FALSE; }