Share via


IConnectionManagerImpl::RemoveSinkProtocol

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This method removes the specified protocol string from the sink protocol information for this ConnectionManager instance.

Syntax

virtual DWORD RemoveSinkProtocol(
  LPCWSTR pszProtocolInfo
);

Parameters

  • pszProtocolInfo
    String that contains a single ConnectionManager protocol string, like "http-get:*:audio/mpeg:*". The specified protocol information is removed if the provided string matches an existing protocol information string.

Return Value

The following table shows possible return values for this method.

Value Description

ERROR_AV_POINTER

The pszProtocolInfo parameter is NULL.

ERROR_AV_OOM

There was not enough memory to add the protocol.

SUCCESS_AV

The protocol information was added successfully.

Remarks

For more information about protocol strings, including formatting, see the documentation for the ContentDirectory DCP in UPnP AV DCP Documentation.

Requirements

Header av_upnp.h
Library Av_upnp.lib
Windows Embedded CE Windows CE 5.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

IConnectionManagerImpl