Share via


IDkmGetExpensiveHashValue177 Interface

Definition

Provides methods to calculate and return the actual value of an 'expensive' hash.

Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: CompilerVendorId, LanguageId, SymbolProviderId, TransportKind.

This API was introduced in Visual Studio 17 Update 7 (DkmApiVersion.VS17Update7).

public interface IDkmGetExpensiveHashValue177
type IDkmGetExpensiveHashValue177 = interface
Public Interface IDkmGetExpensiveHashValue177

Methods

GetExpensiveHashValue(DkmModule, DkmSourceFileId, DkmHashAlgorithmId)

Retrieves an 'expensive' hash value from the provided DkmSourceFileId.

Applies to