JCL Help:AI INSTANCEDESTROYED
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: AI_INSTANCEDESTROYED Constant
[+] JclAppInst.pas Constants
Search in JCL Help
Search in all projects
Summary
WParam field for instance destruction notifications
Pascal
AI_INSTANCEDESTROYED = $0002;
Description
When an application instance is destroyed TJclAppInstances sends a notification message to all other running instances. The message value is determined by the MessageId property, the WParam field is set to AI_INSTANCEDESTROYED, and the LParam field is set to the Process ID of the instance being destroyed. Note that the message is also sent to the application instance which is exiting.
See Also
About
Unit
Donator
Petr Vones
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page