Windows Messaging Class Help
This class contains functions for installing a callback for any Windows message. This is useful for communicating with DLLs or applications that want to notify your own application of events by posting or sending Windows messages, which they define, to one of your application's windows (panels). This functionality is not available through the User Interface Library's RegisterWinMsgCallback. This class also contains a sub–class with functions that allow you to route windows messages to your CVI panel callback functions. In your programs, you should not mix the routing functions in the sub–class with the message callback functions in this class, as they use different window 'subclassing' mechanisms.
(Linux) The functions in the Windows Messaging class are not supported.
Library: Programmer's Toolbox Control