Function windows::Win32::UI::Shell::GetWindowSubclass

pub unsafe fn GetWindowSubclass<P0>(
    hwnd: P0,
    pfnsubclass: SUBCLASSPROC,
    uidsubclass: usize,
    pdwrefdata: Option<*mut usize>,
) -> BOOL
where P0: Param<HWND>,