Compartir a través de


BIT_AV_ (Windows CE 5.0)

Send Feedback

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

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 | ZONE_AV_

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.