GetMessage

Function GetMessage 

Source
pub unsafe extern "system" fn GetMessage(
    lpmsg: *mut MSG,
    hwnd: *mut c_void,
    wmsgfiltermin: u32,
    wmsgfiltermax: u32,
) -> i32
Expand description

#8 GetMessage

retrieves a message from the application’s message queue and places the message in an `MSG`` structure