Sharable Application Object


The Sharable Application object provides the following interface:

Up ArrowBack to ActiveX Reference

IConfShareAppX

This interface provides the following properties:

and the following methods:

Up ArrowBack to Sharable Application Object

IConfShareAppX Properties

This section describes the properties for the IConfShareAppX interface.

IConfShareAppX::Name

HRESULT Name(
BSTR *pbstrName);

Indicates a string for the sharable application name.

pbstrName
Address to receive a string for the share application name.

Up ArrowBack to IConfShareAppX Interface

Up ArrowBack to Sharable Application Object

Up ArrowBack to ActiveX Listing

IConfShareAppX::ShareState

HRESULT ShareState(
LONG *puShrState);

Retrieves the "share" state of the application.

puShrState
Address of the current "share" state of the application. Can be one of the following values:
CNF_SHR_SHARED The application is being shared.
CNF_SHR_UNKNOWN The application state is unknown.
CNF_SHR_UNSHARED The application is not being shared.

Up ArrowBack to IConfShareAppX Interface

Up ArrowBack to Sharable Application Object

Up ArrowBack to ActiveX Listing

IConfShareAppX Methods

This section describes the methods for the interface.

IConfShareAppX::Share

HRESULT Share(
BOOLEAN *pfSucceeded);

Shares the application on all the members in the channel.

pfSucceeded
TRUE if the application is shared, or FALSE otherwise.

Up ArrowBack to IConfShareAppX Interface

Up ArrowBack to Sharable Application Object

Up ArrowBack to ActiveX Listing

IConfShareAppX::Unshare

HRESULT Unshare(
BOOLEAN *pfSucceeded);

Unshares the application on all the members in the channel.

pfSucceeded
TRUE if the application is unshared, or FALSE otherwise.

Up ArrowBack to IConfShareAppX Interface

Up ArrowBack to Sharable Application Object

Up ArrowBack to ActiveX Listing

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