RUN_STATUS_TYPE2 (Windows Embedded CE 6.0)
1/5/2010
This enumeration lists the possible run states for a debugging target.
Syntax
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
Header | eXDI2.h |
Windows Embedded CE | Windows CE 5.0 and later |