Debugging Tools for Windows |
The GetNotifyEventHandle method receives the handle of the event that will be signaled after the next exception in a target.
HRESULT
IDebugControl::GetNotifyEventHandle(
OUT PULONG64 Handle
);
This method may also return error values. See Return Values for more details.
GetNotifyEventHandle is available in all versions of IDebugControl.
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.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.