// d3dkmddi.h
DXGKDDI_UNMAPCPUHOSTAPERTURE DxgkddiUnmapcpuhostaperture;
NTSTATUS DxgkddiUnmapcpuhostaperture(
IN_CONST_HANDLE hAdapter,
IN_CONST_PDXGKARG_UNMAPCPUHOSTAPERTURE pArgs
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
DxgkDdiUnmapCpuHostAperture is used to unmap a previously mapped range of the CPU host aperture.
hAdapterA handle to the display adapter.
pArgsA DXGKARG_UNMAPCPUHOSTAPERTURE structure that describes the operation.
Returns STATUS_SUCCESS if it succeeds. Otherwise, it returns one of the error codes defined in Ntstatus.h.