DXGKARG_RELEASESWIZZLINGRANGE structure (d3dkmddi.h)

The DXGKARG_RELEASESWIZZLINGRANGE structure describes parameters for releasing a swizzling range.

Syntax

typedef struct _DXGKARG_RELEASESWIZZLINGRANGE {
  [in] HANDLE hAllocation;
  [in] UINT   PrivateDriverData;
  [in] UINT   RangeId;
} DXGKARG_RELEASESWIZZLINGRANGE;

Members

[in] hAllocation

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

[in] PrivateDriverData

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.

[in] RangeId

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

Requirements

Requirement Value
Minimum supported client Windows Vista
Header d3dkmddi.h (include D3dkmddi.h)

See also

DxgkDdiAcquireSwizzlingRange

DxgkDdiCreateAllocation

DxgkDdiReleaseSwizzlingRange