KCMS Application Developer's Guide

KcsFileId

typedef int KcsFileId;

KcsFileId is a field of the KcsProfileDesc data structure (see "KcsProfileDesc"). It identifies an open file to read with KcsLoadProfile(), or to write with KcsSaveProfile().

To get a KcsFileId, your application can use the open(2)() system call.

If the load hints specify anything other than KcsLoadNow, or if your application intends to save the profile, the file associated with KcsFileId must be left open.