C# Class AIT.Tools.VisualStudioTextTransform.MessageFilter

Fix COM retry errors: http://www.viva64.com/en/b/0169/
Inheritance: System.MarshalByRefObject, NativeMethods.IMessageFilter, IDisposable
Show file Open project: AITGmbH/VisualStudioTextTransform

Public Methods

Method Description
Dispose ( ) : void

/

HandleInComingCall ( int dwCallType, IntPtr threadIdCaller, int dwTickCount, IntPtr lpInterfaceInfo ) : int

/

MessageFilter ( ) : System

/

MessagePending ( IntPtr threadIDCallee, int dwTickCount, int dwPendingType ) : int

/

RetryRejectedCall ( IntPtr threadIDCallee, int dwTickCount, int dwRejectType ) : int

/

Protected Methods

Method Description
Dispose ( bool isDisposing ) : void

/

Method Details

Dispose() public method

/
public Dispose ( ) : void
return void

Dispose() protected method

/
protected Dispose ( bool isDisposing ) : void
isDisposing bool
return void

HandleInComingCall() public method

/
public HandleInComingCall ( int dwCallType, IntPtr threadIdCaller, int dwTickCount, IntPtr lpInterfaceInfo ) : int
dwCallType int
threadIdCaller System.IntPtr
dwTickCount int
lpInterfaceInfo System.IntPtr
return int

MessageFilter() public method

/
public MessageFilter ( ) : System
return System

MessagePending() public method

/
public MessagePending ( IntPtr threadIDCallee, int dwTickCount, int dwPendingType ) : int
threadIDCallee System.IntPtr
dwTickCount int
dwPendingType int
return int

RetryRejectedCall() public method

/
public RetryRejectedCall ( IntPtr threadIDCallee, int dwTickCount, int dwRejectType ) : int
threadIDCallee System.IntPtr
dwTickCount int
dwRejectType int
return int