DkmDocumentMatchStrength Enum

Definition

Indicates how strong of a match there was between the DkmDocumentQuery and the resulting DkmResolvedDocument.

public enum class DkmDocumentMatchStrength
public enum class DkmDocumentMatchStrength
enum DkmDocumentMatchStrength
public enum DkmDocumentMatchStrength
type DkmDocumentMatchStrength = 
Public Enum DkmDocumentMatchStrength
Inheritance
DkmDocumentMatchStrength

Fields

Checksum 3

Document matched on checksum value in addition to at least a filename match.

ExactURL 4

Input path represented a URL for a dynamic document and the resulting document exactly matched this query. This value is currently never returned from the Microsoft PDB symbol provider but is reserved for future use.

FileName 0

Document matched on file name and extension, but not on any part of the path, or on checksum.

FullPath 2

Document matched on full path but not on checksum.

SubPath 1

Document matched on file name and at least one level of directory name, but not the full path nor the checksum.

Applies to