00001
#ifndef PS2COLOR_H
00002
#define PS2COLOR_H
00003
BOOL GetPS2ColorRenderingDictionary(
00004 CHANDLE cp,
00005 DWORD Intent,
00006 MEMPTR lpMem,
00007 LPDWORD lpcbSize,
00008 BOOL AllowBinary);
00009
BOOL GetPS2ColorSpaceArray(
00010 CHANDLE cp,
00011 DWORD InputIntent,
00012 DWORD InpDrvClrSp,
00013 MEMPTR lpBuffer,
00014 LPDWORD lpcbSize,
00015 BOOL AllowBinary);
00016
BOOL EXTERN GetPS2ColorRenderingIntent(
00017 CHANDLE cp,
00018 DWORD Intent,
00019 MEMPTR lpMem,
00020 LPDWORD lpcbSize);
00021
#endif