Share via


D3DMDEVTYPE (Windows Embedded CE 6.0)

1/6/2010

This enumeration is not currently used. Set values of this enumeration type to D3DMDEVTYPE_DEFAULT.

Syntax

typedef enum _D3DMDEVTYPE {
  D3DMDEVTYPE_DEFAULT     = 0,
  D3DMDEVTYPE_FORCE_ULONG = 0x7fffffff
} D3DMDEVTYPE;

Elements

  • D3DMDEVTYPE_DEFAULT
    Set all variables of this enumeration type to this value.
  • D3DMDEVTYPE_FORCE_ULONG
    Forces the compiler to interpret the enumeration as a ULONG value. This value is not used directly in Direct3D Mobile programming.

Requirements

Header d3dmtypes.h
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

Direct3D Mobile Enumerations