D3DKMT_CHECKMONITORPOWERSTATE - NtDoc

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

typedef struct _D3DKMT_CHECKMONITORPOWERSTATE {
  [in] D3DKMT_HANDLE                  hAdapter;
  [in] D3DDDI_VIDEO_PRESENT_SOURCE_ID VidPnSourceId;
} D3DKMT_CHECKMONITORPOWERSTATE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_checkmonitorpowerstate)

_D3DKMT_CHECKMONITORPOWERSTATE structure

Description

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

Members

hAdapter [in]

A handle to the graphics adapter.

VidPnSourceId [in]

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.

See also

D3DKMTCheckMonitorPowerState