Share via


ConnectionManagerState (Windows CE 5.0)

Send Feedback

These constants contain the names of state variables evented by the ConnectionManager service.

const LPCWSTR  SourceProtocolInfo      = L"SourceProtocolInfo",  SinkProtocolInfo        = L"SinkProtocolInfo",  CurrentConnectionIDs    = L"CurrentConnectionIDs";

Remarks

Applications that use or implement the ConnectionManager service use these constants to receive and send event notifications when evented state variables change, using IEventSink::OnStateChanged.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: Av_upnp.h.
Link Library: Av_upnp.lib.
C++ Namespace: av_upnp::ConnectionManagerState.

See Also

AV String Constants

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.