Click to Rate and Give Feedback
MSDN
MSDN Library
Core OS Services
Core OS Reference
Debugging Reference
 DBGPARAM

  Switch on low bandwidth view
DBGPARAM
Windows Mobile SupportedWindows Embedded CE Supported
8/28/2008

This structure is used with RegisterDbgZones to specify debug zone information for a process or DLL.


typedef struct _DBGPARAM {
   WCHAR   lpszName[32];
   WCHAR   rglpszZones[16][32];
   ULONG   ulZoneMask;
} DBGPARAM, *LPDBGPARAM;
lpszName

Name of module. The name can be a maximum of 31 characters plus a terminating NULL.

rglpszZones

Names of zones for first 16 bits. Each zone name can be a maximum of 31 characters plus a terminating NULL.

ulZoneMask

Current zone mask. This value defines which zones are enabled by default for the module.

The name of the module is used to look for zone initialization information in the registry of the host PC and in the registry of the target device. Zone names are displayed by the control application that allows the user to dynamically set zones.

For more information about using this structure, see Setting Debug Zone Parameters.

Headerdbgapi.h
Windows Embedded CEWindows CE 2.10 and later
Windows MobileWindows Mobile Version 5.0 and later

Reference

RegisterDbgZones

Other Resources

Debug Zones

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker