Product Documentation

FairCom ISAM for C

Previous Topic

Next Topic

Using File Notification

To use the notification process the user must:

  1. Open a system queue by calling ctSysQueueOpen(), which returns a queue handle.
  2. Call ctNotify() to establish the notification process.
  3. Call ctSysQueueRead() to read notification messages from the queue.
  4. When notifications are no longer needed, call ctNotify() to stop notifications or ctSysQueueClose() to close the notification queue.

In This Section

Enabling Notification for Actions on a File

Receiving Notifications for Actions on a File

Disabling Notification for Actions on a File

Notification Callbacks

TOCIndex