CItemIDFactory::GetPropertyStorage method (shidfact.h)

Gets a read only pointer to the serialized property storage that is used for storing metadata.

Syntax

PCUSERIALIZEDPROPSTORAGE GetPropertyStorage(
  [in, optional] PCUIDLIST_RELATIVE pidl,
  [out]          DWORD              *pcb
);

Parameters

[in, optional] pidl

A PIDL that contains the location of the property storage.

[out] pcb

When this method returns, contains the size, in bytes, of the storage.

Return value

If this method succeeds, it returns a read only pointer to the serialized property storage.

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

See also

CItemIDFactory