IDkmLoadCompleteNotification Interface

Definition

IDkmLoadCompleteNotification is implemented by components that want to listen for the LoadComplete event. When this notification fires, the target process will be suspended and can be examined. LoadComplete is sent by the base debug monitor when launching or attaching to the process has completed.

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 IDkmLoadCompleteNotification
public interface class IDkmLoadCompleteNotification
__interface IDkmLoadCompleteNotification
public interface IDkmLoadCompleteNotification
type IDkmLoadCompleteNotification = interface
Public Interface IDkmLoadCompleteNotification

Methods

OnLoadComplete(DkmProcess, DkmWorkList, DkmEventDescriptor)

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

Applies to