Méthode IPropertyUI ::P arsePropertyName (shobjidl_core.h)
Les développeurs doivent utiliser IPropertyDescription à la place. Lit les caractères du nom de propriété spécifié et identifie le FMTID et le PROPID de la propriété.
Syntaxe
HRESULT ParsePropertyName(
[in] LPCWSTR pszName,
[out] FMTID *pfmtid,
[out] PROPID *ppid,
[in, out] ULONG *pchEaten
);
Paramètres
[in] pszName
Type : LPWSTR
Chaîne spécifiant le nom de la propriété à analyser.
[out] pfmtid
Type : FMTID*
FMTID de la propriété analysée.
[out] ppid
Type : PROPID*
PROPID du nom de la propriété analysée.
[in, out] pchEaten
Type : ULONG*
Nombre de caractères qui ont été consommés dans l’analyse pszName.
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 |