In This Topic ▼

ICCPLATFORMSIGNATURE

Summary

This enumerated type is used within the ICCHEADER structure to indicate the primary platform.

Syntax

typedef enum 
{ 
   NoPlatformSignature = 0x00000000L,   /* No Platform Signature */ 
   MacintoshSignature = 0x4150504CL,   /* 'APPL' */ 
   MicrosoftSignature = 0x4D534654L,   /* 'MSFT' */ 
   SolarisSignature = 0x53554E57L,    /* 'SUNW' */ 
   SGISignature = 0x53474920L     /* 'SGI ' */ 
} ICCPLATFORMSIGNATURE; 

Usage

Help Version 22.0.2023.2.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Color Conversion C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.