// d3dkmddi.h
DXGKDDI_MAPCPUHOSTAPERTURE DxgkddiMapcpuhostaperture;
NTSTATUS DxgkddiMapcpuhostaperture(
IN_CONST_HANDLE hAdapter,
IN_CONST_PDXGKARG_MAPCPUHOSTAPERTURE pArgs
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
DxgkDdiMapCpuHostAperture is called to map an allocation that is resident in a local memory segment into the CPU host aperture in order to make it visible to the CPU.
hAdapterA handle to the display adapter.
pArgsMap [in]
The DXGKARG_MAPCPUHOSTAPERTURE structure that describes the operation.
Returns STATUS_SUCCESS if it succeeds. Otherwise, it returns one of the error codes defined in Ntstatus.h.