MIL_ID SysId, | //in |
MIL_INT64 ControlFlag, | //in |
MIL_ID *ResultBeadIdPtr | //out |
This function allocates a result buffer, on the specified system, to store the results from an MbeadVerify() operation. When the result buffer is no longer required, release its memory, using MbeadFree().
Specifies the identifier of the system on which to allocate the result buffer. This parameter should be set to one of the following values:
For specifying the system
identifier
|
|||||||||||||||||||||||||||||||||||||||
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; milbead.lib. |
DLL | Requires mil.dll; milbead.dll. |