// d3dumddi.h
typedef struct _D3DDDIARG_CREATELIGHT {
[in] UINT Index;
} D3DDDIARG_CREATELIGHT;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DDDIARG_CREATELIGHT structure contains the index into the light array.
Index [in]The index of the light to create.