Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
OS Versions: Windows CE 5.0 and later.
Header: Av_upnp.h.
Link Library: Av_upnp.lib.
C++ Namespace: av_upnp.
See Also
UPnP AV Constants | Debug Zones | Debug Messages | BIT_AV_
Send Feedback on this topic to the authors