Message API Utility

The Message API Utility sends messages to a Uniface application from a non-Uniface Windows application using Uniface's remote postmessage mechanism.

The utility activates an internal Uniface component, which sends an asynchronous message to the component instance specified. The message is placed in the event queue of the receiving application, from where it is delivered to the receiveMessage trigger of the specified component instance.

The utility can be accessed via the command line (umsgutil.exe) or via an ActiveX component (unimsg.ocx). For more information, see umsgutil.exe and unimsg.ocx.