D3DMDEVTYPE (Windows CE 5.0)

Send Feedback

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

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

OS Versions: Windows CE 5.0 and later.
Header: D3dmtypes.h.

See Also

Direct3D Mobile Enumerations

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.