PFND3DKMT_RESERVEGPUVIRTUALADDRESS - NtDoc

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

PFND3DKMT_RESERVEGPUVIRTUALADDRESS Pfnd3dkmtReservegpuvirtualaddress;

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

NtDoc

No description available.

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

PFND3DKMT_RESERVEGPUVIRTUALADDRESS callback function

Description

The PFND3DKMT_RESERVEGPUVIRTUALADDRESS callback function reserves an address range in the current process graphics processing unit (GPU) virtual address space.

Parameters

unnamedParam1

Pointer to a D3DDDI_RESERVEGPUVIRTUALADDRESS structure.

Return value

Returns NTSTATUS.

Prototype

//Declaration

PFND3DKMT_RESERVEGPUVIRTUALADDRESS Pfnd3dkmtReservegpuvirtualaddress;

// Definition

NTSTATUS Pfnd3dkmtReservegpuvirtualaddress
(
    D3DDDI_RESERVEGPUVIRTUALADDRESS *
)
{...}

Remarks

See also