RUN_STATUS_TYPE2 (Windows CE 5.0)

Send Feedback

This enumeration lists the possible run states for a debugging target.

typedef enum _RUN_STATUS_TYPE2 {  rs2Running,  rs2Halted,  rs2Reset,  rs2Error,  rs2Unknown} RUN_STATUS_TYPE2;

Elements

  • rs2Running
    Indicates the target is executing code.

  • rs2Halted
    Indicates the target is completely stopped.

  • rs2Reset
    Indicates the target is resetting.

  • rs2Error
    Indicates the target is in an error state

    This state is different than a software exception.

  • rs2Unknown
    Indicator for the target state is unknown.

Requirements

OS Version: Windows CE 5.0 and later.
Header: exdi2.h.

See Also

IeXDI2 Interfaces

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.