D3D10_DDI_BOX - NtDoc

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

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

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d10umddi-d3d10_ddi_box)

D3D10_DDI_BOX structure

Description

The D3D10_DDI_BOX structure describes a volume.

Members

left [in]

The position of the left side of the box on the x-axis.

top [in]

The position of the top of the box on the y-axis.

front

[in] The position of the front of the box on the z-axis.

right [in]

The position of the right side of the box on the x-axis. Note that the width of the volume equals the value in the right member minus the value in the left member (that is, width = right – left).

bottom [in]

The position of the bottom of the box on the y-axis. Note that the height of the volume equals the value in the bottom member minus the value in the top member (that is, height = bottom – top).

back [in]

The position of the back of the box on the z-axis. Note that the depth of the volume equals the value in the back member minus the value in the front member (that is, depth = back – front).

See also

ResourceCopyRegion