DkmCompressionAlgorithmId Enum

Definition

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

Deflate 1

The bytes were compressed using the DEFLATE algorithm.

None 0

The bytes are not compressed.

Applies to