DkmCompressionAlgorithmId 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 the compression algorithm used for a buffer of bytes. This can be used to determine which algorithm to use to decompress the bytes.
This API was introduced in Visual Studio 15 Update 5 (DkmApiVersion.VS15Update5).
public enum class DkmCompressionAlgorithmId
public enum DkmCompressionAlgorithmId
type DkmCompressionAlgorithmId =
Public Enum DkmCompressionAlgorithmId
- Inheritance
-
DkmCompressionAlgorithmId
Fields
Name | Value | Description |
---|---|---|
None | 0 | The bytes are not compressed. |
Deflate | 1 | The bytes were compressed using the DEFLATE algorithm. |