GetClassNames method

Returns the collection of LDAP attribute class strings for the specified LDAP Connection.

Syntax


C++

HRESULT GetClassNames(IERUCollection** ppClassNames)

Scripting languages
Set ClassNames = Connection.GetClassNames

Parameters


ppClassNames

Upon return, an IERUCollection interface pointer to a collection of LDAP attribute class strings.

Return value


C++

The return code.

Scripting languages

An IERUCollection interface pointer to a collection of LDAP attribute class strings.

Home

Applies to

IERULDAPConnection