다음을 통해 공유


ITypeLib.RemoteFindName 메서드

이 API는 .NET Framework 인프라를 지원하며 사용자 코드에서 직접 사용할 수 없습니다.

Microsoft 내부용입니다.

네임스페이스:  Microsoft.VisualStudio.VsWizard
어셈블리:  Microsoft.VisualStudio.VsWizard(Microsoft.VisualStudio.VsWizard.dll)

구문

‘선언
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
)

매개 변수

  • szNameBuf
    형식: String

     

  • lHashVal
    형식: UInt32

     

  • ppTInfo
    형식: Type%

     

  • rgMemId
    형식: Int32%

     

  • pcFound
    형식: UInt16%

     

  • pBstrLibName
    형식: String%

     

.NET Framework 보안

참고 항목

참조

ITypeLib 인터페이스

Microsoft.VisualStudio.VsWizard 네임스페이스