DkmDocumentMatchStrength Enum
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.
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
Name | Value | Description |
---|---|---|
FileName | 0 | Document matched on file name and extension, but not on any part of the path, or 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. |
FullPath | 2 | Document matched on full path but not on checksum. |
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. |