// iddcx.h
struct IDARG_IN_OPM_CONFIGURE_PROTECTED_OUTPUT {
IDDCX_OPM_CONFIGURE_PARAMETERS ConfigParameters;
UINT AdditionalParametersSizeInBytes;
PVOID pAdditionalParameters;
};
View the official Windows Driver Kit DDI referenceNo description available.
Gives information about the buffer that the driver will copy configuration parameters to.
ConfigParameters[in] Configuration parameters
AdditionalParametersSizeInBytes[in] Size of additional parameter buffer
pAdditionalParameters[in] A pointer to a buffer that the driver copies the configuration info to.