This document is archived and information here might be outdated. Recommended version. |
[Visual Basic .NET]
Public Sub RemoteFindName ( _
ByVal szNameBuf As String, _
ByVal lHashVal As Integer, _
ByRef ppTInfo As Type&, _
ByRef rgMemId As Integer, _
ByRef pcFound As UInt16&, _
ByRef pBstrLibName As String _
)
[C#]
public void RemoteFindName (
string szNameBuf,
uint lHashVal,
ref Type& ppTInfo,
ref int rgMemId,
ref UInt16& pcFound,
ref string pBstrLibName
);