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

Function SHPropStgCreate

pub unsafe fn SHPropStgCreate<P0>(
    psstg: P0,
    fmtid: *const GUID,
    pclsid: Option<*const GUID>,
    grfflags: u32,
    grfmode: u32,
    dwdisposition: u32,
    ppstg: *mut Option<IPropertyStorage>,
    pucodepage: Option<*mut u32>,
) -> Result<()>
where P0: Param<IPropertySetStorage>,