IDkmBinaryReloadOpportunityNotification 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.
IDkmBinaryReloadOpportunityNotification is implemented by components that want to listen for the BinaryReloadOpportunity event. When this notification fires, the target process will be suspended and can be examined. While minidump debugging, raised by MinidumpBDM to relocate binary when user tries to manually load binary.
BinaryReloadOpportunity events can be suppressed by calling DkmEventDescriptorS.Suppress().
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.
This API was introduced in Visual Studio 12 Update 2 (DkmApiVersion.VS12Update2).
public interface class IDkmBinaryReloadOpportunityNotification
public interface class IDkmBinaryReloadOpportunityNotification
__interface IDkmBinaryReloadOpportunityNotification
public interface IDkmBinaryReloadOpportunityNotification
type IDkmBinaryReloadOpportunityNotification = interface
Public Interface IDkmBinaryReloadOpportunityNotification
Methods
OnBinaryReloadOpportunity(DkmModuleInstance, DkmWorkList, DkmEventDescriptorS) |
OnBinaryReloadOpportunity is invoked as part of event processing. See interface definition for more information. |