IPSFactoryBuffer.CreateProxy Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub CreateProxy ( _
pUnkOuter As Object, _
ByRef riid As Guid, _
<OutAttribute> ByRef ppProxy As IRpcProxyBuffer, _
<OutAttribute> ByRef ppv As IntPtr _
)
void CreateProxy(
Object pUnkOuter,
ref Guid riid,
out IRpcProxyBuffer ppProxy,
out IntPtr ppv
)
void CreateProxy(
[InAttribute] Object^ pUnkOuter,
[InAttribute] Guid% riid,
[OutAttribute] IRpcProxyBuffer^% ppProxy,
[OutAttribute] IntPtr% ppv
)
abstract CreateProxy :
pUnkOuter:Object *
riid:Guid byref *
ppProxy:IRpcProxyBuffer byref *
ppv:IntPtr byref -> unit
function CreateProxy(
pUnkOuter : Object,
riid : Guid,
ppProxy : IRpcProxyBuffer,
ppv : IntPtr
)
Parameters
- pUnkOuter
Type: Object
- riid
Type: Guid%
- ppProxy
Type: Microsoft.VisualStudio.OLE.Interop.IRpcProxyBuffer%
- ppv
Type: IntPtr%
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.