ITypeLib.RemoteFindName(String, UInt32, Type, Int32, UInt16, String) Method

Definition

Microsoft Internal Use Only.

public:
 void RemoteFindName(System::String ^ szNameBuf, System::UInt32 lHashVal, [Runtime::InteropServices::Out] Type ^ % ppTInfo, [Runtime::InteropServices::Out] int % rgMemId, [Runtime::InteropServices::Out] System::UInt16 % pcFound, [Runtime::InteropServices::Out] System::String ^ % pBstrLibName);
public void RemoteFindName (string szNameBuf, uint lHashVal, out Type ppTInfo, out int rgMemId, out ushort pcFound, out string pBstrLibName);
abstract member RemoteFindName : string * uint32 * Type * int * uint16 * string -> unit
Public Sub RemoteFindName (szNameBuf As String, lHashVal As UInteger, ByRef ppTInfo As Type, ByRef rgMemId As Integer, ByRef pcFound As UShort, ByRef pBstrLibName As String)

Parameters

szNameBuf
String
lHashVal
UInt32
ppTInfo
Type
rgMemId
Int32
pcFound
UInt16
pBstrLibName
String

Applies to