JCL Help:AI INSTANCECREATED
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: AI_INSTANCECREATED Constant
[+] JclAppInst.pas Constants
Search in JCL Help
Search in all projects
Summary
WParam field for instance creation notifications
Pascal
AI_INSTANCECREATED = $0001;
Description
When an application instance is created 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_INSTANCECREATED, and the LParam field is set to the Process ID of the instance being created. Note that the message is also sent to the application instance under construction.
See Also
AI_INSTANCEDESTROYED AI_USERMSG
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