Share via


D3DM_SETPALETTE_DATATYPE (Windows CE 5.0)

Send Feedback

This enumeration is used in D3DM_SETPALETTE and D3DM_SETPALETTE_WITHENTRIES structures to identify the new settings for a palette.

typedef enum _D3DM_SETPALETTE_DATATYPE {  D3DM_SETPALETTE_SETACTIVE  = 0,  D3DM_SETPALETTE_SETENTRIES = 1,} D3DM_SETPALETTE_DATATYPE;

Elements

  • D3DM_SETPALETTE_SETACTIVE
    Indicates that the driver should activate the specified palette.
  • D3DM_SETPALETTE_SETENTRIES
    Indicates that the driver should set the definition of a palette.

Requirements

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

See Also

Direct3D Mobile Driver Enumerations | D3DM_SETPALETTE | D3DM_SETPALETTE_WITHENTRIES

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.