The D3DPOINT structure describes operand data for the D3DOP_POINT opcode in the in D3DOPCODE enumerated type.
typedef struct _D3DPOINT {
WORD wCount;
WORD wFirst;
} D3DPOINT, *LPD3DPOINT;
Points are rendered by using a list of vertices.
Windows NT: Use version 4.0 or later.
Windows: Use Windows 95 or later. Available as a redistributable for Windows 95.
Windows CE: Unsupported.
Header: Declared in d3dtypes.h.
D3DOPCODE