User Object


The User object provides the following interface:

Up ArrowBack to ActiveX Reference

IConfUserX

This interface provides the following properties:

Up ArrowBack to User Object

IConfUserX Properties

This section describes the properties for the IConfUserX interface.

IConfUserX::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 IConfUserX Interface

Up ArrowBack to User Object

Up ArrowBack to ActiveX Listing

IConfUserX::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 IConfUserX Interface

Up ArrowBack to User Object

Up ArrowBack to ActiveX Listing

IConfUserX::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 IConfUserX Interface

Up ArrowBack to User Object

Up ArrowBack to ActiveX Listing

IConfUserX::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 IConfUserX Interface

Up ArrowBack to User Object

Up ArrowBack to ActiveX Listing

IConfUserX::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 IConfUserX Interface

Up ArrowBack to User Object

Up ArrowBack to ActiveX Listing

IConfUserX::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 IConfUserX Interface

Up ArrowBack to User Object

Up ArrowBack to ActiveX Listing

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