Debugging Tools for Windows |
The SetNotifyEventHandle method sets the event that will be signaled after the next exception in a target.
HRESULT
IDebugControl::SetNotifyEventHandle(
IN ULONG64 Handle
);
This method may also return error values. See Return Values for more details.
SetNotifyEventHandle is available in all versions of IDebugControl.
After setting the event to signal, and after the next exception occurs in a target, when the engine resumes execution in the target, the event will be signaled.
The event will only be signaled once. After it has been signaled, GetNotifyEventHandle will return NULL, unless this method is called to set another event to signal.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.