D3DMDEVICE_CREATION_PARAMETERS (Windows Embedded CE 6.0)

1/6/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

See Also

Reference

Direct3D Mobile Structures