IDARG_IN_OPM_CONFIGURE_PROTECTED_OUTPUT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-iddcx-idarg_in_opm_configure_protected_output)

IDARG_IN_OPM_CONFIGURE_PROTECTED_OUTPUT structure

Description

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

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.