IDkmNativeExportTableDecoder150 Interface

Definition

Provides additional decoding of export tables in Windows PE files.

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 15 RTM (DkmApiVersion.VS15RTM).

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

Methods

FindExportByOrdinal(DkmNativeModuleInstance, UInt32, Boolean)

Finds the address of the exported function (or data export) specified by the ordinal.

Applies to