IDkmBinaryLocator11a 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.
Extends binary locator functionality.
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.
This API was introduced in Visual Studio 11 Update 1 (DkmApiVersion.VS11FeaturePack1).
public interface class IDkmBinaryLocator11a
public interface class IDkmBinaryLocator11a
__interface IDkmBinaryLocator11a
public interface IDkmBinaryLocator11a
type IDkmBinaryLocator11a = interface
Public Interface IDkmBinaryLocator11a
Methods
TryLocateBinary(DkmProcess, String, String, String, UInt32, UInt32) |
Called to initiate locating of binaries whose images might not have previously found or attempted to be loaded. This method will search the local disk and any configured symbol servers for a binary that matches the parameters. The path to this file on the local disk is returned. If the file was on a symbol server, it is downloaded to a cache and the local path is returned. |