LHashValOfNameSysA function (oleauto.h)

Computes a hash value for the specified name.

Syntax

ULONG LHashValOfNameSysA(
  SYSKIND syskind,
  LCID    lcid,
  LPCSTR  szName
);

Parameters

syskind

The SYSKIND of the target operating system.

lcid

The LCID for the string.

szName

The string whose hash value is to be computed.

Return value

A hash value that represents the specified name.

Requirements

Requirement Value
Target Platform Windows
Header oleauto.h
Library OleAut32.lib
DLL OleAut32.dll