webview2_com::Windows::Win32::UI::WindowsAndMessaging

Function SetWindowsHookW

Source
pub unsafe fn SetWindowsHookW(
    nfiltertype: i32,
    pfnfilterproc: Option<unsafe extern "system" fn(_: i32, _: WPARAM, _: LPARAM) -> LRESULT>,
) -> HHOOK