ICallFactory.CreateCall Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'宣言
Sub CreateCall ( _
ByRef riid As Guid, _
pCtrlUnk As Object, _
ByRef riid2 As Guid, _
<OutAttribute> ByRef ppv As Object _
)
void CreateCall(
ref Guid riid,
Object pCtrlUnk,
ref Guid riid2,
out Object ppv
)
Parameters
- riid
Type: System.Guid%
- pCtrlUnk
Type: System.Object
- riid2
Type: System.Guid%
- ppv
Type: System.Object%
.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.