Compartir a través de


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

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsHandleInComingCallDynamicInProc Interface

IVsHandleInComingCallDynamicInProc Members

Microsoft.VisualStudio.Shell.Interop Namespace