Méthode INamedPropertyBag::WritePropertyNPB (shlobj_core.h)
Enregistre une propriété dans le conteneur de propriétés nommé.
Syntaxe
HRESULT WritePropertyNPB(
[in] PCWSTR pszBagname,
[in] PCWSTR pszPropName,
[in] PROPVARIANT *pVar
);
Paramètres
[in] pszBagname
Type : PCWSTR
Pointeur vers une chaîne qui contient le nom du conteneur de propriétés.
[in] pszPropName
Type : PCWSTR
Pointeur vers une chaîne qui contient le nom de la propriété à écrire.
[in] pVar
Type : PROPVARIANT*
Pointeur vers un VARIANT qui contient la nouvelle valeur de propriété.
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
Client minimal pris en charge | Windows XP [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2003 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | shlobj_core.h |
DLL | Shdocvw.dll |