It_FreeConnection 

Use

Frees a connection object, which closes the connection to R/3.

Syntax

DWORD DLEX It_FreeConnection (HANDLE hMr);

Parameters

hMr

Connection handle

Return Value

Returns TRUE on success, FALSE on error.

Comments

If the server connection is still valid, then call It_Logoff to log off from the server, and then call It_FreeConnection to close the connection.