SetWindowsHookW

Function SetWindowsHookW 

Source
pub unsafe fn SetWindowsHookW(
    nfiltertype: i32,
    pfnfilterproc: Option<HOOKPROC>,
) -> HHOOK