IDkmExceptionTriggerHitReceived Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
IDkmExceptionTriggerHitReceived is implemented by components that want to listen for the ExceptionTriggerHit event. IDkmExceptionTriggerHitReceived is invoked before IDkmExceptionTriggerHitNotification. From within this notification, it is not possible to cause the target process to execute (no func-eval, no slipping).
The 'ExceptionTriggerHit' event provides notification that a previously set DkmExceptionTrigger has been met.
ExceptionTriggerHit events can be suppressed by calling DkmEventDescriptorS.Suppress().
Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: BaseDebugMonitorId, EngineId, ExceptionCategory, RuntimeId, SourceId.
public interface class IDkmExceptionTriggerHitReceived
public interface class IDkmExceptionTriggerHitReceived
__interface IDkmExceptionTriggerHitReceived
public interface IDkmExceptionTriggerHitReceived
type IDkmExceptionTriggerHitReceived = interface
Public Interface IDkmExceptionTriggerHitReceived
Methods
OnExceptionTriggerHitReceived(DkmExceptionTriggerHit, DkmEventDescriptorS) |
OnExceptionTriggerHitReceived is invoked as part of event processing. See interface definition for more information. |