Share via


D3DM_CREATELIGHT (Windows Embedded CE 6.0)

1/6/2010

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.

Syntax

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

Header d3dmddk.h
Windows Embedded CE Windows CE 5.0

See Also

Reference

Direct3D Mobile Driver Structures
D3DM_OPERATION