The jomInitializeApplication call, shown in the following example, initializes the application by calling the global initialize method (if any) and the start-up method of the application (for example, an initialize event method), including those from any imported packages.
int jomInitializeApplication(const DskHandle *pHandle, bool callInitialize, const DskObjectId *pOid, UInt32 lineNo)
The parameters for this call are described in the following subsections.