IDDCX_MONITOR_DESCRIPTION - NtDoc

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

struct IDDCX_MONITOR_DESCRIPTION {
  UINT                           Size;
  IDDCX_MONITOR_DESCRIPTION_TYPE Type;
  UINT                           DataSize;
  PVOID                          pData;
};
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

IDDCX_MONITOR_DESCRIPTION structure

Description

A IDDCX_MONITOR_DESCRIPTION structure provides a monitor description.

Members

Size

Total size of the structure, in bytes.

Type

A IDDCX_MONITOR_DESCRIPTION_TYPE value that describes the monitor's type.

DataSize

The size in bytes of the monitor description data that pData points to.

pData

Pointer to the monitor description data. The data layout depends on Type as follows:

See also

EVT_IDD_CX_PARSE_MONITOR_DESCRIPTION

IddCxMonitorCreate