Skip to content

Latest commit

 

History

History
103 lines (71 loc) · 3.36 KB

nf-propsys-idelayedpropertystorefactory-getdelayedpropertystore.md

File metadata and controls

103 lines (71 loc) · 3.36 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:propsys.IDelayedPropertyStoreFactory.GetDelayedPropertyStore
IDelayedPropertyStoreFactory::GetDelayedPropertyStore (propsys.h)
Gets an IPropertyStore interface object, as specified.
GetDelayedPropertyStore
GetDelayedPropertyStore method [Windows Shell]
GetDelayedPropertyStore method [Windows Shell]
IDelayedPropertyStoreFactory interface
IDelayedPropertyStoreFactory interface [Windows Shell]
GetDelayedPropertyStore method
IDelayedPropertyStoreFactory.GetDelayedPropertyStore
IDelayedPropertyStoreFactory::GetDelayedPropertyStore
STOREID_FALLBACK
STOREID_FILE
STOREID_INNATE
_shell_IDelayedPropertyStoreFactory_GetDelayedPropertyStore
propsys/IDelayedPropertyStoreFactory::GetDelayedPropertyStore
shell.IDelayedPropertyStoreFactory_GetDelayedPropertyStore
shell\IDelayedPropertyStoreFactory_GetDelayedPropertyStore.htm
shell
26df5fec-2a21-454e-9539-877c00a4f8fb
12/05/2018
GetDelayedPropertyStore, GetDelayedPropertyStore method [Windows Shell], GetDelayedPropertyStore method [Windows Shell],IDelayedPropertyStoreFactory interface, IDelayedPropertyStoreFactory interface [Windows Shell],GetDelayedPropertyStore method, IDelayedPropertyStoreFactory.GetDelayedPropertyStore, IDelayedPropertyStoreFactory::GetDelayedPropertyStore, STOREID_FALLBACK, STOREID_FILE, STOREID_INNATE, _shell_IDelayedPropertyStoreFactory_GetDelayedPropertyStore, propsys/IDelayedPropertyStoreFactory::GetDelayedPropertyStore, shell.IDelayedPropertyStoreFactory_GetDelayedPropertyStore
propsys.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Propsys.idl
Windows
19H1
IDelayedPropertyStoreFactory::GetDelayedPropertyStore
propsys/IDelayedPropertyStoreFactory::GetDelayedPropertyStore
c++
APIRef
kbSyntax
COM
Propsys.h
IDelayedPropertyStoreFactory.GetDelayedPropertyStore

IDelayedPropertyStoreFactory::GetDelayedPropertyStore

-description

Gets an IPropertyStore interface object, as specified.

-parameters

-param flags [in]

Type: GETPROPERTYSTOREFLAGS

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

-param dwStoreId [in]

Type: DWORD

The property store ID. Valid values are.

STOREID_INNATE

Value is 0.

STOREID_FILE

Value is 1.

STOREID_FALLBACK

Value is 2.

-param riid [in]

Type: REFIID

A reference to the desired IID.

-param ppv [out]

Type: void**

The address of an IPropertyStore interface pointer.

-returns

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.