Function windows::Win32::UI::WindowsAndMessaging::PeekMessageW

pub unsafe fn PeekMessageW<P0>(
    lpmsg: *mut MSG,
    hwnd: P0,
    wmsgfiltermin: u32,
    wmsgfiltermax: u32,
    wremovemsg: PEEK_MESSAGE_REMOVE_TYPE,
) -> BOOL
where P0: Param<HWND>,