KCMS Application Developer's Guide

KcsProfileId

typedef long KcsProfileId;

KcsProfileId is a data type used in all API functions, except KcsSetCallback(). A KcsProfileId variable identifies a particular loaded profile in the KCMS framework. It is an opaque data type. Your application should not manipulate this variable directly, because the results of doing so are unpredictable. The KcsLoadProfile() and KcsConnectProfile() functions return a KcsProfileId.