MIL_ID SysId, | //in |
MIL_INT64 ResultType, | //in |
MIL_INT64 ControlFlag, | //in |
MIL_ID *ResultDmrIdPtr | //out |
This function allocates a SureDotOCR result buffer, on the specified system, to store results obtained from an MdmrRead() operation. When the result buffer is no longer required, release its memory, using MdmrFree().
Specifies the identifier of the system on which to allocate the SureDotOCR result buffer. Set this parameter to one of the values below:
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(). |
Specifies the type of result buffer to allocate. Set this parameter to the value below:
For specifying the type of result buffer to
allocate
|
|||||||||||||||||||||||||||||||||||||||
Value | Description | ||||||||||||||||||||||||||||||||||||||
M_DOT_MATRIX |
Specifies to allocate a SureDotOCR result buffer. |
Header | Include mil.h. |
Library | Use mil.lib; mildmr.lib. |
DLL | Requires mil.dll; mildmr.dll. |