This topic has not yet been rated Rate this topic

DEBUGZONE

Windows Mobile 6.5
A version of this page is also available for
4/8/2010

This macro associates a mask bit with a zone.


DEBUGZONE (ulZoneMask) 
ulZoneMask

The mask bit to be associated with a zone.

A Boolean that you can use to control the output of debug messages for a particular debug zone.

You can set debugging zones in the registry on the development workstation.

The following example shows how to associate bit 0 of a mask bit with an INFO zone.

#define ZONE_INFO   DEBUGZONE(0)

In this example, ZONE_INFO could be used to as an argument to DEBUGMSG to provide a conditional debugging message.

Headerdbgapi.h
Windows Embedded CEWindows CE 2.10 and later
Windows MobileWindows Mobile Version 5.0 and later
Did you find this helpful?
(2000 characters remaining)
Community Content Add
Annotations FAQ