pub unsafe extern "system" fn SHOpenPropSheetW(
    pszcaption: PWSTR,
    ahkeys: *const HKEY,
    ckeys: u32,
    pclsiddefault: *const GUID,
    pdtobj: IDataObject,
    psb: IShellBrowser,
    pstartpage: PWSTR
) -> BOOL
Expand description

Required features: ‘Win32_UI_Shell’, ‘Win32_Foundation’, ‘Win32_System_Com’, ‘Win32_System_Registry’