CItemIDFactory::GetPropertyStorageFromIDList method (shidfact.h)
create an instance of the IPropertyStore based on the serialized property storage associated with the first ItemID.
Syntax
HRESULT GetPropertyStorageFromIDList(
[in] PCUIDLIST_RELATIVE pidl,
[in] REFIID riid,
[out] void **ppv
);
Parameters
[in] pidl
A PIDL containing the serialized property storage.
[in] riid
A reference to the IID of the IPropertyStore that is obtained by using __uuidof(IPropertyStore).
[out] ppv
When this method returns, contains the address of a pointer to a new IPropertyStore.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | shidfact.h |