D3DHAL_CONTEXTDESTROYDATA - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dhal.h

typedef struct _D3DHAL_CONTEXTDESTROYDATA {
  ULONG_PTR dwhContext;
  HRESULT   ddrval;
} D3DHAL_CONTEXTDESTROYDATA;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dhal-_d3dhal_contextdestroydata)

_D3DHAL_CONTEXTDESTROYDATA structure

Description

The D3DHAL_CONTEXTDESTROYDATA structure contains the information that the D3dContextDestroy function requires to delete a context.

Members

dwhContext

Specifies the handle to the context to be destroyed.

ddrval

Specifies the location where the driver writes the return code for D3dContextDestroy. D3D_OK indicates success. For more information, see Return Codes for Direct3D Driver Callbacks.

See also

D3dContextDestroy