PFND3DDDI_CREATECONTEXTVIRTUALCB - NtDoc

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

PFND3DDDI_CREATECONTEXTVIRTUALCB Pfnd3dddiCreatecontextvirtualcb;

HRESULT Pfnd3dddiCreatecontextvirtualcb(
  HANDLE hDevice,
  D3DDDICB_CREATECONTEXTVIRTUAL *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3dumddi-pfnd3dddi_createcontextvirtualcb)

PFND3DDDI_CREATECONTEXTVIRTUALCB callback function

Description

pfnCreateContextVirtualCb should be used with contexts that support virtual addressing.

Parameters

hDevice

A handle to the display device.

unnamedParam2

pData [in, out]

A pointer to a D3DDDICB_CREATECONTEXTVIRTUAL structure that describes the context to create.

Return value

Return code Description
S_OK The context was successfully created.
E_OUTOFMEMORY Could not allocate memory that was required for the operation to complete.
E_INVALIDARG Parameters were validated and determined to be incorrect.

This function might also return other HRESULT values.