IDARG_IN_MONITORCREATE - NtDoc

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

struct IDARG_IN_MONITORCREATE {
  PWDF_OBJECT_ATTRIBUTES ObjectAttributes;
  IDDCX_MONITOR_INFO     *pMonitorInfo;
};
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

IDARG_IN_MONITORCREATE structure

Description

Gives information about the monitor object that will be created.

Members

ObjectAttributes

Indicates object attributes for the monitor.

pMonitorInfo

[in] A pointer to a IDDCX_MONITOR_INFO structure that gives information about this monitor.