ENCRYPTION_KEY_CTRL_INPUT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntifs.h

typedef struct _ENCRYPTION_KEY_CTRL_INPUT {
  ULONG     HeaderSize;
  ULONG     StructureSize;
  USHORT    KeyOffset;
  USHORT    KeySize;
  ULONG     DplLock;
  ULONGLONG DplUserId;
  ULONGLONG DplCredentialId;
} ENCRYPTION_KEY_CTRL_INPUT, *PENCRYPTION_KEY_CTRL_INPUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntifs-_encryption_key_ctrl_input)

ENCRYPTION_KEY_CTRL_INPUT structure

Description

The ENCRYPTION_KEY_CTRL_INPUT structure is reserved for system use.

Members

HeaderSize

Reserved.

StructureSize

Reserved.

KeyOffset

Reserved.

KeySize

Reserved.

DplLock

Reserved.

DplUserId

Reserved.

DplCredentialId

Reserved.