DkmResolvedDocumentWarning Enum

Definition

Warning that occurred during the match. Depending on context, these may need to be surfaced to the user.

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

Fields

ChecksumMismatch 1

Both the symbol file and input request contained a source file checksum, however the checksum values did not match each other.

MultipleChecksums 2

Both the symbol file and input request contained a source file checksum, and the symbol file contained a match to this checksum value. However, the symbol file also contained information about an identically named document with a different checksum value. This can occur in partial rebuild scenarios and may result in strange behavior.

None 0

No warning occurred during the match.

Applies to