Share via


BIT_AV_ (Windows Embedded CE 6.0)

1/6/2010

The BIT_AV_ constants define the bit positions for the UPnP AV Framework debug zones, and work with the ZONE_AV_ constants to provide UPnP AV Framework debugging messages. When used as described in UPnP AV Framework Debug Zones, the DEFAULT_AV_ZONES constant defined in av_upnp.h uses the BIT_AV_ERROR and BIT_AV_WARN constants to turn on UPnP AV Framework error and warning text.

The following table shows constants that define the bit positions for the debug zones used by the UPnP AV Framework.

Value Description

BIT_AV_ERROR = 0

Error messages occupy position 0 in the application's or module's DBGPARAM structure.

BIT_AV_WARN = 1

Warning messages occupy position 1 in the application's or module's DBGPARAM structure.

BIT_AV_TRACE = 2

Informational tracing messages occupy position 2 in the application's or module's DBGPARAM structure.

Requirements

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

See Also

Reference

UPnP AV Constants
ZONE_AV_

Other Resources

Debug Zones
Debug Messages