IPSFactoryBuffer::CreateProxy Method (Object^, Guid, IRpcProxyBuffer^, IntPtr)
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 CreateProxy(
Object^ pUnkOuter,
[InAttribute] Guid% riid,
[OutAttribute] IRpcProxyBuffer^% ppProxy,
[OutAttribute] IntPtr% ppv
)
Parameters
- pUnkOuter
- Type: System::Object^
- riid
- Type: System::Guid
- ppProxy
- Type: Microsoft.VisualStudio.OLE.Interop::IRpcProxyBuffer^
- ppv
- Type: System::IntPtr
Show: