Getindexvalueweb method, Getvalue method – MagTek Excella API OCX99875557 User Manual

Page 12

Advertising
background image

Encrypting SPI IntelliHead

8

Data Type

Long



GETINDEXVALUEWEB METHOD
Retrieves a key/value pair that was previously stored in the Document Information.


Syntax

Result =Result = MTEXCELLAAPI1.GetIndexValueWeb (ByVal lpszOptions As String, ByVal
lpszSection As String, ByVal lpszKey As String, ByVal lpiIndex As Long, ByRef lpszResult As
Variant, ByRef lplBufferSize As Variant
) as Long

Remarks

GetIndexValueWeb functions identically to GetIndexValue. GetIndexValueWeb is intended
to be used for webpage applications.

Part

Description

lpszOptions

A string that specifies all the key/value pairs.

lpszSection

A string containing the section name.

lpszKey

A string containing the key name.

lpiIndex

The key index number.

lpszResult

The buffer that receives the retrieved value.

lplBufferSize

The size of the

lpszResult

buffer.

Data Type

Long



GETVALUE METHOD
Returns particular information after parsing out specific card data, based on parameters selected
by the user.


Syntax

Result =MTEXCELLAAPI1. GetIndexValueWeb ( ByVal lpszOptions As String, ByVal
lpszSection As String, ByVal lpszKey As String, ByRef lpszResult As String, ByRef lplBufferSize
As Long
) As Long

Advertising