The D3DLIGHTDATA structure describes the points to be lit and resulting colors in calls to the IDirect3DViewport2::LightElements method.
typedef struct _D3DLIGHTDATA {
DWORD dwSize;
LPD3DLIGHTINGELEMENT lpIn;
DWORD dwInSize;
LPD3DTLVERTEX lpOut;
DWORD dwOutSize;
} D3DLIGHTDATA, *LPD3DLIGHTDATA;
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.