KCMS Application Developer's Guide

KcsOptimizationType

typedef unsigned long KcsOptimizationType;

KcsOptimizationType is the data type of 1 of the arguments to the KcsOptimizeProfile() function.

KcsOptimizationType indicates the types of optimization that should be performed on a profile. It can have any of the following values, alone or in combination. Note that these are only hints.

#define KcsOptNone							(0)
 #define KcsOptAccuracy							(1<<0)
 #define KcsOptSpeed							(1<<1)
 #define KcsOptSize							(1<<2)