// d3dkmddi.h
typedef struct _DXGKARG_RELEASESWIZZLINGRANGE {
[in] HANDLE hAllocation;
[in] UINT PrivateDriverData;
[in] UINT RangeId;
} DXGKARG_RELEASESWIZZLINGRANGE;
View the official Windows Driver Kit DDI referenceNo description available.
The DXGKARG_RELEASESWIZZLINGRANGE structure describes parameters for releasing a swizzling range.
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.