PFND3DKMT_MAPGPUVIRTUALADDRESS - NtDoc

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

PFND3DKMT_MAPGPUVIRTUALADDRESS Pfnd3dkmtMapgpuvirtualaddress;

NTSTATUS Pfnd3dkmtMapgpuvirtualaddress(
  D3DDDI_MAPGPUVIRTUALADDRESS *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PFND3DKMT_MAPGPUVIRTUALADDRESS callback function

Description

Pfnd3dkmtMapgpuvirtualaddress maps a graphics processing unit (GPU) virtual address ranges to a specific allocation range or puts it to the Invalid or Zero state.

Parameters

unnamedParam1

Pointer to a D3DDDI_MAPGPUVIRTUALADDRESS structure.

Return value

Returns NTSTATUS.

Prototype

//Declaration

PFND3DKMT_MAPGPUVIRTUALADDRESS Pfnd3dkmtMapgpuvirtualaddress;

// Definition

NTSTATUS Pfnd3dkmtMapgpuvirtualaddress
(
    D3DDDI_MAPGPUVIRTUALADDRESS *
)
{...}

Remarks

See also