| Customize Help
| Save Settings

M3dimFree



Function Map
Synopsis
Free a 3D image processing context or result buffer.
Syntax
void M3dimFree(
MIL_ID ContextOrResult3dimId //in
)
Description

This function deletes the specified 3D image processing context or result buffer identifier, and releases any memory associated with it.

All 3D image processing contexts or result buffers allocated on a particular system must be freed before the system can be freed.

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
ContextOrResult3dimId

Specifies the identifier of the 3D image processing context or result buffer to free. These must have been successfully allocated (using M3dimAlloc() or M3dimAllocResult()) prior to calling this function.

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