NAME

LHashValOfNameSysA  (OLEAUT32.166)

SYNOPSIS

 ULONG LHashValOfNameSysA
 (
  SYSKIND skind,
  LCID    lcid,
  LPCSTR  lpStr
 )

DESCRIPTION

Produce a string hash value.

PARAMS

skind [In] Type of the system.
lcid [In] Locale Id for the hash.
lpStr [In] String to hash.

RETURNS

Success: The hash value of the string.

Failure: 0, if lpStr is NULL.

NOTES

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.

IMPLEMENTATION

Declared in "oleauto.h". https://source.winehq.org/source/include/oleauto.h

Implemented in "dlls/oleaut32/hash.c". https://source.winehq.org/source/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 Apr 2024.