GetDirectoryConnection method

Returns a Directory Connection object having a given ConnectionID and returns its IERUDirectoryConnection interface.

Syntax


C++
HRESULT GetDirectoryConnection (
   LONG ConnectionID,
   IERUDirectoryConnection** ppDirectoryConnection)
Scripting languages
Set DirectoryConnection = Object.GetDirectoryConnection (
   ConnectionID as LONG)

Parameters


ConnectionID

The ID of the directory connection to get.

ppDirectoryConnection

Upon return, an IERUDirectoryConnection interface pointer to the directory connection having the given ConnectionID.

Return value


C++

The return code.

Scripting languages

An IERUDirectoryConnection interface pointer to the directory connection having the given ConnectionID.

 

Home

Applies to

IERUMemberManager