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.
The GetInterrupt method checks whether a user interrupt was issued.
Syntax
HRESULT GetInterrupt();
Return value
Return code | Description |
---|---|
|
The method was successful and an interrupt has been requested. |
|
The method was successful and an interrupt was not requested. |
This method may also return error values. See Return Values for more details.
Remarks
If a user interrupt was issued, it is cleared when this method is called.
Examples of user interrupts include pressing Ctrl+C or pressing the Stop button in a debugger. Calling SetInterrupt also causes a user interrupt.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | dbgeng.h (include Dbgeng.h) |