// iddcx.h
struct IDARG_IN_MONITORCREATE {
PWDF_OBJECT_ATTRIBUTES ObjectAttributes;
IDDCX_MONITOR_INFO *pMonitorInfo;
};
View the official Windows Driver Kit DDI referenceNo description available.
Gives information about the monitor object that will be created.
ObjectAttributesIndicates object attributes for the monitor.
pMonitorInfo[in] A pointer to a IDDCX_MONITOR_INFO structure that gives information about this monitor.