ITDirectory::Connect method (rend.h)

[Rendezvous IP Telephony Conferencing controls and interfaces are not available for use in Windows Vista, Windows Server 2008, and subsequent versions of the operating system. The RTC Client API provides similar functionality.]

The Connect method establishes a connection to the directory server.

Syntax

HRESULT Connect(
  [in] VARIANT_BOOL fSecure
);

Parameters

[in] fSecure

Boolean indicator of whether to use SSL connection.

Return value

This method can return one of these values.

Return code Description
S_OK
Method succeeded.
RND_ALREADY_CONNECTED
A successful connection has already been made.
RND_NULL_SERVER_NAME
The server name is NULL, probably because ITConferenceBlob::Init has not been run or did not succeed.

Remarks

The Connect method must be successfully called before any other function except get_DirectoryType.

Requirements

Requirement Value
Target Platform Windows
Header rend.h
DLL Rend.dll

See also

ITDirectory