Carbon


Determining Notification Manager Attibutes

Header: Gestalt.h

enum {
    gestaltNotificationMgrAttr = 'nmgr',
    gestaltNotificationPresent = 0
};

Constant descriptions

gestaltNotificationMgrAttr

.The Gestalt selector which you pass to the Gestalt function to determine Notification Manager attributes.

gestaltNotificationPresent

True if the Notification Manager exists.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)