PFND3DKMT_CREATECONTEXTVIRTUAL - NtDoc

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

PFND3DKMT_CREATECONTEXTVIRTUAL Pfnd3dkmtCreatecontextvirtual;

NTSTATUS Pfnd3dkmtCreatecontextvirtual(
  [in, out] D3DKMT_CREATECONTEXTVIRTUAL *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3dkmthk-pfnd3dkmt_createcontextvirtual)

PFND3DKMT_CREATECONTEXTVIRTUAL callback function

Description

The D3dkmtCreateContextVirtual callback function creates a virtual context.

Parameters

unnamedParam1 [in, out]

Pointer to a D3DKMT_CREATECONTEXTVIRTUAL structure.

Return value

Returns NTSTATUS.

Prototype

//Declaration

PFND3DKMT_CREATECONTEXTVIRTUAL Pfnd3dkmtCreatecontextvirtual;

// Definition

NTSTATUS Pfnd3dkmtCreatecontextvirtual
(
    D3DKMT_CREATECONTEXTVIRTUAL *
)
{...}