OEMIcmCreateColorTransform 함수(printoem.h)
OEMIcmCreateColorTransform 함수는 ICM 색 변환을 만듭니다.
구문
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
);
매개 변수
dhpdev
DHPDEV 매개 변수 dhpdev를 정의합니다.
pLogColorSpace
LPLOGCOLORSPACEW 매개 변수 pLogColorSpace를 정의합니다.
[in, optional] pvSourceProfile
PVOID 매개 변수 pvSourceProfile을 정의합니다.
cjSourceProfile
ULONG 매개 변수 cjSourceProfile을 정의합니다.
[in] pvDestProfile
PVOID 매개 변수 pvDestProfile을 정의합니다.
cjDestProfile
ULONG 매개 변수 cjDestProfile을 정의합니다.
[in, optional] pvTargetProfile
PVOID 매개 변수 pvTargetProfile을 정의합니다.
cjTargetProfile
ULONG 매개 변수 cjTargetProfile을 정의합니다.
dwReserved
DWORD 매개 변수 dwReserved를 정의합니다.
반환 값
HANDLE 값을 반환 합니다.
요구 사항
요구 사항 | 값 |
---|---|
대상 플랫폼 | Windows |
헤더 | printoem.h(Printoem.h 포함) |