// d3dhal.h
typedef struct _D3DHAL_DP2CREATELIGHT {
DWORD dwIndex;
} D3DHAL_DP2CREATELIGHT;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DHAL_DP2CREATELIGHT structure is used to create a light for D3dDrawPrimitives2.
dwIndexSpecifies the index of the light being created.
The D3DHAL_DP2CREATELIGHT structure is used to hold the index into the light array. The driver should enlarge its light array as necessary to accommodate at least as many lights as specified by the index.