IDkmEntryPointReceived Interface

Definition

IDkmEntryPointReceived is implemented by components that want to listen for the EntryPoint event. IDkmEntryPointReceived is invoked before IDkmEntryPointNotification. From within this notification, it is not possible to cause the target process to execute (no func-eval, no slipping).

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.

C++/CX
public interface class IDkmEntryPointReceived

Methods

OnEntryPointReceived(DkmProcess, DkmThread, DkmEventDescriptor)

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

Applies to

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019, 2022