IDdeTransactionFilter Interface

NDde

Dynamic Data Exchange Library for .NET

IDdeTransactionFilter Interface

This defines a transaction filter.

For a list of all members of this type, see IDdeTransactionFilter Members.

public interface IDdeTransactionFilter

Remarks

Use a transaction filter to intercept the DDEML callback function. The PreFilterTransaction method will be called every time the DDEML callback function executes. The Transaction object passed into the method contains the parameters of the DDE callback function. By using a transaction filter the developer has compelete control over the DDEML. See the MSDN documentation for more information on using the DDEML.

CAUTION    Incorrect usage of the DDEML can cause this library to function incorrectly and can lead to resource leaks.

Requirements

Namespace: NDde.Advanced

Assembly: NDde (in NDde.dll)

See Also

IDdeTransactionFilter Members | NDde.Advanced Namespace