LHashValOfNameSys function

Computes a hash value for a name.

Syntax


ULONG LHashValOfNameSys(
         SYSKIND syskind,
         LCID    lcid,
   const OLECHAR *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 passed-in name.

Requirements

Header

OleAuto.h

Library

OleAut32.lib

DLL

OleAut32.dll

 

 

Show: