PWLX_CHANGE_PASSWORD_NOTIFY fonction de rappel (winwlx.h)
[La fonction WlxChangePasswordNotify n’est plus disponible depuis Windows Server 2008 et Windows Vista.]
Appelé par GINA pour indiquer qu’il a modifié un mot de passe.
Cette fonction a été remplacée par la fonction WlxChangePasswordNotifyEx .
Syntaxe
PWLX_CHANGE_PASSWORD_NOTIFY PwlxChangePasswordNotify;
int PwlxChangePasswordNotify(
[in] HANDLE hWlx,
[in] PWLX_MPR_NOTIFY_INFO pMprInfo,
[in] DWORD dwChangeInfo
)
{...}
Paramètres
[in] hWlx
Spécifie le handle Winlogon passé à GINA dans l’appel WlxInitialize .
[in] pMprInfo
Pointe vers une structure WLX_MPR_NOTIFY_INFO qui contient des informations MPR ( Multiple Provider Router ). Winlogon appelle LocalFree pour libérer toutes les données pointées par cette structure lorsqu’elle est terminée.
[in] dwChangeInfo
Modifie les indicateurs d’informations à partir de l’API du fournisseur de réseau.
Valeur retournée
La fonction WlxChangePasswordNotifyEx retourne zéro si l’appel de fonction réussit. Toute autre valeur indique une erreur.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows XP [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2003 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | winwlx.h |