NotifyCheckIn callback

All Editions  image\bltlrgsq_shg.gif Related Functions  image\bltlrgsq_shg.gif Example

The IN_NFY_CHECK_IN notification tells clients that the user has chosen the Check In command. The NotifyCheckIn callback function accepts this data sent.

Notify IN_NFY_CHECK_IN (13)

Syntax

void CALLBACK NotifyCheckIn( IN_DOCWIN docwinID)

Parameters

Meaning

docwinID

identifier of the document window that contains the document being checked in

Remarks

Your edition of Imagenation must be integrated with a database, and have the File, Check In 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

Controlling notifications and queries

Checking documents in and out