|
| enum | { kALMLocationNameMaxLen = 31
, kALMNoLocationIndex
} |
| |
| enum | { kALMConfirmRename = 1
, kALMConfirmReplace = 2
} |
| |
| enum | { kALMDuplicateRenameButton
, kALMDuplicateReplaceButton = 2
, kALMDuplicateCancelButton = 3
, kALMDuplicatePromptText = 5
} |
| |
| enum | { kALMRenameRenameButton
, kALMRenameCancelButton = 2
, kALMRenameEditText = 3
, kALMRenamePromptText = 4
} |
| |
| enum | { kALMDuplicateDialogRefCon = FOUR_CHAR_CODE('dupl')
, kALMRenameDialogRefCon = FOUR_CHAR_CODE('rnam')
} |
| |
| enum | { uppALMNotificationProcInfo = 0x000000C0
} |
| |
| enum | { kAELocationChangedNoticeKey
, kAELocationRescanNoticeKey
} |
| |
| enum | { kALMDefaultSwitchFlags = 0x00000000
, kALMDontShowStatusWindow = 0x00000001
, kALMSignalViaAE = 0x00000002
} |
| |
| enum | { kALMAddAllOnSimple = 0
, kALMAddAllOff = -1
} |
| |
| enum | {
kALMLocationSelectButton = 1
, kALMLocationCancelButton = 2
, kALMLocationBalloonHelp = 3
, kALMLocationLocationList = 7
,
kALMLocationLocationNameEdit = 10
, kALMLocationPromptText = 11
} |
| |
| enum | { kALMLocationSaveButton = kALMLocationSelectButton
} |
| |
| enum | { kALMScriptInfoVersion
} |
| |
| enum | { kALMAltScriptManagerInfoRsrcType = FOUR_CHAR_CODE('trip')
, kALMAltScriptManagerInfoRsrcID = 0
} |
| |
| enum | {
kALMNoChange = 0
, kALMAvailableNow = 1
, kALMFinderRestart = 2
, kALMProcesses = 3
,
kALMExtensions = 4
, kALMWarmBoot = 5
, kALMColdBoot = 6
, kALMShutdown = 7
} |
| |
| enum | {
kALMFileCreator
, kALMComponentModuleFileType
, kALMComponentStateModuleFileType
, kALMComponentActionModuleFileType
,
kALMCFMStateModuleFileType
, kALMCFMActionModuleFileType
} |
| |
| enum | { kALMComponentRsrcType = FOUR_CHAR_CODE('thng')
, kALMComponentType = FOUR_CHAR_CODE('walk')
} |
| |
| enum | { kALMModuleInfoRsrcType = FOUR_CHAR_CODE('walk')
, kALMModuleInfoOriginalVersion = 0
} |
| |
| enum | { kALMMultiplePerLocation
, kALMDescriptionGetsStale
} |
| |
|
|
typedef | CALLBACK_API (void, ALMNotificationProcPtr)(AppleEvent *theEvent) |
| |
|
typedef | STACK_UPP_TYPE (ALMNotificationProcPtr) ALMNotificationUPP |
| |
| ALMNotificationUPP | NewALMNotificationUPP (ALMNotificationProcPtr userRoutine) |
| |
| void | DisposeALMNotificationUPP (ALMNotificationUPP userUPP) |
| |
| void | InvokeALMNotificationUPP (AppleEvent *theEvent, ALMNotificationUPP userUPP) |
| |
| OSErr | ALMGetCurrentLocation (SInt16 *index, ALMToken *token, ALMLocationName name) |
| |
| OSErr | ALMGetIndLocation (SInt16 index, ALMToken *token, ALMLocationName name) |
| |
| OSErr | ALMCountLocations (SInt16 *locationCount) |
| |
| OSErr | ALMSwitchToLocation (ALMToken newLocation, ALMSwitchActionFlags switchFlags) |
| |
| OSErr | ALMRegisterNotifyProc (ALMNotificationUPP notificationProc, const ProcessSerialNumber *whichPSN) |
| |
| OSErr | ALMRemoveNotifyProc (ALMNotificationUPP notificationProc, const ProcessSerialNumber *whichPSN) |
| |
| OSErr | ALMConfirmName (ConstStr255Param message, Str255 theName, ALMConfirmChoice *choice, ModalFilterUPP filter) |
| |
| OSErr | ALMPutLocation (ConstStr255Param prompt, ALMLocationName name, SInt16 numTypes, ConstALMModuleTypeListPtr typeList, ModalFilterYDUPP filter, void *yourDataPtr) |
| |
| OSErr | ALMGetLocation (ConstStr255Param prompt, ALMLocationName name, ModalFilterYDUPP filter, void *yourDataPtr) |
| |
| OSErr | ALMMergeLocation (ConstStr255Param prompt, ALMLocationName name, SInt16 numTypes, ConstALMModuleTypeListPtr typeList, ModalFilterYDUPP filter, void *yourDataPtr) |
| |
LocationManager (manages groups of settings)
- Introduced In: Mac OS 8
- Avaliable From: Universal Interfaces 3.4.1
- Copyright: © 1995-2001 by Apple Computer, Inc., all rights reserved.
For bug reports, consult the following page on the World Wide Web:
http://developer.apple.com/bugreporter/