PFND3DKMT_UPDATEGPUVIRTUALADDRESS - NtDoc

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

PFND3DKMT_UPDATEGPUVIRTUALADDRESS Pfnd3dkmtUpdategpuvirtualaddress;

NTSTATUS Pfnd3dkmtUpdategpuvirtualaddress(
  const D3DKMT_UPDATEGPUVIRTUALADDRESS *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PFND3DKMT_UPDATEGPUVIRTUALADDRESS callback function

Description

The PFND3DKMT_UPDATEGPUVIRTUALADDRESS callback function allows the driver to specify a number of mapping operations to be applied to the process virtual address space in a single batch of page table updates.

Parameters

unnamedParam1

Pointer to a D3DKMT_UPDATEGPUVIRTUALADDRESS structure.

Return value

Returns NTSTATUS.

Prototype

//Declaration

PFND3DKMT_UPDATEGPUVIRTUALADDRESS Pfnd3dkmtUpdategpuvirtualaddress;

// Definition

NTSTATUS Pfnd3dkmtUpdategpuvirtualaddress
(
    const D3DKMT_UPDATEGPUVIRTUALADDRESS *
)
{...}

Remarks

See also