// iddcx.h
struct IDARG_IN_MONITOR_SET_DEFAULT_HDR_METADATA {
IDDCX_DEFAULT_HDR_METADATA_TYPE Type;
UINT Size;
union {
IDDCX_HDR10_METADATA *pHdr10;
} Data;
};
View the official Windows Driver Kit DDI referenceNo description available.
The IDARG_IN_MONITOR_SET_DEFAULT_HDR_METADATA structure contains the input arguments for the EVT_IDD_CX_MONITOR_SET_DEFAULT_HDR_METADATA callback function.
TypeAn IDDCX_DEFAULT_HDR_METADATA_TYPE value that identifies the type of the default metadata that Data points to.
SizeThe size in bytes of the buffer that Data points to.
DataUnion with the metadata.
Data.pHdr10Pointer to an IDDCX_HDR10_METADATA structure that contains the HDR10 metadata that the driver is to save and use if requested later.
For more information about HDR support, see IddCx version 1.10 updates.
EVT_IDD_CX_MONITOR_SET_DEFAULT_HDR_METADATA
IDDCX_DEFAULT_HDR_METADATA_TYPE