IMessageFilter.HandleInComingCall Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
System::UInt32 HandleInComingCall(System::UInt32 dwCallType, IntPtr htaskCaller, System::UInt32 dwTickCount, cli::array <Microsoft::VisualStudio::OLE::Interop::INTERFACEINFO> ^ lpInterfaceInfo);
public uint HandleInComingCall (uint dwCallType, IntPtr htaskCaller, uint dwTickCount, Microsoft.VisualStudio.OLE.Interop.INTERFACEINFO[] lpInterfaceInfo);
abstract member HandleInComingCall : uint32 * nativeint * uint32 * Microsoft.VisualStudio.OLE.Interop.INTERFACEINFO[] -> uint32
Public Function HandleInComingCall (dwCallType As UInteger, htaskCaller As IntPtr, dwTickCount As UInteger, lpInterfaceInfo As INTERFACEINFO()) As UInteger
Parameters
- dwCallType
- UInt32
- htaskCaller
-
IntPtr
nativeint
- dwTickCount
- UInt32
- lpInterfaceInfo
- INTERFACEINFO[]