IVsHandleInComingCallDynamicInProc.AllowIncomingCall Method
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaración
Function AllowIncomingCall ( _
dwCallType As UInteger, _
htaskCaller As IntPtr, _
dwTickCount As UInteger, _
ByRef iid As Guid, _
wMethod As UShort, _
<OutAttribute> ByRef pfAllow As Boolean _
) As Integer
'Uso
Dim instance As IVsHandleInComingCallDynamicInProc
Dim dwCallType As UInteger
Dim htaskCaller As IntPtr
Dim dwTickCount As UInteger
Dim iid As Guid
Dim wMethod As UShort
Dim pfAllow As Boolean
Dim returnValue As Integer
returnValue = instance.AllowIncomingCall(dwCallType, _
htaskCaller, dwTickCount, iid, wMethod, _
pfAllow)
int AllowIncomingCall(
uint dwCallType,
IntPtr htaskCaller,
uint dwTickCount,
ref Guid iid,
ushort wMethod,
out bool pfAllow
)
int AllowIncomingCall(
[InAttribute] unsigned int dwCallType,
[InAttribute] IntPtr htaskCaller,
[InAttribute] unsigned int dwTickCount,
[InAttribute] Guid% iid,
[InAttribute] unsigned short wMethod,
[OutAttribute] bool% pfAllow
)
abstract AllowIncomingCall :
dwCallType:uint32 *
htaskCaller:IntPtr *
dwTickCount:uint32 *
iid:Guid byref *
wMethod:uint16 *
pfAllow:bool byref -> int
function AllowIncomingCall(
dwCallType : uint,
htaskCaller : IntPtr,
dwTickCount : uint,
iid : Guid,
wMethod : ushort,
pfAllow : boolean
) : int
Parameters
- dwCallType
Type: System.UInt32
- htaskCaller
Type: System.IntPtr
- dwTickCount
Type: System.UInt32
- iid
Type: System.Guid%
- wMethod
Type: System.UInt16
- pfAllow
Type: System.Boolean%
Return Value
Type: System.Int32
.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.
See Also
Reference
IVsHandleInComingCallDynamicInProc Interface