IDkmInstructionAddressProvider Interface

Definition

Interface to provide process specific instruction addresses.

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

Methods

GetInstructionAddress(DkmProcess, DkmWorkList, UInt64, DkmCompletionRoutine<DkmGetInstructionAddressAsyncResult>)

Resolves a CPU InstructionAddress to a DkmInstructionAddress.

Applies to