LHashValOfNameSys

HRESULT LHashValOfNameSys( 
  SYSKIND  syskind,     
  LCID  lcid,           
  OLECHAR FAR*  szName  
);
 

Computes a hash value for a name that can then be passed to ITypeComp::Bind, ITypeComp::BindType, ITypeLib::FindName, or ITypeLib::IsName.

Parameters

syskind
The SYSKIND of the target operating system.
lcid
The LCID for the string.
szName
String whose hash value is to be computed.

Return Value

A 32-bit hash value that represents the passed-in name.

QuickInfo

  Windows NT: Use version 3.1 and later.
  Windows: Use Windows 95 and later.
  Header: Declared in oleauto.h.
  Import Library: Link with oleaut32.lib.