LHashValOfNameSysA (OLEAUT32.166)
ULONG LHashValOfNameSysA ( SYSKIND skind, LCID lcid, LPCSTR lpStr )
Produce a string hash value.
skind | [In] | Type of the system. |
lcid | [In] | Locale Id for the hash. |
lpStr | [In] | String to hash. |
Success: The hash value of the string.
Failure: 0, if lpStr is NULL.
This function produces a two part hash: The high word is based on skind and lcid, while the low word is based on a repeated string hash of skind/str.
Declared in "include/oleauto.h". gitlab.winehq.org/wine/wine/blob/master/include/oleauto.h
Implemented in "dlls/oleaut32/hash.c". gitlab.winehq.org/wine/wine/blob/master/dlls/oleaut32/hash.c
Debug channel "ole".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.