dgui ~master (2015-01-31T19:15:37Z)
Dub
Repo
Message
dgui
core
message
Undocumented in source.
struct
Message {
HWND
hWnd
;
uint
msg
;
WPARAM
wParam
;
LPARAM
lParam
;
LRESULT
result
;
static
Message
opCall
(HWND h, uint msg, WPARAM wp, LPARAM lp);
}
Members
Static functions
opCall
Message
opCall
(HWND h, uint msg, WPARAM wp, LPARAM lp)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
hWnd
HWND
hWnd
;
Undocumented in source.
lParam
LPARAM
lParam
;
Undocumented in source.
msg
uint
msg
;
Undocumented in source.
result
LRESULT
result
;
Undocumented in source.
wParam
WPARAM
wParam
;
Undocumented in source.
Meta
Source
See Implementation
dgui
core
message
enums
DGUI_BASE
structs
Message