IDkmEntryPointNotification Interface

Definition

IDkmEntryPointNotification is implemented by components that want to listen for the EntryPoint event. IDkmEntryPointNotification is invoked after all implementations of IDkmEntryPointReceived. When this notification is called, the target process is stopped and implementers are able to either inspect the process or cause it to execute in a controlled manner (slip, func-eval).

Fired from the breakpoint manager when the entry point breakpoint has been hit.

EntryPoint events cannot be suppressed. To override the entry point, implement IDkmEntryPointQuery.

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, TransportKind.

public interface class IDkmEntryPointNotification
public interface class IDkmEntryPointNotification
__interface IDkmEntryPointNotification
public interface IDkmEntryPointNotification
type IDkmEntryPointNotification = interface
Public Interface IDkmEntryPointNotification

Methods

OnEntryPoint(DkmProcess, DkmThread, DkmEventDescriptor)

OnEntryPoint is invoked as part of event processing. See interface definition for more information.

Applies to