D3DMDEVTYPE

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/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
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

Direct3D Mobile Enumerations