D3DKMT_CHECKMONITORPOWERSTATE structure (d3dkmthk.h)

The D3DKMT_CHECKMONITORPOWERSTATE structure describes the connection to the monitor for which to check the power state.

Syntax

typedef struct _D3DKMT_CHECKMONITORPOWERSTATE {
  [in] D3DKMT_HANDLE                  hAdapter;
  [in] D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
} D3DKMT_CHECKMONITORPOWERSTATE;

Members

[in] hAdapter

A handle to the graphics adapter.

[in] VidPnSourceId

The zero-based identification number of the video present source in a path of a video present network (VidPN) topology that the monitor is connected to.

Requirements

Requirement Value
Minimum supported client Windows Vista
Header d3dkmthk.h (include D3dkmthk.h)

See also

D3DKMTCheckMonitorPowerState