INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Window which has received the message
-- Message identifier
-- Additional information about `message'
-- Additional information about `message'
-- Set `hwnd' with `a_hwnd'.
-- Set `message' with `a_message'.
-- Set `wparam' with `a_wparam'.
-- Set `lparam' with `a_lparam'.
-- Is `message' equal to `Wm_quit'?
-- Get all messages.
-- Peek all messages.
-- Dispatch the message to a window procedure
-- Translate virtual-key messages
-- into character messages.
-- Process accelerator keys for menu commands
-- Process accelerator keys for system menu commands
-- of MDI interface child windows.
-- Wait for a message.
-- Determines whether a message is intended for
-- `dialog' and, if it is, processes the message.
-- Process a dialog message for `dialog'.
-- Size to allocate (in bytes)
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |