Méthode IMFNetCredentialManager::BeginGetCredentials (mfidl.h)
Commence une demande asynchrone pour récupérer les informations d’identification de l’utilisateur.
Syntaxe
HRESULT BeginGetCredentials(
[in] MFNetCredentialManagerGetParam *pParam,
[in] IMFAsyncCallback *pCallback,
[in] IUnknown *pState
);
Paramètres
[in] pParam
Pointeur vers une structure MFNetCredentialManagerGetParam .
[in] pCallback
Pointeur vers l’interface IMFAsyncCallback d’un objet de rappel. L’appelant doit implémenter cette interface.
[in] pState
Pointeur vers l’interface IUnknown d’un objet d’état, défini par l’appelant. Ce paramètre peut être NULL. L’objet est retourné à l’appelant lorsque le rappel est appelé.
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 |
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 |