KERB_INTERACTIVE_UNLOCK_LOGON structure (ntsecapi.h)
La structure KERB_INTERACTIVE_UNLOCK_LOGON contient des informations utilisées pour déverrouiller une station de travail qui a été verrouillée pendant une session d’ouverture de session interactive.
Syntaxe
typedef struct _KERB_INTERACTIVE_UNLOCK_LOGON {
KERB_INTERACTIVE_LOGON Logon;
LUID LogonId;
} KERB_INTERACTIVE_UNLOCK_LOGON, *PKERB_INTERACTIVE_UNLOCK_LOGON;
Membres
Logon
Structure KERB_INTERACTIVE_LOGON qui spécifie la session d’ouverture de session interactive. Le membre MessageType de la structure KERB_INTERACTIVE_LOGON doit être défini sur KerbWorkstationUnlockLogon.
LogonId
Structure LUID qui contient l’identité de l’utilisateur qui tente de déverrouiller la station de travail.
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] |
En-tête | ntsecapi.h |