| Customize Help
| Save Settings

MappFreeDefault



Function Map
Synopsis
Free default MIL objects.
Syntax
void MappFreeDefault(
MIL_ID ContextAppId, //in
MIL_ID SysId, //in
MIL_ID DispId, //in
MIL_ID DigId, //in
MIL_ID ImageBufId //in
)
Description

MappFreeDefault() is implemented as a macro. This macro frees the default MIL objects that were allocated with the MappAllocDefault() macro. You must free the allocated application (MappAllocDefault()) in the thread in which it was allocated.

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.
Parameters
ContextAppId

Specifies the identifier of the application to free.

SysId

Specifies the identifier of the system to free.

DispId

Specifies the identifier of the display to free. If set to M_NULL, no display is freed.

DigId

Specifies the identifier of the digitizer to free. If set to M_NULL, no digitizer is freed.

ImageBufId

Specifies the identifier of the image buffer to free. If set to M_NULL, no buffer is freed.

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