// iddcx.h
struct IDDCX_MONITOR_DESCRIPTION {
UINT Size;
IDDCX_MONITOR_DESCRIPTION_TYPE Type;
UINT DataSize;
PVOID pData;
};
View the official Windows Driver Kit DDI referenceNo description available.
A IDDCX_MONITOR_DESCRIPTION structure provides a monitor description.
SizeTotal size of the structure, in bytes.
TypeA IDDCX_MONITOR_DESCRIPTION_TYPE value that describes the monitor's type.
DataSizeThe size in bytes of the monitor description data that pData points to.
pDataPointer to the monitor description data. The data layout depends on Type as follows:
EVT_IDD_CX_PARSE_MONITOR_DESCRIPTION