pub unsafe extern "system" fn capCreateCaptureWindowW(
    lpszwindowname: PCWSTR,
    dwstyle: u32,
    x: i32,
    y: i32,
    nwidth: i32,
    nheight: i32,
    hwndparent: HWND,
    nid: i32
) -> HWND
Expand description

Required features: "Win32_Foundation"