Important: The information in this document is obsolete and should not be used for new development.
Before calling any functions dependent upon the Control Manager, your application should pass the selector gestaltControlMgrAttr to the Gestalt function to determine which Control Manager functions are available.
enum {
gestaltControlMgrAttr = 'cntl',
gestaltControlMgrPresent= (1L << 0)
};