BeginDataEnum

Begins the enumeration of an HsvICTransactionsData instance’s array of transactions, and returns a count of the transactions that the array contains.

Call this method after calling Initialize and HsvICM.GetICTransactions and before calling the other HsvICTransactionsData methods.

Note:

Once you have finished working with the data in the HsvICTransactionsData instance, clean up by calling EndDataEnum.

Syntax

<HsvICTransactionsData>.BeginDataEnum plNumItems

Argument

Description

plNumItems

Long. Returns a count of the transactions contained by the HsvICTransactionsData instance.

Example

BeginDataEnum is used in the example for Initialize.