MIL_ID SystemId, | //in |
MIL_ID *BlobResIdPtr | //out |
This function allocates a result buffer used to store blob analysis results.
Each blob creates a separate result entry in the blob analysis result buffer. You can retrieve blob analysis results from a result buffer, using MblobGetResult() or MblobGetResultSingle(). Use the latter to obtain results for a single blob. For more specific results, you can call MblobGetLabel() and MblobGetRuns(). When the result buffer is no longer required, release it, using MblobFree().
Specifies the system on which to allocate the 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; milblob.lib. |
DLL | Requires mil.dll; milblob.dll. |