DXGKARG_RELEASESWIZZLINGRANGE - NtDoc

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

typedef struct _DXGKARG_RELEASESWIZZLINGRANGE {
  [in] HANDLE hAllocation;
  [in] UINT   PrivateDriverData;
  [in] UINT   RangeId;
} DXGKARG_RELEASESWIZZLINGRANGE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-_dxgkarg_releaseswizzlingrange)

_DXGKARG_RELEASESWIZZLINGRANGE structure

Description

The DXGKARG_RELEASESWIZZLINGRANGE structure describes parameters for releasing a swizzling range.

Members

hAllocation [in]

A handle to the allocation that the display miniport driver assigns and that is returned through the driver's DxgkDdiCreateAllocation function.

PrivateDriverData [in]

The 32 bits of private data that the user-mode display driver sent when the display miniport driver's DxgkDdiAcquireSwizzlingRange function was called to acquire the swizzling range.

RangeId [in]

The zero-based identifier of the swizzling range that the DxgkDdiReleaseSwizzlingRange function releases.

See also

DxgkDdiAcquireSwizzlingRange

DxgkDdiCreateAllocation

DxgkDdiReleaseSwizzlingRange