Specifies how the message was handled.

Enumerator:
NotHandled  Not handled.
Handled  Handled.
HandledAsync  Handled asynchronously. Message pointer becomes yours.

Definition at line 689 of file FXIPC.h.

00690     {
00691         NotHandled=0,   
00692         Handled=1,      
00693         HandledAsync=2  
00694     };


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:34:33 2009 for TnFOX by doxygen v1.4.7