ITypeLib::RemoteFindName Method (String^, UInt32, Type^, Int32, UInt16, String^)
Visual Studio 2015
This API supports the product infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
void RemoteFindName( String^ szNameBuf, unsigned int lHashVal, [OutAttribute] Type^% ppTInfo, [OutAttribute] int% rgMemId, unsigned short% pcFound, [OutAttribute] String^% pBstrLibName )
Parameters
- szNameBuf
-
Type:
System::String^
- lHashVal
-
Type:
System::UInt32
- ppTInfo
-
Type:
System::Type^
- rgMemId
-
Type:
System::Int32
- pcFound
-
Type:
System::UInt16
- pBstrLibName
-
Type:
System::String^
Show: