Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

getcsa.h

Go to the documentation of this file.
00001 #ifndef GETCSA_H 00002 #define GETCSA_H 00003 BOOL EXTERN GetPS2ColorSpaceArray(CHANDLE cp, DWORD InputIntent, 00004 DWORD InpDrvClrSp, MEMPTR lpBuffer, LPDWORD lpcbSize, BOOL AllowBinary); 00005 BOOL GetPS2CSA_DEFG_Intent(CHANDLE cp, MEMPTR lpBuffer, LPDWORD lpcbSize, 00006 DWORD InpDrvClrSp, CSIG Intent, int Type, BOOL AllowBinary); 00007 BOOL GetPS2CSA_ABC( CHANDLE cp, MEMPTR lpMem, LPDWORD lpcbSize, 00008 CSIG InputIntent, DWORD InpDrvClrSp, BOOL AllowBinary, BOOL BackupCSA); 00009 BOOL GetPS2CSA_ABC_LAB( CHANDLE cp, MEMPTR lpMem, LPDWORD lpcbSize, 00010 CSIG InputIntent, DWORD InpDrvClrSp, BOOL AllowBinary); 00011 SINT GetPublicArrayName(CHANDLE cp, CSIG IntentSig, MEMPTR PublicArrayName); 00012 SINT CreateInputArray(MEMPTR lpMem, SINT nInputCh, SINT nInputTable , 00013 MEMPTR Intent, CSIG Tag, MEMPTR Buff, BOOL AllowBinary, MEMPTR); 00014 SINT CreateOutputArray(MEMPTR lpMem, SINT nOutputCh, SINT nOutputTable, 00015 SINT Offset, MEMPTR Intent, CSIG Tag, MEMPTR Buff, BOOL AllowBinary, MEMPTR); 00016 VOID GetCLUTinfo(CSIG LutTag, MEMPTR lpLut, LPSINT nInputCh, LPSINT nOutputCh, 00017 LPSINT nGrids, LPSINT nInputTable, LPSINT nOutputTable, LPSINT size); 00018 SINT EnableGlobalDict(MEMPTR lpMem); 00019 SINT BeginGlobalDict(MEMPTR lpMem); 00020 SINT EndGlobalDict(MEMPTR lpMem); 00021 #endif

Generated on Sat May 15 19:40:12 2004 for test by doxygen 1.3.7