ISCSI_DIGEST_TYPES - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// iscsidef.h

typedef enum {
  ISCSI_DIGEST_TYPE_NONE,
  ISCSI_DIGEST_TYPE_CRC32C
} ISCSI_DIGEST_TYPES, *PISCSI_DIGEST_TYPES;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-iscsidef-iscsi_digest_types)

ISCSI_DIGEST_TYPES enumeration

Description

The ISCSI_DIGEST_TYPES enumeration indicates the digest type.

Constants

ISCSI_DIGEST_TYPE_NONE

There is no usable digest that guarantees data integrity.

ISCSI_DIGEST_TYPE_CRC32C

The digest that guarantees data integrity uses a 32-bit cyclic redundancy check.