Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.29
LEADTOOLS Color Conversion C DLL Help

ICCPLATFORMSIGNATURE

Show in webframe

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

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

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.