Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

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

Syntax

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

Members

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.

Remarks

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.

Requirements

Header dbgapi.h
Windows Embedded CE Windows CE 2.10 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

RegisterDbgZones

Other Resources