struttura KERB_INTERACTIVE_UNLOCK_LOGON (ntsecapi.h)

La struttura KERB_INTERACTIVE_UNLOCK_LOGON contiene informazioni utilizzate per sbloccare una workstation bloccata durante una sessione di accesso interattiva.

Sintassi

typedef struct _KERB_INTERACTIVE_UNLOCK_LOGON {
  KERB_INTERACTIVE_LOGON Logon;
  LUID                   LogonId;
} KERB_INTERACTIVE_UNLOCK_LOGON, *PKERB_INTERACTIVE_UNLOCK_LOGON;

Members

Logon

Struttura KERB_INTERACTIVE_LOGON che specifica la sessione di accesso interattiva. Il membro MessageType della struttura KERB_INTERACTIVE_LOGON deve essere impostato su KerbWorkstationUnlockLogon.

LogonId

Struttura LUID che contiene l'identità dell'utente che tenta di sbloccare la workstation.

Requisiti

Requisito Valore
Client minimo supportato Windows XP [solo app desktop]
Server minimo supportato Windows Server 2003 [solo app desktop]
Intestazione ntsecapi.h

Vedi anche

KERB_INTERACTIVE_LOGON