ITypeComp::RemoteBind Method (String^, UInt32, UInt16, Type^, tagDESCKIND, IntPtr, IntPtr, ITypeComp^, UInt32)
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 RemoteBind( String^ szName, unsigned int lHashVal, unsigned short wFlags, [OutAttribute] Type^% ppTInfo, [OutAttribute] tagDESCKIND% pDescKind, IntPtr ppFuncDesc, IntPtr ppVarDesc, [OutAttribute] ITypeComp^% ppTypeComp, [OutAttribute] unsigned int% pDummy )
Parameters
- szName
-
Type:
System::String^
- lHashVal
-
Type:
System::UInt32
- wFlags
-
Type:
System::UInt16
- ppTInfo
-
Type:
System::Type^
- pDescKind
-
Type:
Microsoft.VisualStudio.VsWizard::tagDESCKIND
- ppFuncDesc
-
Type:
System::IntPtr
- ppVarDesc
-
Type:
System::IntPtr
- ppTypeComp
-
Type:
Microsoft.VisualStudio.VsWizard::ITypeComp^
- pDummy
-
Type:
System::UInt32
Show: