Méthode IWorkspaceScriptable::OnAuthenticated (workspaceruntime.h)
Marque l’authentification des informations d’identification de l’utilisateur pour l’ID de connexion, puis affiche la notification de connexion dans la zone de notification de la barre des tâches. La méthode OnAuthenticated réinitialise également le délai d’expiration des informations d’identification.
Syntaxe
HRESULT OnAuthenticated(
[in] BSTR bstrWorkspaceId,
[in] BSTR bstrUserName
);
Paramètres
[in] bstrWorkspaceId
Chaîne qui contient l’ID de connexion.
[in] bstrUserName
Chaîne qui contient un nom d’utilisateur.
Valeur retournée
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 7 |
Serveur minimal pris en charge | Windows Server 2008 R2 |
Plateforme cible | Windows |
En-tête | workspaceruntime.h |