ZeeGrid Control Message

ZGM_GETCRC


ZGM_GETCRC

An application sends a ZGM_GETCRC message to get the CRC (cyclic redundancy checksum) value of the specified null-terminated string.

ZGM_GETCRC
wParam = 0;                      //not used; must be zero
lParam = (LPARAM) lpszString;    //address of string

Parameters

lpszString
Value of lParam. A pointer to a null-terminated string.

Return Values

The CRC value of the text supplied in lParam.

Copyright © 2002-2016 by David Hillard