Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

The following table shows constants that define debug zone masks and debug zone names used by the UPnP AV Framework.

These constants work with the BIT_AV_constants to provide UPnP AV Framework debugging messages, as described in UPnP AV Framework Debug Zones.

Value Description

ZONE_AV_ERROR = DEBUGZONE(BIT_AV_ERROR)

Debug zone mask for error messages uses bit position BIT_AV_ERROR (0).

ZONE_AV_WARN = DEBUGZONE(BIT_AV_WARN)

Debug zone mask for warning messages uses bit position BIT_AV_WARN (1).

ZONE_AV_TRACE = DEBUGZONE(BIT_AV_TRACE)

Debug zone mask for informational tracing messages uses bit position BIT_AV_TRACE (2).

ZONE_AV_ERROR_NAME = L"AV UPnP error"

Debug zone name for error messages.

ZONE_AV_WARN_NAME = L"AV UPnP warning"

Debug zone name for warning messages.

ZONE_AV_TRACE_NAME = L"AV UPnP trace"

Debug zone name for informational tracing messages.

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

UPnP AV Constants
BIT_AV_

Other Resources