Compartilhar via


Método ITypeLib.RemoteFindName

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Somente para uso interno da Microsoft.

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

Sintaxe

'Declaração
Sub RemoteFindName ( _
    szNameBuf As String, _
    lHashVal As UInteger, _
    <OutAttribute> ByRef ppTInfo As Type, _
    <OutAttribute> ByRef rgMemId As Integer, _
    <OutAttribute> ByRef pcFound As UShort, _
    <OutAttribute> ByRef pBstrLibName As String _
)
void RemoteFindName(
    string szNameBuf,
    uint lHashVal,
    out Type ppTInfo,
    out int rgMemId,
    out ushort pcFound,
    out string pBstrLibName
)
void RemoteFindName(
    [InAttribute] String^ szNameBuf, 
    [InAttribute] unsigned int lHashVal, 
    [OutAttribute] Type^% ppTInfo, 
    [OutAttribute] int% rgMemId, 
    [InAttribute] [OutAttribute] unsigned short% pcFound, 
    [OutAttribute] String^% pBstrLibName
)
abstract RemoteFindName : 
        szNameBuf:string * 
        lHashVal:uint32 * 
        ppTInfo:Type byref * 
        rgMemId:int byref * 
        pcFound:uint16 byref * 
        pBstrLibName:string byref -> unit
function RemoteFindName(
    szNameBuf : String, 
    lHashVal : uint, 
    ppTInfo : Type, 
    rgMemId : int, 
    pcFound : ushort, 
    pBstrLibName : String
)

Parâmetros

  • szNameBuf
    Tipo: String

     

  • lHashVal
    Tipo: UInt32

     

  • ppTInfo
    Tipo: Type%

     

  • rgMemId
    Tipo: Int32%

     

  • pcFound
    Tipo: UInt16%

     

  • pBstrLibName
    Tipo: String%

     

Segurança do .NET Framework

Consulte também

Referência

ITypeLib Interface

Namespace Microsoft.VisualStudio.VsWizard