D3DMDEVICE_CREATION_PARAMETERS

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This structure describes the creation parameters for a device.

Syntax

typedef struct _D3DMDEVICE_CREATION_PARAMETERS {
  UINT        AdapterOrdinal;
  D3DMDEVTYPE DeviceType;
  HWND        hFocusWindow;
  ULONG       BehaviorFlags;
} D3DMDEVICE_CREATION_PARAMETERS;

Members

  • DeviceType
    Member of the D3DMDEVTYPE enumerated type. Denotes the amount of emulated functionality for this device. The value of this parameter mirrors the value passed to the IDirect3DMobile::CreateDevice call that created this device.
  • hFocusWindow
    Window handle to which focus belongs for this Microsoft® Direct3D Mobile® device. The value of this parameter mirrors the value passed to the IDirect3DMobile::CreateDevice call that created this device.

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 Structures