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

Function SHGetPropertyStoreFromParsingName

pub unsafe fn SHGetPropertyStoreFromParsingName<P0, P1, T>(
    pszpath: P0,
    pbc: P1,
    flags: GETPROPERTYSTOREFLAGS,
) -> Result<T>
where P0: Param<PCWSTR>, P1: Param<IBindCtx>, T: Interface,