IDkmNativeJustMyCodeProvider158 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 15 Update 8 (DkmApiVersion.VS15Update8).

public interface class IDkmNativeJustMyCodeProvider158
public interface IDkmNativeJustMyCodeProvider158
type IDkmNativeJustMyCodeProvider158 = interface
Public Interface IDkmNativeJustMyCodeProvider158

Methods

IsUserCodeExtended(DkmNativeInstructionAddress, DkmWorkList, DkmCompletionRoutine<DkmIsUserCodeExtendedAsyncResult>)

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

Applies to