|
| NotifyMessageId (UINT notifyCode, HWND control) |
|
| NotifyMessageId (UINT notifyCode, UINT_PTR idOfControl) |
|
| NotifyMessageId (UINT notifyCode, UINT_PTR idOfControl, HWND control) |
|
Public Member Functions inherited from neo::CommandMessageId |
| CommandMessageId (UINT notifyCode, HWND control) |
|
| CommandMessageId (UINT notifyCode, UINT_PTR idOfControl) |
|
| CommandMessageId (UINT notifyCode, UINT_PTR idOfControl, HWND control) |
|
CommandMessageId & | Control (HWND control) |
|
CommandMessageId & | ControlId (UINT_PTR id) |
|
CommandMessageId & | NotifyCode (UINT code) |
|
| MessageId (UINT message) |
|
bool | EqualOrSpecializationOf (const MessageId &rhs) const |
| For map lookup.
|
|
bool | operator< (const MessageId &rhs) const |
| For sorting.
|
|
bool | operator== (const MessageId &rhs) const |
|
void | SetParam1 (UINT_PTR param) |
|
void | SetParam2 (UINT_PTR param) |
|
void | SetParam3 (UINT_PTR param) |
|
Notify messages are identified exactly like command messages. But WM_COMMAND and WM_NOTIFY must be separated.