ICCDATATYPEFLAGS

typedef enum

{
   ASCII  = 0x00000000L,
   Binary = 0x00000001L,
} ICCDATATYPEFLAGS;

This enumerated type is used within the ICC_DATA structure to indicate which data type is used.