All Editions
Related Functions
Example
The IN_NFY_CHECK_OUT notification tells clients that the user has chosen the Check Out command. The NotifyCheckOut callback function accepts this data.
Notify IN_NFY_CHECK_OUT (14)
Syntax
void CALLBACK NotifyCheckOut( IN_DOCWIN docwinID)
|
Parameters |
Meaning |
|
docwinID |
identifier of the document window that contains the document being checked out |
Remarks
Your edition of Imagenation must be integrated with a database, and have the File, Check Out command available, to use this notify.
Release information
Added to Imagenation for Windows in Release 4.10.
As of Release 5.1, also available in Imagenation for UNIX.
See also