Specifies how the message was handled.
Definition at line 689 of file FXIPC.h.
00690 { 00691 NotHandled=0, 00692 Handled=1, 00693 HandledAsync=2 00694 };