OEMIcmCreateColorTransform function (printoem.h)

The OEMIcmCreateColorTransform function creates an ICM color transform.

Syntax

HANDLE OEMIcmCreateColorTransform(
                 DHPDEV           dhpdev,
                 LPLOGCOLORSPACEW pLogColorSpace,
  [in, optional] PVOID            pvSourceProfile,
                 ULONG            cjSourceProfile,
  [in]           PVOID            pvDestProfile,
                 ULONG            cjDestProfile,
  [in, optional] PVOID            pvTargetProfile,
                 ULONG            cjTargetProfile,
                 DWORD            dwReserved
);

Parameters

dhpdev

Defines the DHPDEV parameter dhpdev.

pLogColorSpace

Defines the LPLOGCOLORSPACEW parameter pLogColorSpace.

[in, optional] pvSourceProfile

Defines the PVOID parameter pvSourceProfile.

cjSourceProfile

Defines the ULONG parameter cjSourceProfile.

[in] pvDestProfile

Defines the PVOID parameter pvDestProfile.

cjDestProfile

Defines the ULONG parameter cjDestProfile.

[in, optional] pvTargetProfile

Defines the PVOID parameter pvTargetProfile.

cjTargetProfile

Defines the ULONG parameter cjTargetProfile.

dwReserved

Defines the DWORD parameter dwReserved.

Return value

Returns a HANDLE value.

Requirements

Requirement Value
Target Platform Windows
Header printoem.h (include Printoem.h)