CONFIGMG_Get_CRC_CheckSum

CONFIGRET CONFIGMG_Get_CRC_CheckSum(PFARVOID pBuffer, ULONG ulSize, PFARULONG pulSeed, ULONG ulFlags)
 

Computes a CRC for a specific buffer.

pBuffer
Address of the buffer buffer to be "CRC"ed.
ulSize
Length of pBuffer.
pulSeed
As input, it is the seed which should be 0 on the first call. As output, it contains the result which can be used as seed for the next call.
ulFlags
Must be zero.

For now, we just do CRC-16 bits.

See Also

CONFIGMG_Load_DLVxDs