ITypeLib::FindName Method (String^, UInt32, Type^, array<Int32>^, UInt16, String^)

 
Namespace:   Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

void FindName(
	String^ szNameBuf,
	unsigned int lHashVal,
	[OutAttribute] Type^% ppTInfo,
	array<int>^ rgMemId,
	unsigned short% pcFound,
	[OutAttribute] String^% pBstrLibName
)

Parameters

szNameBuf
Type: System::String^
lHashVal
Type: System::UInt32
ppTInfo
Type: System::Type^
rgMemId
Type: array<System::Int32>^
pcFound
Type: System::UInt16
pBstrLibName
Type: System::String^
Return to top
Show: