FairCom ISAM for C
Using File Notification
To use the notification process the user must:
- Open a system queue by calling ctSysQueueOpen(), which returns a queue handle.
- Call ctNotify() to establish the notification process.
- Call ctSysQueueRead() to read notification messages from the queue.
- When notifications are no longer needed, call ctNotify() to stop notifications or ctSysQueueClose() to close the notification queue.