IShellItem2::GetPropertyStore method (shobjidl_core.h)
Gets a property store object for specified property store flags.
Syntax
HRESULT GetPropertyStore(
[in] GETPROPERTYSTOREFLAGS flags,
[in] REFIID riid,
[out] void **ppv
);
Parameters
[in] flags
Type: GETPROPERTYSTOREFLAGS
The GETPROPERTYSTOREFLAGS constants that modify the property store object.
[in] riid
Type: REFIID
A reference to the IID of the object to be retrieved.
[out] ppv
Type: void**
When this method returns, contains the address of an IPropertyStore interface pointer.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
Note When this method is called on a property store for a file, that file is held open for the lifetime of the IPropertyStore object.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | shobjidl_core.h (include Shobjidl.h) |