// 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
No description available.
The ENCRYPTION_KEY_CTRL_INPUT structure is reserved for system use.
HeaderSize
Reserved.
StructureSize
KeyOffset
KeySize
DplLock
DplUserId
DplCredentialId
View the official Windows Driver Kit DDI reference