pub unsafe extern "system" fn SetWinEventHook(
    eventmin: u32,
    eventmax: u32,
    hmodwineventproc: HINSTANCE,
    pfnwineventproc: WINEVENTPROC,
    idprocess: u32,
    idthread: u32,
    dwflags: u32
) -> HWINEVENTHOOK
Expand description

Required features: "Win32_UI_Accessibility", "Win32_Foundation"