IN_ShutdownUnix

All Editions image\bltlrgsq_shg.gif Related Functions image\bltlrgsq_shg.gif Example

The IN_ShutdownUnix function shuts down the communication channel for the client side of the C API. Either this function or the IN_Shutdown function must be called to close down the C API client library. Otherwise the communication channel will not be closed properly, which could cause problems when the client library is started up again.

Syntax

int IN_ShutdownUnix( argc, *argv )

Parameters

Values

Meaning

int argc

0

this value is ignored

char *argv

NULL

this value is ignored

Remarks

Do not issue this function in the middle of a NotifyTerminate callback. Doing this closes the client library and disconnects it from the server (Imagenation), and the notification is not able to clean up properly.

Release information

Added to Imagenation for UNIX in Release 5.1.

Not supported in Imagenation for Windows.

See also

Starting and ending a conversation with Imagenation

Quitting Imagenation