Share via


D3DM_CREATEPALETTE (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

typedef struct _D3DM_CREATEPALETTE {
  DWORD Index;
} D3DM_CREATEPALETTE, * LPD3DM_CREATEPALETTE;

Members

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

Requirements

Header d3dmddk.h
Windows Embedded CE Windows CE 5.0

See Also

Reference

Direct3D Mobile Driver Structures
D3DM_OPERATION