Share via


Direct3D Mobile Driver Data Types (Windows Embedded CE 6.0)

1/6/2010

This section contains information about the data types used with drivers for Microsoft® Direct3D® Mobile.

The following table shows these data types.

Data Type Description

D3DM_CREATECONTEXT_PTR

Defines a variable that is a pointer to an implementation of the driver function D3DM_CreateContext.

D3DM_CREATESURFACE_PTR

Defines a variable that is a pointer to an implementation of the driver function D3DM_CreateSurface.

D3DM_DESTROYCONTEXT_PTR

Defines a variable that is a pointer to an implementation of the driver function D3DM_DestroyContext.

D3DM_DESTROYSURFACE_PTR

Defines a variable that is a pointer to an implementation of the driver function D3DM_DestroySurface.

D3DM_DRAWPRIMITIVE_PTR

Defines a variable that is a pointer to an implementation of the driver function D3DM_DrawPrimitive.

D3DM_GETADAPTERINFO_PTR

Defines a variable that is a pointer to an implementation of the driver function D3DM_GetAdapterInfo.

D3DM_GETINFO_PTR

Defines a variable that is a pointer to an implementation of the driver function D3DM_GetInfo.

D3DM_LOCKSURFACE_PTR

Defines a variable that is a pointer to an implementation of the driver function D3DM_LockSurface.

D3DM_RESOURCEMANAGER_PTR

Defines a variable that is a pointer to an implementation of the driver function D3DM_ResourceManager.

D3DM_UNLOCKSURFACE_PTR

Defines a variable that is a pointer to an implementation of the driver function D3DM_UnlockSurface.

D3DM_VALIDATEDEVICE_PTR

Defines a variable that is a pointer to an implementation of the driver function D3DM_ValidateDevice.

See Also

Other Resources

Direct3D Mobile Driver Reference