| QuickHash Library | C++ Interface |
|
CCRC16C::Final
void Final( unsigned char* pDest );
Parameters
pDest
[out] Pointer to the memory buffer that will receive the checksum.
Remarks
Call this member function to retrieve the checksum from the CCRC16C object. The checksum is retrieved in the memory buffer pointed by pDest. The size of the memory buffer pointed by pDest must be at least CCRC16C::DIGESTSIZE bytes.
After the Final method is performed, the CCRC16C object is initialized for new calculations, as it would be constructed again.
Example
|
CCRC16C Overview | Class Members | Useful Links | HashCalc
See Also CCRC16C::FinalHex, CCRC16C::Update
| Send Feedback to SlavaSoft Inc. | Tell a friend about QuickHash Library |