ICredentialProvider ::GetFieldDescriptorAt, méthode (credentialprovider.h)
Obtient des métadonnées qui décrivent un champ spécifié.
Syntaxe
HRESULT GetFieldDescriptorAt(
[in] DWORD dwIndex,
[out] CREDENTIAL_PROVIDER_FIELD_DESCRIPTOR **ppcpfd
);
Paramètres
[in] dwIndex
Type : DWORD
Index de base zéro du champ pour lequel les informations doivent être récupérées.
[out] ppcpfd
Type : CREDENTIAL_PROVIDER_FIELD_DESCRIPTOR**
Adresse d’un pointeur vers une structure CREDENTIAL_PROVIDER_FIELD_DESCRIPTOR qui reçoit les informations sur le champ.
Valeur retournée
Type : HRESULT
Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Remarques
Cette méthode est obligatoire.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows Vista [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | credentialprovider.h |