GEOS SDK TechDocs
|
|
|
2 The Mechanics of GCN
|
4 Application Local GCN Lists
GCNListAdd(), GCNListSend()
The system provides several lists for common system changes which might affect your application. After signing up on one of these lists (for example, the file change list) you will be notified by the kernel whenever the specified change occurs. In most cases, all you need to do is register for notification with
GCNListAdd()
and intercept the kernel's notification message.
The GCN mechanism performs its functions through a common series of steps. These steps are:
GCNListAdd().
GCNListSend()
.Registering for System Notification
GEOS SDK TechDocs
|
|
|
2 The Mechanics of GCN
|
4 Application Local GCN Lists