IDebugControl2::GetNotifyEventHandle method (dbgeng.h)
The GetNotifyEventHandle method receives the handle of the event that will be signaled after the next exception in a target.
HRESULT GetNotifyEventHandle(
[out] PULONG64 Handle
);
[out] Handle
Receives the handle of the event that will be signaled. If Handle is NULL, no event will be signaled.
This method may also return error values. See Return Values for more details.
Return code | Description |
---|---|
|
The method was successful. |
If an event to be signaled was set and an exception occurs in a target, when the engine resumes execution in the target again, the event will be signaled.
The event will only be signaled once. After it has been signaled, this method will return NULL to Handle, unless SetNotifyEventHandle is called to set another event to signal.
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | dbgeng.h (include Dbgeng.h) |