Méthode IPropertyUI::GetDisplayName (shobjidl_core.h)
Les développeurs doivent utiliser IPropertyDescription à la place. Obtient une chaîne spécifiant le nom de la propriété adaptée à l’affichage pour les utilisateurs.
Syntaxe
HRESULT GetDisplayName(
[in] REFFMTID fmtid,
[in] PROPID pid,
[in] PROPERTYUI_NAME_FLAGS flags,
[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é .
[in] flags
Type : PROPERTYUI_NAME_FLAGS
L’une des valeurs PROPERTYUI_NAME_FLAGS suivantes :
PUIFNF_DEFAULT (0x00000000)
0x00000000.
PUIFNF_MNEMONIC (0x00000001)
0x00000001. Incluez le mnémonique dans le nom d’affichage.
[out] pwszText
Type : LPWSTR
Chaîne spécifiant la propriété .
[in] cchText
Type : DWORD
Longueur du nom complet 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
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 |