Fonction SHGetPropertyStoreFromParsingName (shobjidl_core.h)
Retourne un magasin de propriétés pour un élément, en fonction d’un chemin d’accès ou d’un nom d’analyse.
Syntaxe
SHSTDAPI SHGetPropertyStoreFromParsingName(
[in] PCWSTR pszPath,
[in, optional] IBindCtx *pbc,
[in] GETPROPERTYSTOREFLAGS flags,
[in] REFIID riid,
[out] void **ppv
);
Paramètres
[in] pszPath
Type : PCWSTR
Pointeur vers une chaîne Unicode terminée par null qui spécifie le chemin d’accès de l’élément.
[in, optional] pbc
Type : IBindCtx*
Pointeur vers un objet IBindCtx , qui fournit l’accès à un contexte de liaison. Cette valeur peut être NULL.
[in] flags
Type : GETPROPERTYSTOREFLAGS
Une ou plusieurs valeurs des constantes GETPROPERTYSTOREFLAGS . Ce paramètre peut également être NULL.
[in] riid
Type : REFIID
Référence à l’ID d’interface souhaité.
[out] ppv
Type : void**
Lorsque cette fonction retourne, contient le pointeur d’interface demandé dans riid. Il s’agit généralement d’IPropertyStore ou d’une interface associée.
Valeur retournée
Type : HRESULT
Si cette fonction réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Spécifications
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 | shobjidl_core.h |
DLL | Shell32.dll |