MdigAlloc()函数
Synopsis
Allocate a digitizer.
Format
MIL_ID MdigAlloc(SystemId, DigNum, DataFormat, InitFlag, DigIdPtr)
MIL取像模块,记录分享一些取像函数,比如连续取像,等待取像,取像中回调等。
Synopsis
Allocate a digitizer.
Format
MIL_ID MdigAlloc(SystemId, DigNum, DataFormat, InitFlag, DigIdPtr)
Synopsis
Select digitization reference level.
Format
void MdigReference(DigId, ReferenceType, ReferenceLevel)
Synopsis
Copy a LUT buffer to a digitizer.
Format
void MdigLut(DigId, LutBufId)
Synopsis
Inquire about a digitizer.
Format
long MdigInquire(DigId, ParamToInquire, UserVarPtr)
Synopsis
Hook a function to a digitizer event.
Format
MDIGHOOKFCTPTR MdigHookFunction(DigId, HookType, HookHandlerPtr, UserDataPtr)
Synopsis
Halt a continuous grab from an input device.
Format
void MdigHalt(DigId)
Synopsis
Wait for the end of the grab in progress.
Format
void MdigGrabWait(DigId, Flag)
Synopsis
Grab data continuously from an input device.
Format
void MdigGrabContinuous(DigId, DestImageBufId)
Synopsis
Grab data from an input device into a buffer.
Format
void MdigGrab(DigId, DestImageBufId)
Synopsis
Free a digitizer.
Format
void MdigFree(DigId)