Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gives information about the OPM certificate.
Syntax
struct IDARG_IN_OPM_GET_CERTIFICATE {
OPM_VIDEO_OUTPUT_SEMANTICS CertificateType;
UINT CertificateBufferSizeInBytes;
PVOID pCertificate;
};
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.
Requirements
Requirement | Value |
---|---|
Header | iddcx.h |