The User object provides the following interface:
This interface provides the following properties:
This section describes the properties for the IConfUserX 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. |
HRESULT Type(
LONG *plType);
Indicates the type of name for the User object.
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.
HRESULT IsMCU(
BOOLEAN *pfMCU);
Indicates whether the user is a multipoint control unit (MCU).
This property is not supported in the current version.
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.
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.
Last Updated: November 1, 1997
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.