IDdeTransactionFilter.PreFilterTransaction Method

NDde

Dynamic Data Exchange Library for .NET

IDdeTransactionFilter.PreFilterTransaction Method 

This filters a transaction before it is dispatched.

bool PreFilterTransaction(
   DdeTransaction t
);

Parameters

t
The transaction to be dispatched.

Return Value

True to filter the transaction and stop it from being dispatched, false otherwise.

Remarks

This method is called everytime the DDEML callback function executes.

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

See Also

IDdeTransactionFilter Interface | NDde.Advanced Namespace