ITypeComp::Bind Method (String^, UInt32, UInt16, Type^, array<DESCKIND>^, IntPtr, IntPtr, ITypeComp^, array<CLEANLOCALSTORAGE>^)

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

void Bind(
	String^ szName,
	unsigned int lHashVal,
	unsigned short wFlags,
	[OutAttribute] Type^% ppTInfo,
	array<DESCKIND>^ pDescKind,
	[OutAttribute] IntPtr% ppFuncDesc,
	[OutAttribute] IntPtr% ppVarDesc,
	[OutAttribute] ITypeComp^% ppTypeComp,
	array<CLEANLOCALSTORAGE>^ pDummy
)

Parameters

szName
Type: System::String^
lHashVal
Type: System::UInt32
wFlags
Type: System::UInt16
ppTInfo
Type: System::Type^
pDescKind
Type: array<Microsoft.VisualStudio.OLE.Interop::DESCKIND>^
ppFuncDesc
Type: System::IntPtr
ppVarDesc
Type: System::IntPtr
ppTypeComp
Type: Microsoft.VisualStudio.OLE.Interop::ITypeComp^
pDummy
Type: array<Microsoft.VisualStudio.OLE.Interop::CLEANLOCALSTORAGE>^
Return to top
Show: