UCOMITypeLib.IsName(String, Int32) Method

Definition

Indicates whether a passed-in string contains the name of a type or member described in the library.

public:
 bool IsName(System::String ^ szNameBuf, int lHashVal);
public bool IsName (string szNameBuf, int lHashVal);
abstract member IsName : string * int -> bool
Public Function IsName (szNameBuf As String, lHashVal As Integer) As Boolean

Parameters

szNameBuf
String

The string to test.

lHashVal
Int32

The hash value of szNameBuf.

Returns

true if szNameBuf was found in the type library; otherwise false.

Remarks

For additional information about ITypeLib::IsName, see the MSDN Library.

Applies to