Platform SDK: DirectX

CONST_D3DCLIPSTATUSFLAGS

The CONST_D3DCLIPSTATUSFLAGS enumeration defines flags that are used in the D3DCLIPSTATUS type.

Enum CONST_D3DCLIPSTATUSFLAGS 
    D3DCLIPSTATUS_EXTENTS2 = 2
    D3DCLIPSTATUS_EXTENTS3 = 4
    D3DCLIPSTATUS_STATUS = 1
End Enum
D3DCLIPSTATUS_EXTENTS2
The type describes the current 2-D extents. This flag cannot be combined with D3DCLIPSTATUS_EXTENTS3.
D3DCLIPSTATUS_EXTENTS3
Not currently implemented.
D3DCLIPSTATUS_STATUS
The type describes the current clip status.