pub unsafe extern "system" fn GetMessage(
lpmsg: *mut MSG,
hwnd: *mut c_void,
wmsgfiltermin: u32,
wmsgfiltermax: u32,
) -> i32Expand description
#8 GetMessage
retrieves a message from the application’s message queue and places the message in an `MSG`` structure