Partager via


MÉTHODE IMFNetCredentialCache::SetGood (mfidl.h)

Indique si l’objet d’informations d’identification fourni a réussi la demande d’authentification.

Syntaxe

HRESULT SetGood(
  [in] IMFNetCredential *pCred,
  [in] BOOL             fGood
);

Paramètres

[in] pCred

Pointeur vers l’interface IMFNetCredential .

[in] fGood

TRUE si l’objet d’informations d’identification a réussi dans la demande d’authentification ; sinon, FALSE.

Valeur retournée

Cette méthode retourne un code HRESULT. Les valeurs possibles sont notamment celles figurant dans le tableau suivant.

Code de retour Description
S_OK
S_OK

Notes

Cette méthode est appelée par la source réseau dans le gestionnaire d’informations d’identification.

Spécifications

   
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 mfidl.h
Bibliothèque Mfuuid.lib

Voir aussi

IMFNetCredentialCache