LHashValOfNameSysA function

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

Header

OleAuto.h

Library

OleAut32.lib

DLL

OleAut32.dll

 

 

Show: