MP_HASH_TYPE enumeration

Possible hash types.

Syntax

typedef enum tagMP_HASH_TYPE { 
  MP_HASH_TYPE_NONE    = 0,
  MP_HASH_TYPE_CRC32   = 2,
  MP_HASH_TYPE_MD5     = 4,
  MP_HASH_TYPE_SHA1    = 8,
  MP_HASH_TYPE_SHA256  = 16
} MP_HASH_TYPE, *PMP_HASH_TYPE;

Constants

MP_HASH_TYPE_NONE

No hash.

MP_HASH_TYPE_CRC32

CRC32

MP_HASH_TYPE_MD5

MD5

MP_HASH_TYPE_SHA1

SHA1

MP_HASH_TYPE_SHA256

SHA 256

Requirements

Requirement Value
Minimum supported client
Windows 8 [desktop apps only]
Minimum supported server
Windows Server 2012 [desktop apps only]
Header
MpClient.h