Share via


ITypeLib.IsName Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Sub IsName ( _
    szNameBuf As String, _
    lHashVal As UInteger, _
    <OutAttribute> ByRef pfName As Integer, _
    <OutAttribute> ByRef pBstrLibName As String _
)
void IsName(
    string szNameBuf,
    uint lHashVal,
    out int pfName,
    out string pBstrLibName
)
void IsName(
    [InAttribute] String^ szNameBuf, 
    [InAttribute] unsigned int lHashVal, 
    [OutAttribute] int% pfName, 
    [OutAttribute] String^% pBstrLibName
)
abstract IsName : 
        szNameBuf:string * 
        lHashVal:uint32 * 
        pfName:int byref * 
        pBstrLibName:string byref -> unit
function IsName(
    szNameBuf : String, 
    lHashVal : uint, 
    pfName : int, 
    pBstrLibName : String
)

Parameters

.NET Framework Security

See Also

Reference

ITypeLib Interface

Microsoft.VisualStudio.OLE.Interop Namespace