ICallFactory::CreateCall Method (Guid, Object^, Guid, Object^)
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Return to top
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
void CreateCall(
[InAttribute] Guid% riid,
Object^ pCtrlUnk,
[InAttribute] Guid% riid2,
[OutAttribute] Object^% ppv
)
Parameters
- riid
- Type: System::Guid
- pCtrlUnk
- Type: System::Object^
- riid2
- Type: System::Guid
- ppv
- Type: System::Object^
Show: