Share via


ZONE_AV_ (Windows Embedded CE 6.0)

1/6/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

See Also

Reference

UPnP AV Constants
BIT_AV_

Other Resources

Debug Zones
Debug Messages