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.
A 32-bit hash value that represents the passed-in name.
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.