Setvalueweb method – MagTek Excella API OCX99875557 User Manual

Page 22

Advertising
background image

Encrypting SPI IntelliHead

18

SETVALUEWEB METHOD
Adds a key/value pair to the given device settings.


Syntax

Result =MTEXCELLAAPI1. SetValueWeb (ByVal lpszSection As String, ByVal lpszKey As
String, 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.

lpszValue

A string containing the key value to be set.

lplBufferSize

The size of the value buffer.

lpszOptions

A variant that specifies all the key/value pairs.

Remarks

SetValueWeb functions identically to SetValue. SetValueWeb is intended to be used for
webpage applications.

Data Type

Long

Advertising