AVEVA CAF API Documenation

[in,out] The message to be dispatched. You cannot modify this message.
PreFilterMessage Method
Filters out a message before it is dispatched.
Syntax
public bool PreFilterMessage( 
   ref Message m
)
public:
bool PreFilterMessage( 
   Message% m
) 

Parameters

m
[in,out] The message to be dispatched. You cannot modify this message.

Return Value

true to filter the message and stop it from being dispatched; false to allow the message to continue to the next filter or control.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also