D3DDDIRECT - NtDoc

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

typedef struct _D3DDDIRECT {
  [in] LONG left;
  [in] LONG top;
  [in] LONG right;
  [in] LONG bottom;
} D3DDDIRECT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dukmdt-_d3dddirect)

_D3DDDIRECT structure

Description

The D3DDDIRECT structure defines a rectangle by the coordinates of its upper-left and lower-right corners.

Members

left [in]

The x-coordinate of the upper-left corner of the rectangle.

top [in]

The y-coordinate of the upper-left corner of the rectangle.

right [in]

The x-coordinate of the lower-right corner of the rectangle.

bottom [in]

The y-coordinate of the lower-right corner of the rectangle.

See also

D3DDDI_KERNELOVERLAYINFO