Processcheckweb method, Queryinfo method – MagTek Excella API OCX99875557 User Manual

Page 15

Advertising
background image

11

PROCESSCHECKWEB METHOD
Sends a scan check request with the given process options to a device.

Syntax

Result =MTEXCELLAAPI1.ProcessCheckWeb (ByVal lpszDeviceName As String, ByVal
lpszOptions As String, ByRef lpszDocInfo As Variant, ByRef lplDocInfoSize As Variant
) as Long

Part

Description

lpszDeviceName

A string that specifies the name of the device.

lpszOptions

A string that specifies all the key/value pairs.

lpszDocInfo

A variant containing the information returned from the device. The returned information
contains command status, MICR data, and image information.

lplDocInfoSize

The size of lpszDocInfo.

Remarks

ProcessCheckWeb functions identically to ProcessCheck. ProcessCheckWeb is intended to be
used for webpage applications.

Data Type

Long



QUERYINFO METHOD
Retrieves data of a given section name from a device.


Syntax

Result =MTEXCELLAAPI1.QueryInfo (ByVal lpszDeviceName As String, ByVal
lpszQueryParam As String, ByRef lpszResult As String, ByRef lplLength As Long
) as Long

Part

Description

lpszDeviceName

A string that specifies the name of the device.

lpszQueryParam

A string containing the section name. e.g. DeviceCapabilities, DeviceUsage, DeviceStatus,
etc.

lpszResult

The buffer that receives the retrieved value.

lplLength

The length of

lpszResult.

Data Type

Long

Advertising