IMessageFilter.HandleInComingCall Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaración
Function HandleInComingCall ( _
dwCallType As UInteger, _
htaskCaller As IntPtr, _
dwTickCount As UInteger, _
lpInterfaceInfo As INTERFACEINFO() _
) As UInteger
uint HandleInComingCall(
uint dwCallType,
IntPtr htaskCaller,
uint dwTickCount,
INTERFACEINFO[] lpInterfaceInfo
)
Parameters
- dwCallType
Type: System.UInt32
- htaskCaller
Type: System.IntPtr
- dwTickCount
Type: System.UInt32
- lpInterfaceInfo
Type: array<Microsoft.VisualStudio.OLE.Interop.INTERFACEINFO[]
Return Value
Type: System.UInt32
.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.