#include "Windef.h"#include "WinGdi.h"#include <wtypes.h>#include "ICM.h"#include "General.h"Go to the source code of this file.
Functions | |
| CMError | CMGetProfileHeader (CMProfileRef prof, CMCoreProfileHeader *header) |
| CMError | CMGetProfileElement (CMProfileRef prof, OSType tag, unsigned long *elementSize, void *elementData) |
| CMError | CMGetPartialProfileElement (CMProfileRef prof, OSType tag, unsigned long offset, unsigned long *byteCount, void *elementData) |
| Boolean | CMProfileElementExists (CMProfileRef prof, OSType tag) |
|
||||||||||||||||||||||||
|
Definition at line 85 of file ntgdi/icm/mscmm/mscmm/access.c. References BOOL, cmElementTagNotFound, CMError, GetColorProfileElement(), and noErr.
|
|
||||||||||||||||||||
|
Definition at line 59 of file ntgdi/icm/mscmm/mscmm/access.c. References CMError, CMGetPartialProfileElement(), and OSType.
|
|
||||||||||||
|
Definition at line 30 of file ntgdi/icm/mscmm/mscmm/access.c.
|
|
||||||||||||
|
Definition at line 123 of file ntgdi/icm/mscmm/mscmm/access.c. References BOOL, Boolean, and IsColorProfileTagPresent().
|
1.3.7