// d3dumddi.h
typedef enum _D3DDDIBASISTYPE {
D3DDDIBASIS_BEZIER,
D3DDDIBASIS_BSPLINE,
D3DDDIBASIS_CATMULL_ROM,
D3DDDIBASIS_FORCE_UINT
} D3DDDIBASISTYPE;
View the official Windows Driver Kit DDI referenceNo description available.
The basis type.
D3DDDIBASIS_BEZIERBezier.
D3DDDIBASIS_BSPLINEB-Spline.
D3DDDIBASIS_CATMULL_ROMCatmull-ROM.
D3DDDIBASIS_FORCE_UINTForces this enumeration to compile to 32 bits in size. Without this value, some compilers would allow this enumeration to compile to a size other than 32 bits. You should not use this value.