IDkmEntryPointReceived 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.
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.
public interface class IDkmEntryPointReceived
public interface class IDkmEntryPointReceived
__interface IDkmEntryPointReceived
public interface IDkmEntryPointReceived
type IDkmEntryPointReceived = interface
Public Interface IDkmEntryPointReceived
Methods
OnEntryPointReceived(DkmProcess, DkmThread, DkmEventDescriptor) |
OnEntryPointReceived is invoked as part of event processing. See interface definition for more information. |