#include "windows.h"
#include "icc.h"
#include "icc_i386.h"
Go to the source code of this file.
Defines | |
#define | TYPE_CIEBASEDDEF 1 |
#define | TYPE_CIEBASEDDEFG 2 |
#define | TempBfSize 128 |
#define | CIEXYZRange 1.99997 |
#define | MAX_LINELENG 240 |
Typedefs | |
typedef MEMPTR | CHANDLE |
typedef MEMPTR __far * | LPCHANDLE |
Functions | |
BOOL EXTERN | LoadCP (LPCSTR filename, HGLOBAL FAR *phMem, LPCHANDLE lphCP) |
BOOL EXTERN | LoadCP32 (LPCSTR filename, HGLOBAL *phMem, LPCHANDLE lpCP) |
BOOL EXTERN | FreeCP (HGLOBAL hMem) |
BOOL EXTERN | ValidateCP (CHANDLE hCP) |
BOOL EXTERN | DoesCPTagExist (CHANDLE hCP, CSIG CPTag) |
BOOL EXTERN | GetCPTagIndex (CHANDLE hCP, CSIG CPTag, LPSINT lpIndex) |
BOOL EXTERN | GetCPElementCount (CHANDLE hCP, LPSINT lpIndex) |
BOOL EXTERN | ValidateCPElement (CHANDLE hCP, SINT Index) |
BOOL EXTERN | GetCPTagSig (CHANDLE hCP, SINT Index, LPCSIG lpCPTag) |
BOOL EXTERN | GetCPElementType (CHANDLE hCP, SINT Index, LPCSIG lpCSig) |
BOOL EXTERN | GetCPElementSize (CHANDLE hCP, SINT Index, LPSINT lpSize) |
BOOL EXTERN | GetCPElementDataSize (CHANDLE hCP, SINT Index, LPSINT lpSize) |
BOOL EXTERN | GetCPElement (CHANDLE hCP, SINT Index, MEMPTR lpData, SINT Size) |
BOOL EXTERN | GetCPElementData (CHANDLE hCP, SINT Index, MEMPTR lpData, SINT Size) |
BOOL EXTERN | GetCPElementDataType (CHANDLE CP, SINT Index, long far *lpDataType) |
BOOL EXTERN | GetCPSize (CHANDLE hCP, LPSINT lpSize) |
BOOL EXTERN | GetCPCMMType (CHANDLE hCP, LPCSIG lpType) |
BOOL EXTERN | GetCPVersion (CHANDLE hCP, LPSINT lpVers) |
BOOL EXTERN | GetCPClass (CHANDLE hCP, LPCSIG lpClass) |
BOOL EXTERN | GetCPDevSpace (CHANDLE hCP, LPCSIG lpDevSpace) |
BOOL EXTERN | GetCPConnSpace (CHANDLE hCP, LPCSIG lpConnSpace) |
BOOL EXTERN | GetCPTarget (CHANDLE hCP, LPCSIG lpTarget) |
BOOL EXTERN | GetCPManufacturer (CHANDLE hCP, LPCSIG lpManuf) |
BOOL EXTERN | GetCPModel (CHANDLE hCP, LPCSIG lpModel) |
BOOL EXTERN | GetCPFlags (CHANDLE hCP, LPSINT lpFlags) |
BOOL EXTERN | GetCPAttributes (CHANDLE hCP, LPATTRIB lpAttributes) |
BOOL EXTERN | GetCPWhitePoint (CHANDLE CP, LPSFLOAT lpWP) |
BOOL EXTERN | GetCPMediaWhitePoint (CHANDLE CP, LPSFLOAT lpMediaWP) |
BOOL EXTERN | GetCPRenderIntent (CHANDLE CP, LPSINT lpIntent) |
BOOL EXTERN | GetPS2ColorRenderingIntent (CHANDLE cp, DWORD Intent, MEMPTR lpMem, LPDWORD Size) |
SINT EXTERN | GetCPLastCPError () |
BOOL EXTERN | SetCPLastCPError (SINT cpError) |
BOOL EXTERN | SetCPLastError (SINT LastError) |
BOOL EXTERN | ValidColorSpace (LPPDEVICE lppd, LPICMINFO lpICMI) |
SINT | WriteInt (MEMPTR lpMem, SINT Number) |
SINT | WriteHex (MEMPTR lpMem, SINT Number) |
SINT | WriteObject (MEMPTR lpMem, MEMPTR Obj) |
SINT | WriteObjectN (MEMPTR lpMem, MEMPTR Obj, SINT n) |
SINT | WriteHexBuffer (MEMPTR lpMem, MEMPTR lpBuff, MEMPTR lpLineStart, DWORD dwBytes) |
SINT | WriteFloat (MEMPTR lpMem, double dFloat) |
SINT | WriteStringToken (MEMPTR lpMem, BYTE Token, SINT sNum) |
SINT | WriteByteString (MEMPTR lpMem, MEMPTR lpBuff, SINT sBytes) |
SINT | WriteInt2ByteString (MEMPTR lpMem, MEMPTR lpBuff, SINT sBytes) |
SINT | WriteIntStringU2S (MEMPTR lpMem, MEMPTR lpBuff, SINT sNum) |
SINT | WriteIntStringU2S_L (MEMPTR lpMem, MEMPTR lpBuff, SINT sNum) |
SINT | WriteHNAToken (MEMPTR lpMem, BYTE Token, SINT sNum) |
SINT | WriteAscii85 (MEMPTR lpDest, unsigned long inword, SINT nBytes) |
SINT | ConvertBinaryData2Ascii (MEMPTR lpMem, SINT DataSize, SINT BufSize) |
SINT | Convert2Ascii (CHANDLE CP, SINT Index, MEMPTR lpData, SINT BufSize, SINT DataSize, BOOL AllowBinary) |
BOOL EXTERN | MemAlloc (SINT Size, HGLOBAL FAR *hMemory, LPMEMPTR lpMH) |
BOOL EXTERN | MemFree (HGLOBAL hMem) |
DWORD | FIXED_2DOT30 (float) |
DWORD | FIXED_16DOT16 (float) |
|
Definition at line 15 of file dec97/dll32/csprof.h. |
|
Definition at line 16 of file dec97/dll32/csprof.h. |
|
Definition at line 14 of file dec97/dll32/csprof.h. |
|
Definition at line 12 of file dec97/dll32/csprof.h. |
|
Definition at line 13 of file dec97/dll32/csprof.h. |
|
Definition at line 39 of file dec97/dll32/csprof.h. |
|
Definition at line 39 of file dec97/dll32/csprof.h. |
|
Definition at line 1485 of file aug98/dll32/csprof.c.
|
|
Definition at line 1440 of file aug98/dll32/csprof.c.
|
|
Definition at line 403 of file aug98/dll32/csprof.c.
|
|
|
|
|
|
Definition at line 212 of file aug98/dll32/csprof.c.
|
|
Definition at line 885 of file aug98/dll32/csprof.c.
|
|
Definition at line 784 of file aug98/dll32/csprof.c.
|
|
Definition at line 762 of file aug98/dll32/csprof.c.
|
|
Definition at line 806 of file aug98/dll32/csprof.c.
|
|
Definition at line 795 of file aug98/dll32/csprof.c.
|
|
Definition at line 557 of file aug98/dll32/csprof.c.
|
|
Definition at line 218 of file aug98/dll32/csprof.c.
|
|
Definition at line 585 of file aug98/dll32/csprof.c.
|
|
Definition at line 522 of file aug98/dll32/csprof.c.
|
|
Definition at line 621 of file aug98/dll32/csprof.c.
|
|
Definition at line 501 of file aug98/dll32/csprof.c.
|
|
Definition at line 485 of file aug98/dll32/csprof.c.
|
|
Definition at line 850 of file aug98/dll32/csprof.c.
|
|
|
|
Definition at line 828 of file aug98/dll32/csprof.c.
|
|
Definition at line 890 of file aug98/dll32/csprof.c.
|
|
Definition at line 839 of file aug98/dll32/csprof.c.
|
|
Definition at line 861 of file aug98/dll32/csprof.c.
|
|
Definition at line 751 of file aug98/dll32/csprof.c.
|
|
Definition at line 426 of file aug98/dll32/csprof.c.
|
|
Definition at line 461 of file aug98/dll32/csprof.c.
|
|
Definition at line 817 of file aug98/dll32/csprof.c.
|
|
Definition at line 773 of file aug98/dll32/csprof.c.
|
|
Definition at line 872 of file aug98/dll32/csprof.c.
|
|
Definition at line 938 of file aug98/dll32/csprof.c.
|
|
Definition at line 80 of file aug98/dll32/csprof.c.
|
|
|
|
Definition at line 32 of file aug98/dll32/csprof.c.
|
|
Definition at line 63 of file aug98/dll32/csprof.c.
|
|
|
|
Definition at line 21 of file aug98/dll32/csprof.c.
|
|
Definition at line 260 of file aug98/dll32/csprof.c.
|
|
Definition at line 641 of file aug98/dll32/csprof.c.
|
|
Definition at line 1027 of file dec97/dll32/csprof.c.
|
|
Definition at line 1400 of file aug98/dll32/csprof.c.
|
|
Definition at line 1299 of file aug98/dll32/csprof.c.
|
|
Definition at line 1193 of file aug98/dll32/csprof.c.
|
|
Definition at line 1177 of file aug98/dll32/csprof.c.
|
|
Definition at line 1104 of file aug98/dll32/csprof.c.
|
|
Definition at line 1241 of file aug98/dll32/csprof.c.
|
|
Definition at line 1162 of file aug98/dll32/csprof.c.
|
|
Definition at line 1314 of file aug98/dll32/csprof.c.
|
|
Definition at line 1257 of file aug98/dll32/csprof.c.
|
|
Definition at line 1279 of file aug98/dll32/csprof.c.
|
|
Definition at line 1143 of file aug98/dll32/csprof.c.
|
|
Definition at line 1152 of file aug98/dll32/csprof.c.
|
|
Definition at line 1227 of file aug98/dll32/csprof.c.
|