KCMS CMM Developer's Guide

KcsInitXXXX()

KcsStatus KcsInitXXXX(long libMajor, long libMinor,
          long *myMajor, long *myMinor);

If you supply the KcsInitXXXX() entry point, the KCMS framework calls it when the shareable object is loaded for the first time. This initializes and derives private allocations before any creation method is called. KcsInitXXXX() checks for minor version numbering. See "Configuration Requirements" for more information.