JCL Help:AI INSTANCEDESTROYED

From Project JEDI Wiki
Jump to navigationJump to search


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

AI_INSTANCECREATED AI_USERMSG


About

Unit

JclAppInst


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