windows::Win32::UI::Shell

Function SHObjectProperties

pub unsafe fn SHObjectProperties<P2, P3>(
    hwnd: Option<HWND>,
    shopobjecttype: SHOP_TYPE,
    pszobjectname: P2,
    pszpropertypage: P3,
) -> BOOL
where P2: Param<PCWSTR>, P3: Param<PCWSTR>,