// iddcx.h
struct IDDCX_OPM_ENCRYPTED_INITIALIZATION_PARAMETERS {
UINT Size;
OPM_ENCRYPTED_INITIALIZATION_PARAMETERS EncryptedParameters;
};
View the official Windows Driver Kit DDI referenceNo description available.
Gives information about the OPM encrypted initialization parameters.
SizeTotal size of the structure.
EncryptedParametersInitialization parameters.