IDARG_IN_OPM_GET_CERTIFICATE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// iddcx.h

struct IDARG_IN_OPM_GET_CERTIFICATE {
  OPM_VIDEO_OUTPUT_SEMANTICS CertificateType;
  UINT                       CertificateBufferSizeInBytes;
  PVOID                      pCertificate;
};
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

IDARG_IN_OPM_GET_CERTIFICATE structure

Description

Gives information about the OPM certificate.

Members

CertificateType

[in] Type of certificate the information request is for.

CertificateBufferSizeInBytes

[in] Size of the buffer provided for the driver to copy the certificate to.

pCertificate

[out] A pointer to a buffer that the driver copies the certificate to.