| MIL 10 Reference
| Customize Help
| Save Settings

MappCloseConnection



See also
Availability
Available in MIL-Lite
Available in MIL

Available on Windows
Available on Linux

Available on Non-Matrox computer
Available on Matrox 4Sight-X
Available on Matrox 4Sight GP
Available on Matrox Supersight
function map Function map
Examples
Synopsis
Closes a connection to a remote MIL application.
Syntax
void MappCloseConnection(
MIL_ID RemoteContextAppId //in
)
Description

Closes the connection open by MappOpenConnection(). All MIL objects allocated from this node must have been freed, using M...Free(), before disconnecting.

Note that this function reference has not been updated for a MIL system added during a MIL update. Refer to the MIL system's release note to see if there is complementary information.
Parameters
This function is not supported on the selected boards.
Parameter
RemoteContextAppId

Specifies the remote application to disconnect from. This application identifier must have been returned by a previous call to MappOpenConnection().

Compilation information
Header Include mil.h.
Library Use mil.lib.
DLL Requires mil.dll.