MdigFree()函数 Synopsis Free a digitizer. Format void MdigFree(DigId) MIL_ID DigId; Digitizer identifier Description This function deallocates a digitizer previously allocated with MdigAlloc. The DigId parameter specifies the identifier of the digitizer. See also MdigAlloc 相关文章: MdigAlloc()函数 Synopsis Allocate a digitizer. Format MIL_ID MdigAlloc(SystemId, DigNum, DataFormat, InitFlag, DigIdPtr)... MdigChannel()函数 Synopsis Select the active input channel of a digitizer. Format void MdigChannel(DigId, Channel)... MdigControl()函数 Synopsis Control the specified digitizer. Format void MdigControl(DigId, ControlType, Value)... MdigGrab()函数 Synopsis Grab data from an input device into a buffer. Format void MdigGrab(DigId, DestImageBufId)... MdigGrabContinuous()函数 Synopsis Grab data continuously from an input device. Format void MdigGrabContinuous(DigId, DestImageBufId)... MdigGrabWait()函数 Synopsis Wait for the end of the grab in progress. Format void MdigGrabWait(DigId, Flag)... MdigHalt()函数 Synopsis Halt a continuous grab from an input device. Format void MdigHalt(DigId)... MdigHookFunction()函数 Synopsis Hook a function to a digitizer event. Format MDIGHOOKFCTPTR MdigHookFunction(DigId, HookType, HookHandlerPtr, UserDataPtr)... MdigInquire()函数 Synopsis Inquire about a digitizer. Format long MdigInquire(DigId, ParamToInquire, UserVarPtr)... MdigReference()函数 Synopsis Select digitization reference level. Format void MdigReference(DigId, ReferenceType, ReferenceLevel)...
《MdigFree()函数》上有2条评论
评论已关闭。