HALT_REASON_TYPE2 (Windows Embedded CE 6.0)
1/5/2010
This structure defines types of reasons to halt execution.
Syntax
typedef struct _HALT_REASON_TYPE2 {
HALT_REASON_CODE_TYPE2 hrc2;
DWORD dwCpuNum; [unique] IeXdi2CodeBp* pieXdi2CodeBp;
[unique] IeXdi2DataBp* pieXdi2DataBp;
[unique] EXCEPTION_TYPE2* pet;
} HALT_REASON_TYPE2;
Members
hrc2
Reason for halt.Must be one of HALT_REASON_CODE_TYPE2 enumerations.
dwCpuNum
CPU number.This value is always 0 for a single CPU.
- pieXdi2CodeBp
Pointer to the IeXdi2CodeBp interface for the code breakpoint at the source of the halt reason, if applicable; otherwise, NULL.
- pieXdi2DataBp
Pointer to the IeXdi2DataBp interface for the data breakpoint at the source of the halt reason, if applicable; otherwise, NULL.
pet
Exception type code and notification phase of the exception that caused the halt, if applicable; otherwise, NULL.The exception code is platform dependant.
Requirements
Header | eXDI2.h |
Windows Embedded CE | Windows CE 5.0 and later |