GetR3SystemInfoCount 

Purpose

Returns the number of fields in the R/3 system information list.

Syntax

int GetR3SystemInfoCount(void);

Parameters

None.

Return Value

An integer indicating the number of fields in the R/3 system information list.

Exceptions

None.

Description

This function should be used in conjunction with CRfcConnection::R3SystemInfo(int) by index to iterate through the list of R/3 system inforamtion.

Related Information

R3SystemInfo (by field-name)

R3SystemInfo (by index)

The RFC_CONNECT_INFO structure