IDkmJustMyCodeProvider Interface

Definition

Interface to determine if a particular location is user code.

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.

This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).

public interface class IDkmJustMyCodeProvider
public interface class IDkmJustMyCodeProvider
__interface IDkmJustMyCodeProvider
public interface IDkmJustMyCodeProvider
type IDkmJustMyCodeProvider = interface
Public Interface IDkmJustMyCodeProvider

Methods

IsUserCode(DkmInstructionAddress, DkmWorkList, DkmCompletionRoutine<DkmIsUserCodeAsyncResult>)

Determines if a given instruction address is user code or not.

Applies to