Méthode IPropertyUI ::GetPropertyDescription (shobjidl_core.h)
Les développeurs doivent utiliser IPropertyDescription à la place. Obtient la description de la propriété d’une propriété spécifiée.
Syntaxe
HRESULT GetPropertyDescription(
[in] REFFMTID fmtid,
[in] PROPID pid,
[out] LPWSTR pwszText,
[in] DWORD cchText
);
Paramètres
[in] fmtid
Type : REFFMTID
FMTID de la propriété .
[in] pid
Type : PROPID
PROPID de la propriété.
[out] pwszText
Type : LPWSTR
Description de la propriété.
[in] cchText
Type : DWORD
Longueur de la description de la 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
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 2000 Professionnel [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows 2000 Server [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | shobjidl_core.h |