D3DDDIARG_SETDISPLAYMODE structure (d3dumddi.h)

The D3DDDIARG_SETDISPLAYMODE structure describes parameters for setting the display mode.

Syntax

typedef struct _D3DDDIARG_SETDISPLAYMODE {
  [in] HANDLE hResource;
  [in] UINT   SubResourceIndex;
} D3DDDIARG_SETDISPLAYMODE;

Members

[in] hResource

A handle to the resource that contains the display surface.

[in] SubResourceIndex

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

Requirements

Requirement Value
Minimum supported client Available in Windows Vista and later versions of the Windows operating systems.
Header d3dumddi.h (include D3dumddi.h)

See also

SetDisplayMode