The XLATEOBJ_hGetColorTransform function returns the color transform for the specified translation object.
HANDLE
XLATEOBJ_hGetColorTransform(
IN XLATEOBJ *pxlo
);
XLATEOBJ_hGetColorTransform returns a handle to the color transform for the specified XLATEOBJ upon success. Otherwise, it returns NULL.
Declared in winddi.h. Include winddi.h.
XLATEOBJ_hGetColorTransform returns NULL when it is called in host ICM context or when ICM is disabled.
The color transform for a brush is obtained by calling BRUSHOBJ_hGetColorTransform.
BRUSHOBJ_hGetColorTransform, DrvIcmCreateColorTransform, XLATEOBJ