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