This topic has not yet been rated - Rate this topic

ITypeComp.Bind Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
void Bind(
	string szName,
	uint lHashVal,
	ushort wFlags,
	out Type ppTInfo,
	DESCKIND[] pDescKind,
	out IntPtr ppFuncDesc,
	out IntPtr ppVarDesc,
	out ITypeComp ppTypeComp,
	CLEANLOCALSTORAGE[] pDummy
)

Parameters

szName
Type: String
lHashVal
Type: UInt32
wFlags
Type: UInt16
ppTInfo
Type: Type
pDescKind
Type: Microsoft.VisualStudio.OLE.Interop.DESCKIND[]
ppFuncDesc
Type: IntPtr
ppVarDesc
Type: IntPtr
ppTypeComp
Type: Microsoft.VisualStudio.OLE.Interop.ITypeComp
pDummy
Type: Microsoft.VisualStudio.OLE.Interop.CLEANLOCALSTORAGE[]
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.