PFND3DDDI_CREATECONTEXTCB callback function (d3dumddi.h)

The PFND3DDDI_CREATECONTEXTCB callback function creates a context.

Syntax

PFND3DDDI_CREATECONTEXTCB Pfnd3dddiCreatecontextcb;

HRESULT Pfnd3dddiCreatecontextcb(
  HANDLE hDevice,
  D3DDDICB_CREATECONTEXT *unnamedParam2
)
{...}

Parameters

hDevice

A handle to the graphics context device.

unnamedParam2

Return value

Returns HRESULT that ...

Remarks

Register your implementation of this callback function by setting the appropriate member of and then calling .

Requirements

Requirement Value
Header d3dumddi.h