CONFIGMG_Get_CRC_CheckSum
CONFIGRET CONFIGMG_Get_CRC_CheckSum(PFARVOID pBuffer, ULONG ulSize, PFARULONG pulSeed, ULONG ulFlags)
Computes a CRC for a specific buffer.
- Returns CR_SUCCESS if the function is successful. Otherwise, the return value can be CR_INVALID_FLAG or CR_INVALID_POINTER.
- 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