All Editions
Related Functions
Example
The IN_Startup function initializes the C API client library so that a connection can be made to Imagenation. In Windows integrations, it must be executed before any other C API function.
Syntax
int IN_Startup( hInst )
|
Parameters |
Meaning |
|
HINSTANCE hInst |
handle instance from the winMain function of your application. Ignored in UNIX integrations. |
Release information
Added to Imagenation for Windows in Release 4.00.
As of Release 5.1, also supported in Imagenation for UNIX, but does nothing.
See also