Freigeben über


IPublisherManagement (Windows CE 5.0)

Send Feedback

This interface provides the means for the subscriber service to obtain buffering settings from the publisher. For more information about the subscriber service, see Publisher Characteristics. The publisher implements this interface.

The IPublisherManagement interface passes a pointer to the ISubscriber interface. The publisher requires a pointer to the ISubscriber interface to send data to the subscriber.

The IPublisherManagement interface provides a means for the subscriber service to obtain buffering settings from the publisher. This interface also provides a means for the subscriber service to indicate when it is ready to receive data and to indicate when data should not be published.

The following table shows this interface's methods.

Method Description
IPublisherManagement::Initialize Passes a pointer to the ISubscriber interface. Called by the subscriber service.
IPublisherManagement::StartPublishing Indicates that the subscriber service is ready to receive data. Called by the subscriber service.
IPublisherManagement::StopPublishing Indicates that the subscriber service does not want to receive data. Called by the subscriber service.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: CEPubSub.h (for development workstation), CEPubSubPS.h (for target device), CePubSub.idl.
Link Library: Rts.lib (for development workstation), PSPubSubCE.lib (for target device).

See Also

ISubscriber | Publish/Subscribe API | Publisher Characteristics

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.