DrvIcmDeleteColorTransform function (winddi.h)

The DrvIcmDeleteColorTransform function deletes the specified color transform.

Syntax

BOOL DrvIcmDeleteColorTransform(
  [in] DHPDEV dhpdev,
  [in] HANDLE hcmXform
);

Parameters

[in] dhpdev

Handle to the physical device's PDEV.

[in] hcmXform

Handle to the color transform to be deleted. This color transform was created by the driver in a call to DrvIcmCreateColorTransform.

Return value

DrvIcmDeleteColorTransform returns TRUE upon success. Otherwise, it returns FALSE.

Remarks

Drivers that report ICM support should implement this function. A driver indicates support for ICM by setting the GCAPS_ICM flag in the flGraphicsCaps member of the DEVINFO structure.

Requirements

Requirement Value
Target Platform Desktop
Header winddi.h (include Winddi.h)

See also

DrvIcmCreateColorTransform