MIL_ID SystemId, | //in |
MIL_INT64 ControlFlag, | //in |
MIL_ID *EdgeResultIdPtr | //out |
This function allocates an Edge Finder result buffer, on the specified system, to store results obtained from an MedgeCalculate() operation. When the Edge Finder result buffer is no longer required, release its memory, using MedgeFree().
Specifies the system on which to allocate the Edge Finder result buffer.
This parameter should be set to one of the following values:
For specifying the system
|
|||||||||||||||||||||||||||||||||||||||
Value | Description
|
||||||||||||||||||||||||||||||||||||||
M_DEFAULT_HOST |
Specifies the default Host system of the current MIL application. |
||||||||||||||||||||||||||||||||||||||
MIL system identifier |
Specifies a valid system identifier, previously allocated using MsysAlloc(). |
Header | Include mil.h. |
Library | Use mil.lib; miledge.lib. |
DLL | Requires mil.dll; miledge.dll. |