Share via


ITypeLib.RemoteIsName Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Syntax

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

Parameters

  • szNameBuf
    Type: String

     

  • lHashVal
    Type: UInt32

     

  • pfName
    Type: Int32%

     

  • pBstrLibName
    Type: String%

     

.NET Framework Security

See Also

Reference

ITypeLib Interface

Microsoft.VisualStudio.VsWizard Namespace