D3DM_DESTROYCONTEXT_DATA (Windows CE 5.0)

Send Feedback

This structure identifies a rendering context that the driver should destroy. A pointer to this structure is pass as a parameter of the D3DM_DestroyContext function.

typedef struct _D3DM_DESTROYCONTEXT_DATA {  ULONG nContextId;  HRESULT rval;} D3DM_DESTROYCONTEXT_DATA;

Members

  • nContextId
    A ULONG value containing the handle to the context that should be destroyed.
  • rval
    An HRESULT value containing an error code reported by the driver to describe any problems it encountered while trying to destroy the rendering context. If the driver did not encounter any errors, it sets this value to D3DM_OK to indicate success.

Requirements

OS Versions: Windows CE 5.0
Header: D3dmddk.h.

See Also

Direct3D Mobile Driver Structures | D3DM_DestroyContext | Rendering Contexts in Direct3D Mobile

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.