// d3dkmthk.h
PFND3DKMT_UPDATEGPUVIRTUALADDRESS Pfnd3dkmtUpdategpuvirtualaddress;
NTSTATUS Pfnd3dkmtUpdategpuvirtualaddress(
const D3DKMT_UPDATEGPUVIRTUALADDRESS *unnamedParam1
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
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.
unnamedParam1Pointer to a D3DKMT_UPDATEGPUVIRTUALADDRESS structure.
Returns NTSTATUS.
//Declaration
PFND3DKMT_UPDATEGPUVIRTUALADDRESS Pfnd3dkmtUpdategpuvirtualaddress;
// Definition
NTSTATUS Pfnd3dkmtUpdategpuvirtualaddress
(
const D3DKMT_UPDATEGPUVIRTUALADDRESS *
)
{...}