Setindexvalueweb method, Setlogfilehandle method – MagTek Excella API OCX99875557 User Manual
Page 20

Encrypting SPI IntelliHead
16
SETINDEXVALUEWEB METHOD
Adds a key/value pair to the given device settings with an index number.
Syntax
Result =MTEXCELLAAPI1. SetIndexValueWeb (ByVal lpszSection As String, ByVal lpszKey
As String, ByVal lpiIndex As Long, ByVal lpszValue As String, ByRef lplBufferSize As Variant,
ByRef lpszOptions As Variant) as Long
Part
Description
lpszSection
A string containing the section name.
lpszKey
A string containing the key name.
lpiIndex
The key index number.
lpszValue
A string containing the key value.
lplBufferSize
The size of the value buffer.
lpszOptions
A variant that specifies all the key/value pairs.
Remarks
SetIndexValueWeb functions identically to SetIndexValue. SetIndexValueWeb is intended to
be used for webpage applications.
Data Type
Long
SETLOGFILEHANDLE METHOD
Specifies a handle for a log file.
Syntax
Result =MTEXCELLAAPI1. SetLogFileHandle (ByVal lpHandle As Long)
Part
Description
lpHandle
This is a handle to a file. All the API functions will log errors and information to this log file.