// d3dkmdt.h
typedef struct _D3DKMDT_MONITOR_DESCRIPTOR {
D3DKMDT_MONITOR_DESCRIPTOR_ID Id;
D3DKMDT_MONITOR_DESCRIPTOR_TYPE Type;
SIZE_T DataSize;
VOID *pData;
D3DKMDT_MONITOR_CAPABILITIES_ORIGIN Origin;
} D3DKMDT_MONITOR_DESCRIPTOR;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMDT_MONITOR_DESCRIPTOR structure contains a pointer to a monitor descriptor along with information about the monitor descriptor.
IdAn integer that identifies the monitor descriptor.
TypeA value from the D3DKMDT_MONITOR_DESCRIPTOR_TYPE enumeration that indicates the descriptor type.
DataSizeThe size, in bytes, of the monitor descriptor.
pDataA pointer to the monitor descriptor.
OriginA value of type D3DKMDT_MONITOR_CAPABILITIES_ORIGIN that indicates the source of the mode information for the monitor. For example, the mode information could be from a default monitor profile or it could be from an override in an INF file.
D3DKMDT_MONITOR_CAPABILITIES_ORIGIN
D3DKMDT_MONITOR_DESCRIPTOR_TYPE
Monitor Descriptor Set Interface