GetReleaseString 

Purpose

Returns a character string containing the release version of the R/3 system being connected to.

Syntax

CSTR GetReleaseString(void);

string GetReleaseString(void);

Parameters

None.

Return Value

If the user chooses to use Standard C++ Library on Windows NT, the template class object ‘string’ is returned. Otherwise, a pointer to a character string is returned.

Exceptions

None.

Description

This function returns a const character string containing the release version of the R/3 system being connected to. The release string should be 3 characters long. For example: "31G", "31H", "40A". The alphabet character in the string is in uppercase.

Related Information

GetR3Release

The RFC_CONNECT_INFO structure