Table of Contents

HiAPI Initialization

The HiNC applications initialize HiAPI at the application entry point using the following methods:

  • AppBegin - Called at application startup
  • AppEnd - Called on application shutdown

These methods handle the initialization and release of:

  • Licensing
  • Display engine
  • Background resources
Important

Both DI-based and legacy flow implementations require calling LocalApp.AppBegin() at startup and LocalApp.AppEnd() on shutdown.