KERB_INTERACTIVE_UNLOCK_LOGON structure (ntsecapi.h)

The KERB_INTERACTIVE_UNLOCK_LOGON structure contains information used to unlock a workstation that has been locked during an interactive logon session.

Syntax

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

Members

Logon

A KERB_INTERACTIVE_LOGON structure that specifies the interactive logon session. The MessageType member of the KERB_INTERACTIVE_LOGON structure must be set to KerbWorkstationUnlockLogon.

LogonId

A LUID structure that contains the identity of the user attempting to unlock the workstation.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header ntsecapi.h

See also

KERB_INTERACTIVE_LOGON