IDARG_OUT_QUERYTARGETMODES - NtDoc

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

struct IDARG_OUT_QUERYTARGETMODES {
  UINT TargetModeBufferOutputCount;
};
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

IDARG_OUT_QUERYTARGETMODES structure

Description

The IDARG_OUT_QUERYTARGETMODES structure contains output arguments for the EVT_IDD_CX_MONITOR_QUERY_TARGET_MODES and EVT_IDD_CX_MONITOR_QUERY_TARGET_MODES2 callback functions.

Members

TargetModeBufferOutputCount

[out] If the OS provides the number of target modes, the driver sets this to that value. See IDARG_IN_QUERYTARGETMODES for more information.

See also

IDARG_IN_QUERYTARGETMODES