IPSFactoryBuffer.CreateProxy(Object, Guid, IRpcProxyBuffer, IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void CreateProxy(System::Object ^ pUnkOuter, Guid % riid, [Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IRpcProxyBuffer ^ % ppProxy, [Runtime::InteropServices::Out] IntPtr % ppv);
public void CreateProxy (object pUnkOuter, ref Guid riid, out Microsoft.VisualStudio.OLE.Interop.IRpcProxyBuffer ppProxy, out IntPtr ppv);
abstract member CreateProxy : obj * Guid * IRpcProxyBuffer * nativeint -> unit
Public Sub CreateProxy (pUnkOuter As Object, ByRef riid As Guid, ByRef ppProxy As IRpcProxyBuffer, ByRef ppv As IntPtr)
Parameters
- pUnkOuter
- Object
- riid
- Guid
- ppProxy
- IRpcProxyBuffer
- ppv
-
IntPtr
nativeint