DXGKDDI_UNMAPCPUHOSTAPERTURE - NtDoc

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

DXGKDDI_UNMAPCPUHOSTAPERTURE DxgkddiUnmapcpuhostaperture;

NTSTATUS DxgkddiUnmapcpuhostaperture(
  IN_CONST_HANDLE hAdapter,
  IN_CONST_PDXGKARG_UNMAPCPUHOSTAPERTURE pArgs
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3dkmddi-dxgkddi_unmapcpuhostaperture)

DXGKDDI_UNMAPCPUHOSTAPERTURE callback function

Description

DxgkDdiUnmapCpuHostAperture is used to unmap a previously mapped range of the CPU host aperture.

Parameters

hAdapter

A handle to the display adapter.

pArgs

A DXGKARG_UNMAPCPUHOSTAPERTURE structure that describes the operation.

Return value

Returns STATUS_SUCCESS if it succeeds. Otherwise, it returns one of the error codes defined in Ntstatus.h.

See also

DXGKARG_UNMAPCPUHOSTAPERTURE