ITypeLib::IsName Method (String^, UInt32, Int32, String^)

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

void IsName(
	String^ szNameBuf,
	unsigned int lHashVal,
	[OutAttribute] int% pfName,
	[OutAttribute] String^% pBstrLibName
)

Parameters

szNameBuf
Type: System::String^
lHashVal
Type: System::UInt32
pfName
Type: System::Int32
pBstrLibName
Type: System::String^
Return to top
Show: