Méthode IPropertyUI::GetHelpInfo (shobjidl_core.h)
Les développeurs doivent utiliser IPropertyDescription à la place. Gets
Syntaxe
HRESULT GetHelpInfo(
[in] REFFMTID fmtid,
[in] PROPID pid,
[out] LPWSTR pwszHelpFile,
[in] DWORD cch,
[out] UINT *puHelpID
);
Paramètres
[in] fmtid
Type : REFFMTID
FMTID de la propriété.
[in] pid
Type : PROPID
PROPID de la propriété .
[out] pwszHelpFile
Type : LPWSTR
Chemin d’accès complet du fichier d’aide.
[in] cch
Type : DWORD
[out] puHelpID
Type : UINT*
ID de contexte d’aide 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 |