Calculate a hash from a null-terminated string.
Source position: sysansih.inc line 23
function HashName( |
Name: PAnsiChar |
):LongWord; |
HashName calculates a hash value from a null terminated string. The hash value is calculated in such a way that it returns the same value for strings that only differ in case.