D3DDDIARG_SETDISPLAYMODE - NtDoc

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

typedef struct _D3DDDIARG_SETDISPLAYMODE {
  [in] HANDLE hResource;
  [in] UINT   SubResourceIndex;
} D3DDDIARG_SETDISPLAYMODE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dumddi-_d3dddiarg_setdisplaymode)

_D3DDDIARG_SETDISPLAYMODE structure

Description

The D3DDDIARG_SETDISPLAYMODE structure describes parameters for setting the display mode.

Members

hResource [in]

A handle to the resource that contains the display surface.

SubResourceIndex [in]

The zero-based index into the resource, which is specified by the handle in the hResource member. This index indicates the display surface.

See also

SetDisplayMode