Share via


D3DM_CREATELIGHT (Windows CE 5.0)

Send Feedback

This structure contains the contents of the D3DMOP_CREATELIGHT command token (see D3DM_OPERATION), which instructs the driver to create a light and assign an index number to it.

typedef struct _D3DM_CREATELIGHT {  DWORD Index;} D3DM_CREATELIGHT, * LPD3DM_CREATELIGHT;

Members

  • Index
    A DWORD value that specifies the index number of the new light.

Requirements

OS Versions: Windows CE 5.0
Header: D3dmddk.h.

See Also

Direct3D Mobile Driver Structures | D3DM_OPERATION

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.