The Member object is derived from the user:
This interface provides the following properties:
and the following method:
This section describes the properties for the IConfMemberX interface.
HRESULT Name(
BSTR *pbstrName);
Indicates a user name string.
S_OK | Success. The requested number of elements was returned. |
E_OUTOFMEMORY | Memory could not be allocated to service the request. |
E_UNEXPECTED | An unknown error occurred. |
Back to IConfMemberX Interface
HRESULT Type(
LONG *plType);
Indicates the type of name for the User object.
Back to IConfMemberX Interface
HRESULT ConferenceCapabilities(
LONG *plConfCaps);
Indicates which types of conferences (audio, data, or video) are available on the user's computer.
This property is not supported in the current version.
Back to IConfMemberX Interface
HRESULT IsMCU(
BOOLEAN *pfMCU);
Indicates whether the user is a multipoint control unit (MCU).
This property is not supported in the current version.
Back to IConfMemberX Interface
HRESULT Conferences(
IConferences **ppConferences);
Indicates a collection of Conference objects that a user is participating in.
S_OK | Success. The requested number of elements was returned. |
E_OUTOFMEMORY | Memory could not be allocated to service the request. |
E_UNEXPECTED | An unknown error occurred. |
This property is not supported in the current version.
Back to IConfMemberX Interface
HRESULT Applications(
IConfApplications **ppApplications);
Indicates a collection of Client Application objects for a user.
S_OK | Success. The requested number of elements was returned. |
E_OUTOFMEMORY | Memory could not be allocated to service the request. |
E_UNEXPECTED | An unknown error occurred. |
This property is not supported in the current version.
Back to IConfMemberX Interface
HRESULT Conference(
IConferenceX **ppConference);
Indicates an instance of the Conference object to which the member belongs.
Back to IConfMemberX Interface
HRESULT IsSelf(
BOOLEAN *pfSelf);
Identifies whether the Member object represents the local computer.
Back to IConfMemberX Interface
This section describes the method for the IConfMemberX interface.
HRESULT IsSameAs(
IConfMemberX *pConfMember,
BOOLEAN *pfSame);
Indicates whether two Member objects represent the same member.
Back to IConfMemberX Interface
Last Updated: November 1, 1997
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.