// d3d9types.h
typedef enum _D3DCULL {
D3DCULL_NONE,
D3DCULL_CW,
D3DCULL_CCW,
D3DCULL_FORCE_DWORD
} D3DCULL;
View the official Windows Driver Kit DDI referenceNo description available.
D3DCULL_NONED3DCULL_CWD3DCULL_CCWD3DCULL_FORCE_DWORD