L3DT documentation
Large 3D terrain generator

InitAPI

Description

Initialise the CExtAPI instance. This function must be called before any other member functions of 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 ExtInitPlugin function.

 
zeolite/functions/initapi.txt · Last modified: 2017/08/31 07:05 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki