DkmResolvedDocumentWarning 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.
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
Name | Value | Description |
---|---|---|
None | 0 | No warning occurred during the match. |
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. |