IDelayedPropertyStoreFactory::GetDelayedPropertyStore method (propsys.h)

Gets an IPropertyStore interface object, as specified.

Syntax

HRESULT GetDelayedPropertyStore(
  [in]  GETPROPERTYSTOREFLAGS flags,
  [in]  DWORD                 dwStoreId,
  [in]  REFIID                riid,
  [out] void                  **ppv
);

Parameters

[in] flags

Type: GETPROPERTYSTOREFLAGS

The GPS_XXX flags that modify the store that is returned. See GETPROPERTYSTOREFLAGS.

[in] dwStoreId

Type: DWORD

The property store ID. Valid values are.

STOREID_INNATE

Value is 0.

STOREID_FILE

Value is 1.

STOREID_FALLBACK

Value is 2.

[in] riid

Type: REFIID

A reference to the desired IID.

[out] ppv

Type: void**

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.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header propsys.h