Member Object


The Member object is derived from the user:

Up ArrowBack to ActiveX Reference

IConfMemberX

This interface provides the following properties:

and the following method:

IConfMemberX Properties

This section describes the properties for the IConfMemberX interface.

IConfMemberX::Name

HRESULT Name(
BSTR *pbstrName);

Indicates a user name string.

pbstrName
Address to receive a string for the user name or address.

Up ArrowBack to IConfMemberX Interface

Up ArrowBack to Member Object

Up ArrowBack to ActiveX Listing

IConfMemberX::Type

HRESULT Type(
LONG *plType);

Indicates the type of name for the User object.

plType
Address of the type of name of the user.

Up ArrowBack to IConfMemberX Interface

Up ArrowBack to Member Object

Up ArrowBack to ActiveX Listing

IConfMemberX::ConferenceCapabilities

HRESULT ConferenceCapabilities(
LONG *plConfCaps);

Indicates which types of conferences (audio, data, or video) are available on the user's computer.

plConfCaps
Address of a buffer that upon return will contain the capabilities of the computer.

This property is not supported in the current version.

Up ArrowBack to IConfMemberX Interface

Up ArrowBack to Member Object

Up ArrowBack to ActiveX Listing

IConfMemberX::IsMCU

HRESULT IsMCU(
BOOLEAN *pfMCU);

Indicates whether the user is a multipoint control unit (MCU).

pfMCU
TRUE if the user is an MCU, or FALSE otherwise.

This property is not supported in the current version.

Up ArrowBack to IConfMemberX Interface

Up ArrowBack to Member Object

Up ArrowBack to ActiveX Listing

IConfMemberX::Conferences

HRESULT Conferences(
IConferences **ppConferences);

Indicates a collection of Conference objects that a user is participating in.

ppConferences
Address of a collection of conference objects.

This property is not supported in the current version.

Up ArrowBack to IConfMemberX Interface

Up ArrowBack to Member Object

Up ArrowBack to ActiveX Listing

IConfMemberX::Applications

HRESULT Applications(
IConfApplications **ppApplications);

Indicates a collection of Client Application objects for a user.

ppApplications
Address of a collection of Client Application objects.

This property is not supported in the current version.

Up ArrowBack to IConfMemberX Interface

Up ArrowBack to Member Object

Up ArrowBack to ActiveX Listing

IConfMemberX::Conference

HRESULT Conference(
IConferenceX **ppConference);

Indicates an instance of the Conference object to which the member belongs.

ppConference
Address of a buffer to receive the instance of the conference object.

Up ArrowBack to IConfMemberX Interface

Up ArrowBack to Member Object

Up ArrowBack to ActiveX Listing

IConfMemberX::IsSelf

HRESULT IsSelf(
BOOLEAN *pfSelf);

Identifies whether the Member object represents the local computer.

pfSelf
TRUE if self, or FALSE otherwise.

Up ArrowBack to IConfMemberX Interface

Up ArrowBack to Member Object

Up ArrowBack to ActiveX Listing

IConfMemberX Methods

This section describes the method for the IConfMemberX interface.

IConfMemberX::IsSameAs

HRESULT IsSameAs(
IConfMemberX *pConfMember,
BOOLEAN *pfSame);

Indicates whether two Member objects represent the same member.

pConfMember
Instance of the Member object to compare with.
pfSame
TRUE if it is the same member, or FALSE otherwise.

Up ArrowBack to IConfMemberX Interface

Up ArrowBack to Member Object

Up ArrowBack to ActiveX Listing

Last Updated: November 1, 1997
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.