Méthode IDelayedPropertyStoreFactory ::GetDelayedPropertyStore (propsys.h)
Obtient un objet d’interface IPropertyStore , comme spécifié.
Syntaxe
HRESULT GetDelayedPropertyStore(
[in] GETPROPERTYSTOREFLAGS flags,
[in] DWORD dwStoreId,
[in] REFIID riid,
[out] void **ppv
);
Paramètres
[in] flags
Type : GETPROPERTYSTOREFLAGS
Indicateurs GPS_XXX qui modifient le magasin retourné. Consultez GETPROPERTYSTOREFLAGS.
[in] dwStoreId
Type : DWORD
ID du magasin de propriétés. Les valeurs valides sont .
STOREID_INNATE
La valeur est 0.
STOREID_FILE
La valeur est 1.
STOREID_FALLBACK
La valeur est 2.
[in] riid
Type : REFIID
Référence à l’IID souhaité.
[out] ppv
Type : void**
Adresse d’un pointeur d’interface IPropertyStore .
Valeur retournée
Type : HRESULT
Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Spécifications
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows Vista [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | propsys.h |