IDL_Digest Structure

Contains a checksum value for verification of a value.

Syntax

typedef struct _TagIDL_Digest {
    USHORT m_uLen;
    BYTE m_pbDigest[22];
} IDL_Digest;

Members

  • m_uLen
    The length of the digest checksum.
  • m_pbDigest
    The hash value of the digest.

Structure Information

Header and IDL files searchapi.h, urlidl.idl
Minimum operating systems Windows Vista