IPSFactoryBuffer::CreateProxy Method (Object^, Guid, IRpcProxyBuffer^, IntPtr)

 
Namespace:   Microsoft.VisualStudio.OLE.Interop
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
Return to top
Show: