ConnectionManagerState (Compact 7)

3/12/2014

The ConnectionManagerState namespace contains constants for the names of state variables used by the ConnectionManager service.

Syntax

namespace ConnectionManagerState
{
  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 state variables change, using IEventSink::OnStateChanged.

Requirements

Header

av_upnp.h

Library

Av_upnp.lib

See Also

Reference

AV String Constants
IConnectionManager