Getvalueweb method – MagTek Excella API OCX99875557 User Manual

Page 13

Advertising
background image

9

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.

lpszResult

The buffer that receives the retrieved value.

lplBufferSize

The size of the result buffer.

Data Type

Long



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


Syntax

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

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.

lpszResult

The buffer that receives the retrieved value.

lplBufferSize

The size of the

lpszResult

buffer.

Remarks

GetValueWeb functions identically to GetValue. GetValueWeb is intended to be used for
webpage applications.

Data Type

Long

Advertising