LHashValOfNameSysA(3w)

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

Defined in "oleauto.h".

Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/oleaut32/hash.c".

Debug channel "ole".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout