Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 stateThis 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
Send Feedback on this topic to the authors