Share via


D3DM_CreateContext (Windows CE 5.0)

Send Feedback

This function is called by the Microsoft® Direct3D® Mobile middleware when it needs to create a rendering context.

typedef DWORD (*D3DM_CREATECONTEXT_PTR)(D3DM_CREATECONTEXT_DATA *);

Parameters

  • D3DM_CREATECONTEXT_DATA
    [out] A pointer to a D3DM_CREATECONTEXT_DATA structure that is populated by the driver and describes the new rendering context.

Return Values

Implement this function so that it returns D3DM_DRIVER_HANDLED when it succeeds and D3DM_DRIVER_NOTHANDLED when it fails.

Requirements

OS Versions: Windows CE 5.0
Header: D3dmddk.h.
Link Library: Developer implemented.

See Also

Direct3D Mobile Driver Functions | D3DM_CREATECONTEXT_DATA | Rendering Contexts in Direct3D Mobile

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.