IDkmModuleSymbolsLoadedNotification 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.
IDkmModuleSymbolsLoadedNotification is implemented by components that want to listen for the ModuleSymbolsLoaded event. When this notification fires, the target process will be suspended and can be examined. ModuleSymbolsLoaded is sent after symbols have been loaded for a particular module instance. This is sent either when symbols are loaded as a dll/exe loads in the target process, or after the user asks to reload symbols.
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, RuntimeId, SymbolProviderId, TransportKind.
public interface class IDkmModuleSymbolsLoadedNotification
public interface class IDkmModuleSymbolsLoadedNotification
__interface IDkmModuleSymbolsLoadedNotification
public interface IDkmModuleSymbolsLoadedNotification
type IDkmModuleSymbolsLoadedNotification = interface
Public Interface IDkmModuleSymbolsLoadedNotification
Methods
OnModuleSymbolsLoaded(DkmModuleInstance, DkmModule, Boolean, DkmWorkList, DkmEventDescriptor) |
OnModuleSymbolsLoaded is invoked as part of event processing. See interface definition for more information. |