GetHandle 

Purpose

Obtains the connection handle stored in the connection object.

Syntax

RFC_HANDLE GetHandle(void);

Return Value

Returns the RFC handle stored in the connection object without any verification.

Description

Use this method to read the value of the RFC handle stored in the connection object, use GetSafeHandle instead if you want verification.

Related Information

GetSafeHandle