Click here to show toolbars of the Web Online Help System: show toolbars |
MIL_ID SysId, | //in |
MIL_INT64 ResultType, | //in |
MIL_INT64 ControlFlag, | //in |
MIL_ID *ResultBlobIdPtr | //out |
This function allocates a result buffer that can 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(). To determine the label value of a blob at a sepcified position, you can call MblobGetLabel(). 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:
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Description | ||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default Host system of the current MIL application. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
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. |