windows::Win32::UI::Shell::PropertiesSystem

Function PSCreatePropertyStoreFromObject

pub unsafe fn PSCreatePropertyStoreFromObject<P0>(
    punk: P0,
    grfmode: u32,
    riid: *const GUID,
    ppv: *mut *mut c_void,
) -> Result<()>
where P0: Param<IUnknown>,