All Editions
Related Functions
Example
The IN_SetTransportMechanism function changes the transport mechanism for communication between the client application and the Imagenation server.
Syntax
int IN_SetTransportMechanism( transportMech )
|
Parameters |
Values |
Meaning |
|
SHORT transportMech |
IN_TRANSPORT_* OLE_AUTO (1) MEMORY_MAP (2) |
transport mechanism to use: OLE Automation memory mapped files and a Windows |
Remarks
Using the memory mapped mechanism (2) allows multiple copies of Imagenation to run at once.
Release information
Added to Imagenation for Windows in Release 6.2.
Not supported in Imagenation for UNIX.
See also