GetCoordinators method

Returns a collection of coordinators for the specified Room.

Syntax


C++
HRESULT GetCoordinators (
   LONG MemberFlags,
   IERUCollection **ppRetVal)
Scripting languages
Set Collection = Room.GetCoordinators (
   MemberFlags as LONG)

Parameters


MemberFlags

One or more values chosen from the enumeration ERUMemberFlag, logically OR'ed together. Formats or filters the collection of members.

ppRetVal

Upon return, an IERUCollection interface pointer to a collection of IERUMember interface pointers.

Return value


C++

The return code.

Scripting languages:

An IERUCollection interface pointer to a collection of IERUMember interface pointers.

Home

Applies to

IERURoom

IERUSiteRoom