====== InitAPI ====== ===== Description ===== Initialise the [[zeolite:classes:CExtAPI]] instance. This function must be called before any other member functions of [[zeolite:classes:CExtAPI]]. ===== Function prototype ===== bool CExtAPI::InitAPI(FARPROC pFunc, void* hID); ===== Arguments ===== ^ Name ^ Type ^ Comment ^ | pFunc | FARPROC | A parent application function handle. | | hID | void* | A plugin identifier handle. | ===== Return value ===== False if an error has occurred, and true otherwise. ===== Comments ===== The arguments for this function are passed from the parent application via the [[zeolite:plugins:exports:ExtInitPlugin]] function.