Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ENCRYPTION_KEY_CTRL_INPUT structure (ntifs.h)

The ENCRYPTION_KEY_CTRL_INPUT structure is reserved for system use.

Syntax

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;

Members

HeaderSize

Reserved.

StructureSize

Reserved.

KeyOffset

Reserved.

KeySize

Reserved.

DplLock

Reserved.

DplUserId

Reserved.

DplCredentialId

Reserved.

Requirements

Requirement Value
Header ntifs.h

Feedback

Was this page helpful?

Additional resources