#include <WinMessage.h>
Public Member Functions | |
HWND | getHWnd () const |
Return the window handle. | |
UINT | getMessageId () const |
Return the message id. | |
WPARAM | getWParam () const |
Return additional message information wParam. | |
LPARAM | getLParam () const |
Return additional message information lParam. | |
LRESULT | callSystemHandler () |
Call default window procedure for the message. |
LRESULT GUI::WinMessage::callSystemHandler | ( | ) |
Call default window procedure for the message.
HWND GUI::WinMessage::getHWnd | ( | ) | const [inline] |
Return the window handle.
LPARAM GUI::WinMessage::getLParam | ( | ) | const [inline] |
Return additional message information lParam.
UINT GUI::WinMessage::getMessageId | ( | ) | const [inline] |
Return the message id.
WPARAM GUI::WinMessage::getWParam | ( | ) | const [inline] |
Return additional message information wParam.