IDARG_IN_OPM_CONFIGURE_PROTECTED_OUTPUT structure (iddcx.h)

Gives information about the buffer that the driver will copy configuration parameters to.

Syntax

struct IDARG_IN_OPM_CONFIGURE_PROTECTED_OUTPUT {
  IDDCX_OPM_CONFIGURE_PARAMETERS ConfigParameters;
  UINT                           AdditionalParametersSizeInBytes;
  PVOID                          pAdditionalParameters;
};

Members

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.

Requirements

Requirement Value
Header iddcx.h