Share via


Target Control Debugging: zo Command (Windows CE 5.0)

Send Feedback

This command performs debugging zone operations.

zop | mIndex | Name [Zone,[on | off][ZoneIndex]]

Options

  • p
    Specifies per-process operations.
  • m
    Specifies per-module operations, and may be modified with the following additional options.
    Zo option Description
    Index Specifies the index of the process or module, as returned by the gi command. If no further parameters are specified, this command returns the current settings with the zone names.
    Name Specifies the name of the process or module. If no further parameters are specified, this command returns the current settings with the zone names.

    Name may be modified with the following options:

    • Zone

      The zone to which this process or module zone is set. Any hexadecimal values must be preceded with 0x.

    • on

      Indicates whether to set the bits of the current zone mask on.

    • off

      Indicates whether to set the bits of the current zone mask off.

Example

The following command example shows how to display the zone names for the process at index 2.

zo p 2

The following command example shows how to set the zone for the module at index 0 to 0x100.

zo m 0 0x100 

The following command example shows how to set bits 3 and 5 on and bit 2 off for process 3.

zo p 3 on 3, 5 off 2 

See Also

Tools for Debugging and Testing

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.