org.rococoa.cocoa.osservices
Interface OSServicesLibrary

All Superinterfaces:
Library

public interface OSServicesLibrary
extends Library

JNA Wrapper for library OSServices
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static class OSServicesLibrary.__CSIdentity
           
static class OSServicesLibrary.__CSIdentityAuthority
           
static class OSServicesLibrary.__CSIdentityQuery
           
static class OSServicesLibrary.AuthorizationOpaqueRef
           
static interface OSServicesLibrary.CSIdentityClass
          native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h
enum values
static interface OSServicesLibrary.CSIdentityQueryReceiveEventCallback
          CSIdentityQueryReceiveEventCallback

Summary:
The client event callback function for receiving asynchronous
query events

Parameters:

query:
The identity query object that has completed an event

event:
The event the identity query object has completed

identities:
a CFArray containing identities resulting from the query

error:
A CFError object if there was an error from the query

info:
Any other information you want passed to the callback function
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentityQuery.h
static interface OSServicesLibrary.CSIdentityStatusUpdatedCallback
           
static interface OSServicesLibrary.HDSpindownProcPtr
           
static interface OSServicesLibrary.NSLClientNotifyProcPtr
          the client asynchronous notifier routine.
static interface OSServicesLibrary.NSLMgrNotifyProcPtr
          the manager asynchronous notifier routine.
static class OSServicesLibrary.OpaqueSecCertificateRef
           
static class OSServicesLibrary.OpaqueSecKeychainItemRef
           
static class OSServicesLibrary.OpaqueSecKeychainRef
           
static class OSServicesLibrary.OpaqueWSMethodInvocationRef
          Conversion Error : CFStringRef
SKIPPED:
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/WSMethodInvocation.h:155
kWSMethodInvocationTimeoutValue
static class OSServicesLibrary.OpaqueWSProtocolHandlerRef
           
static interface OSServicesLibrary.PMgrStateChangeProcPtr
           
static interface OSServicesLibrary.SCSICallbackProcPtr
          SCSI Completion routine callback for SCSIAction.
static interface OSServicesLibrary.SleepQProcPtr
           
static interface OSServicesLibrary.WSClientContextReleaseCallBackProcPtr
           
static interface OSServicesLibrary.WSClientContextRetainCallBackProcPtr
           
static interface OSServicesLibrary.WSMethodInvocationCallBackProcPtr
          WSMethodInvocationCallBackProcPtr

Discussion:
Prototypes the callback made when an asynchronous invocation
completes.
static interface OSServicesLibrary.WSMethodInvocationDeserializationProcPtr
          WSMethodInvocationDeserializationProcPtr

Discussion:
Prototypes the callback function for a custom deserializer.
static interface OSServicesLibrary.WSProtocolHandlerDeserializationProcPtr
          WSProtocolHandlerDeserializationProcPtr

Discussion:
Prototypes the callback function for a custom deserializer.
static interface OSServicesLibrary.WSTypeID
          WSTypeID

Discussion:
Internally, WebServicesCore uses the following enumeration when
serializing between CoreFoundation and XML types.
 
Nested classes/interfaces inherited from interface com.sun.jna.Library
Library.Handler
 
Field Summary
static int batteryCharging
          ("chargerConnected" doesn't mean the charger is plugged in)
1=battery is being charged
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:559
static int batteryDeadBit
           
static int batteryDeadMask
           
static int batteryInstalled
          ("chargerConnected" doesn't mean the charger is plugged in)
1=battery is currently connected
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:558
static int batteryLowBit
           
static int batteryLowMask
           
static int canGetBatteryTime
          bits in bitfield returned by PMFeatures
1=battery time can be calculated
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:528
static int canPowerOffPCIBus
          bits in bitfield returned by PMFeatures
1=hardware can power off PCI bus during sleep if cards allow
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:536
static int canWakeupOnRing
          bits in bitfield returned by PMFeatures
1=can wakeup when the modem detects a ring
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:529
static int chargeOverFlowBit
           
static int chargeOverFlowMask
           
static int chargerConnBit
          bit positions for BatteryByte
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:464
static int chargerConnected
          ("chargerConnected" doesn't mean the charger is plugged in)
1=charger is connected to the PowerBook
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:560
static int chargerConnMask
          masks for BatteryByte
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:474
static int connChangedBit
           
static int connChangedMask
           
static int dozeDemand
           
static int dozeRequest
           
static int dozeWakeUp
           
static int dynamicSpeedChange
          bits in bitfield returned by PMFeatures
1=processor speed can be switched dynamically
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:526
static int enterRun
           
static int enterStandby
           
static int errWSInternalError
          An internal framework error
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/WSTypes.h:45
static int errWSParseError
          The server response wasn't valid XML
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/WSTypes.h:47
static int errWSTimeoutError
          The invocation timed out
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/WSTypes.h:48
static int errWSTransportError
          A network error occured
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/WSTypes.h:46
static int extModemSelected
          bits in bitfield returned by GetIntModemInfo and set by SetIntModemState
1=external modem selected
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:551
static int getPowerLevel
           
static int handshakeDataLength
          Allocation length defines for some of the fields
Handshake data length
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:265
static int hasAggressiveIdling
          bits in bitfield returned by PMFeatures
1=Power Manager only resets OverallAct on UsrActvity
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:541
static int hasChargeNotification
          bits in bitfield returned by PMFeatures
1=client can determine of charge connect status change notifications available
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:532
static int hasDeepSleep
          bits in bitfield returned by PMFeatures
1=hardware supports deep sleep (hibernation) mode
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:537
static int hasDimmingSupport
          bits in bitfield returned by PMFeatures
1=has dimming support built in (DPMS standby by default)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:530
static int hasDimSuspendSupport
          bits in bitfield returned by PMFeatures
1=supports dimming LCD and CRT to DPMS suspend state
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:533
static int hasInternalModem
          bits in bitfield returned by GetIntModemInfo and set by SetIntModemState
1=internal modem installed
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:547
static int hasProcessorCycling
          bits in bitfield returned by PMFeatures
1=processor cycling is supported
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:523
static int hasReducedSpeed
          bits in bitfield returned by PMFeatures
1=processor can be started up at reduced speed
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:525
static int hasSCSIDiskMode
          bits in bitfield returned by PMFeatures
1=SCSI Disk Mode is supported
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:527
static int hasSharedModemPort
          bits in bitfield returned by PMFeatures
1=modem port shared by SCC and internal modem
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:522
static int hasSleep
          bits in bitfield returned by PMFeatures
1=hardware supports normal (PowerBook-like) sleep
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:538
static int hasStartupTimer
          bits in bitfield returned by PMFeatures
1=startup timer is supported
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:531
static int hasWakeOnLid
          bits in bitfield returned by PMFeatures
1=hardware can wake when opened
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:535
static int hasWakeOnNetActivity
          bits in bitfield returned by PMFeatures
1=hardware supports wake on network activity
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:534
static int hasWakeupTimer
          bits in bitfield returned by PMFeatures
1=wakeup timer is supported
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:521
static int HDActivity
          things depending on which Power Manager is currently running.
static int HDPwrQType
          'HD' hard disk spindown queue element type
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:566
static int hiChargeBit
           
static int hiChargeMask
           
static int IdleActivity
          things depending on which Power Manager is currently running.
static OSServicesLibrary INSTANCE
           
static int intModemOffHook
          bits in bitfield returned by GetIntModemInfo and set by SetIntModemState
1=internal modem is off hook
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:549
static int intModemRingDetect
          bits in bitfield returned by GetIntModemInfo and set by SetIntModemState
1=internal modem has detected a ring
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:548
static int intModemRingWakeEnb
          bits in bitfield returned by GetIntModemInfo and set by SetIntModemState
1=wakeup on ring is enabled
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:550
static String JNA_LIBRARY_NAME
           
static NativeLibrary JNA_NATIVE_LIB
           
static int kAbortMsg
          SCSI messages
0x06
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:923
static int kAbortTagMsg
          SCSI messages
0x0d
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:930
static int kAccountKCItemAttr
          User account (string)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:136
static int kAddKCEvent
          an item was added to a keychain
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:71
static int kAddKCEventMask
           
static int kAddressKCItemAttr
          Server address (IP or domain name) or zone name (string)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:148
static int kAEMacEmergencyShutdown
           
static int kAEMacEmergencySleep
           
static int kAEMacLowPowerSaveData
           
static int kAEMacPowerMgtEvt
          power mgt class
event ids
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:500
static int kAEMacToWake
           
static int kAnyAuthType
           
static int kAnyPort
          Other constants
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:261
static int kAnyProtocol
           
static int kAppleSharePasswordKCItemClass
          Appleshare password
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:115
static int kAuthTypeKCItemAttr
          Authentication Type (KCAuthType)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:143
static int kbSCSICDBIsPointer
          Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
The CDB field contains a pointer
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:745
static int kbSCSICDBLinked
          Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
The PB contains a linked CDB
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:743
static int kbSCSIDataBufferValid
          Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
Data buffer valid
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:762
static int kbSCSIDataPhysical
          Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
SG/Buffer data ptrs are physical
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:756
static int kbSCSIDataReadyForDMA
          Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
Data buffer(s) are ready for DMA
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:754
static int kbSCSIDisableAutosense
          Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
Disable auto sense feature
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:740
static int kbSCSIDisableSyncData
          Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
Disable sync, go to async
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:748
static int kbSCSIDoDisconnect
          Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
Definitely do disconnect
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:752
static int kbSCSIDontDisconnect
          Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
Definitely don't disconnect
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:753
static int kbSCSIFlagReserved0
          Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:742
static int kbSCSIFlagReserved1
          Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:746
static int kbSCSIFlagReserved3
          Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:755
static int kbSCSIFlagReserved5
          Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:758
static int kbSCSIFlagReserved6
          Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:759
static int kbSCSIFlagReserved7
          Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:760
static int kbSCSIFlagReserved8
          Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:761
static int kbSCSIFlagReserved9
          Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:765
static int kbSCSIFlagReservedA
          Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:741
static int kbSCSIInitiateSyncData
          Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
Attempt Sync data xfer and SDTR
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:747
static int kbSCSIMessageBufferValid
          Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
Message buffer valid
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:764
static int kbSCSIQEnable
          Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
Target queue actions are enabled
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:744
static int kbSCSISensePhysical
          Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
Autosense buffer ptr is physical
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:757
static int kbSCSISIMQFreeze
          Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
Return the SIM Q to frozen state
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:750
static int kbSCSISIMQHead
          Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
Place PB at the head of SIM Q
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:749
static int kbSCSISIMQNoFreeze
          Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
Disallow SIM Q freezing
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:751
static int kbSCSIStatusBufferValid
          Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
Status buffer valid
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:763
static int kBusDeviceResetMsg
          SCSI messages
0x0c
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:929
static int kBusTypeATA
          know if you see any.
static int kBusTypeMediaBay
          know if you see any.
static int kBusTypePCMCIA
          know if you see any.
static int kBusTypeSCSI
          know if you see any.
static int kCertificateKCItemClass
          Certificate
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:114
static int kCertSearchAny
           
static int kCertSearchDecryptAllowed
           
static int kCertSearchDecryptDisallowed
           
static int kCertSearchDecryptIgnored
           
static int kCertSearchDecryptMask
           
static int kCertSearchEncryptAllowed
           
static int kCertSearchEncryptDisallowed
           
static int kCertSearchEncryptIgnored
           
static int kCertSearchEncryptMask
           
static int kCertSearchPrivKeyRequired
           
static int kCertSearchShift
          start at bit 0
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:230
static int kCertSearchSigningAllowed
           
static int kCertSearchSigningDisallowed
           
static int kCertSearchSigningIgnored
           
static int kCertSearchSigningMask
           
static int kCertSearchUnwrapAllowed
           
static int kCertSearchUnwrapDisallowed
           
static int kCertSearchUnwrapIgnored
           
static int kCertSearchUnwrapMask
           
static int kCertSearchVerifyAllowed
           
static int kCertSearchVerifyDisallowed
           
static int kCertSearchVerifyIgnored
           
static int kCertSearchVerifyMask
           
static int kCertSearchWrapAllowed
           
static int kCertSearchWrapDisallowed
           
static int kCertSearchWrapIgnored
           
static int kCertSearchWrapMask
           
static int kCertUsageAllAdd
           
static int kCertUsageDecryptAdd
           
static int kCertUsageDecryptAskAndAdd
           
static int kCertUsageEncryptAdd
           
static int kCertUsageEncryptAskAndAdd
           
static int kCertUsageKeyExchAdd
           
static int kCertUsageKeyExchAskAndAdd
           
static int kCertUsageRootAdd
           
static int kCertUsageRootAskAndAdd
           
static int kCertUsageShift
          start at bit 8
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:202
static int kCertUsageSigningAdd
           
static int kCertUsageSigningAskAndAdd
           
static int kCertUsageSSLAdd
           
static int kCertUsageSSLAskAndAdd
           
static int kCertUsageVerifyAdd
           
static int kCertUsageVerifyAskAndAdd
           
static int kClassKCItemAttr
          Common attributes
Item class (KCItemClass)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:124
static int kClearQueueMsg
          SCSI messages
0x0e
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:931
static int kCmdCompleteMsg
          SCSI messages
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:917
static int kCommentKCItemAttr
          User's comment about the item (string)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:128
static int kCommonNameKCItemAttr
          Common Name (UTF8-encoded string)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:154
static int kCreationDateKCItemAttr
          Date the item was created (UInt32)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:125
static int kCreatorKCItemAttr
          Item's creator (OSType)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:129
static int kCSIdentityAuthorityNotAccessibleErr
          CSIdentity error codes

Discussion:
Error codes in the CSIdentity error domain
The specified authority is currently not accessible
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:65
static int kCSIdentityClassGroup
          CSIdentityClass

Discussion:
Enum specifying an identity class
The class value for group identities
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:174
static int kCSIdentityClassUser
          CSIdentityClass

Discussion:
Enum specifying an identity class
The class value for user identities
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:169
static int kCSIdentityCommitCompleted
          Status values
The identity has been committed to the authority database
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:1391
static int kCSIdentityDeletedErr
          CSIdentity error codes

Discussion:
Error codes in the CSIdentity error domain
The requested identity has been deteled
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:75
static int kCSIdentityDuplicateFullNameErr
          CSIdentity error codes

Discussion:
Error codes in the CSIdentity error domain
The full name is aleady assigned to another identity
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:85
static int kCSIdentityDuplicatePosixNameErr
          CSIdentity error codes

Discussion:
Error codes in the CSIdentity error domain
The Posix name is aleady assigned to another identity
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:96
static int kCSIdentityInvalidFullNameErr
          CSIdentity error codes

Discussion:
Error codes in the CSIdentity error domain
The full name is not valid (length: [1-255])
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:80
static int kCSIdentityInvalidPosixNameErr
          CSIdentity error codes

Discussion:
Error codes in the CSIdentity error domain
The Posix name is not valid (char set: [a-zA-Z0-9_-] length:
[1-255])
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:91
static int kCSIdentityPermissionErr
          CSIdentity error codes

Discussion:
Error codes in the CSIdentity error domain
The caller does not have permission to perform the operation
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:70
static int kCSIdentityQueryEventErrorOccurred
          CSIdentityQueryEvent

Summary:
Results from executing an asynchronous query

Discussion:
Events generated during asynchronous query execution
Used to report an error.
static int kCSIdentityQueryEventResultsAdded
          CSIdentityQueryEvent

Summary:
Results from executing an asynchronous query

Discussion:
Events generated during asynchronous query execution
Event generated when identities are added to the query results
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentityQuery.h:431
static int kCSIdentityQueryEventResultsChanged
          CSIdentityQueryEvent

Summary:
Results from executing an asynchronous query

Discussion:
Events generated during asynchronous query execution
Event generated when identities already in the query results have
been modified
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentityQuery.h:437
static int kCSIdentityQueryEventResultsRemoved
          CSIdentityQueryEvent

Summary:
Results from executing an asynchronous query

Discussion:
Events generated during asynchronous query execution
Event generated when identities are removed from the query results
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentityQuery.h:442
static int kCSIdentityQueryEventSearchPhaseFinished
          CSIdentityQueryEvent

Summary:
Results from executing an asynchronous query

Discussion:
Events generated during asynchronous query execution
Event generated when the initial lookup of identities has
finished.
static int kCSIdentityQueryGenerateUpdateEvents
          CSIdentityQueryFlags

Summary:
Execution options for an identity query

Discussion:
A bit mask for setting execution options on a query
After the intial query phase is complete, monitor the result set
for live updates
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentityQuery.h:70
static int kCSIdentityQueryIncludeHiddenIdentities
          CSIdentityQueryFlags

Summary:
Execution options for an identity query

Discussion:
A bit mask for setting execution options on a query
Include all matching identities in the result set, including
hidden "system" users and groups (root, www, etc.)
static int kCSIdentityQueryStringBeginsWith
          CSIdentityQueryStringComparisonMethod

Summary:
Options for querying the database by name

Discussion:
When searching for identities by name, this value specifies the
string comparison function
The identity name must begin with the search string
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentityQuery.h:101
static int kCSIdentityQueryStringEquals
          CSIdentityQueryStringComparisonMethod

Summary:
Options for querying the database by name

Discussion:
When searching for identities by name, this value specifies the
string comparison function
The identity name must equal the search string
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentityQuery.h:96
static int kCSIdentityUnknownAuthorityErr
          CSIdentity error codes

Discussion:
Error codes in the CSIdentity error domain
The specified authority is not recognized
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:60
static int kCustomIconKCItemAttr
          Custom icon (boolean)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:135
static int kDataAccessKCEvent
          a process has accessed a keychain item's data
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:77
static int kDataAccessKCEventMask
           
static int kDecryptKCItemAttr
          Decrypt (Boolean)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:162
static int kDefaultChangedKCEvent
          the default keychain was changed
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:76
static int kDefaultChangedKCEventMask
           
static int kDeleteKCEvent
          an item was deleted from a keychain
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:72
static int kDeleteKCEventMask
           
static int kDescriptionKCItemAttr
          User-visible description string (string)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:127
static int kDeviceCanAssertPMEDuringSleep
          Device can assert PME# during sleep.
static int kDeviceDidNotWakeMachine
          These are result values returned by a Power Handler when queries
by the Power Mgr if the device which that Power Handler represents
woke the machine.
static int kDeviceDriverPresent
          Driver present for device.
static int kDeviceDriverSupportsPowerMgt
          Driver installed a power handler.
static int kDeviceInitiatedWake
           
static int kDevicePCIPowerOffAllowed
          DevicePowerInfo flags
PCI power off is allowed for device.
static int kDevicePowerInfoVersion
          Version of DevicePowerInfo structure.
static int kDeviceRequestsFullWake
          These are result values returned by a Power Handler when queries
by the Power Mgr if the device which that Power Handler represents
woke the machine.
static int kDeviceRequestsWakeToDoze
          These are result values returned by a Power Handler when queries
by the Power Mgr if the device which that Power Handler represents
woke the machine.
static int kDeviceSupportsPMIS
          Device supports Power Mgt Interface Spec.
static int kDeviceUsesCommonLogicPower
          Device uses common-logic power
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:631
static int kDisconnectMsg
          SCSI messages
0x04
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:921
static int kDozeDemand
           
static int kDozeRequest
          additional messages for Power Mgr 2.0
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:47
static int kDozeToFullWakeUp
           
static int kDozeWakeUp
           
static int kDropIconVariant
          or as a parameter to GetIconRefVariant
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:128
static int kEMailKCItemAttr
          E-mail address (ASCII-encoded string)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:157
static int kEncryptKCItemAttr
          Shared by keys and certificates
Encrypt (Boolean)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:161
static int kEndDateKCItemAttr
          End Date (UInt32)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:168
static int kEnterIdle
          Idle Queue Only
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:62
static int kEnterRun
          Idle Queue Only
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:49
static int kEnterStandby
          Idle Queue Only
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:48
static int kEveryKCEventMask
          all of the above
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:93
static int kExitIdle
          Idle Queue Only
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:64
static int kExtendedMsg
          SCSI messages
0x01
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:918
static int kFirstFailKCStopOn
           
static int kFirstPassKCStopOn
           
static int kGenericKCItemAttr
          User-defined attribute (untyped bytes)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:139
static int kGenericPasswordKCItemClass
          Generic password
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:117
static int kGetPowerInfo
           
static int kGetPowerLevel
           
static int kGetWakeOnNetInfo
           
static int kHDQueuePostBit
          definitions for HDQueueElement.hdFlags
1 = call this routine on the second pass
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:356
static int kHDQueuePostMask
          definitions for HDQueueElement.hdFlags
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:357
static int kHeadOfQueueTagMsg
          SCSI messages
0x21
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:936
static int kHuge1BitMask
           
static int kHuge32BitData
           
static int kHuge4BitData
           
static int kHuge8BitData
           
static int kHuge8BitMask
           
static int kIconFamilyType
           
static int kIconServices128PixelDataARGB
          the ARGB bitmap must be non-premultiplied
uses kThumbnailDataIndex and kThumbnailMaskIndex
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:35
static int kIconServices16PixelDataARGB
          the ARGB bitmap must be non-premultiplied
uses kSmall32BitIconIndex and kSmallDeepMaskIconIndex
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:32
static int kIconServices256PixelDataARGB
          inside a 'icns' icon family
non-premultiplied 256x256 ARGB bitmap
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:41
static int kIconServices32PixelDataARGB
          the ARGB bitmap must be non-premultiplied
uses kLarge32BitIconIndex and kLargeDeepMaskIconIndex
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:33
static int kIconServices48PixelDataARGB
          the ARGB bitmap must be non-premultiplied
uses kHuge32BitIconIndex and kHugeDeepMaskIconIndex
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:34
static int kIconServices512PixelDataARGB
          inside a 'icns' icon family
non-premultiplied 512x512 ARGB bitmap
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:42
static int kIdleKCEvent
          null event
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:68
static int kIdleKCEventMask
           
static int kIgnoreWideResidueMsg
          SCSI messages
0x23
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:938
static int kInitiateRecoveryMsg
          SCSI messages
0x0f
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:932
static int kInitiatorDetectedErrorMsg
          SCSI messages
0x05
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:922
static int kInternetPasswordKCItemClass
          Internet password
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:116
static int kInvisibleKCItemAttr
          Invisible (boolean)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:133
static int kIssuerKCItemAttr
          Issuer distinguished name (DER-encoded data)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:155
static int kIssuerURLKCItemAttr
          URL of the certificate issuer (ASCII-encoded string)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:159
static int kKCAuthTypeDefault
           
static int kKCAuthTypeDPA
           
static int kKCAuthTypeHTTPDigest
           
static int kKCAuthTypeMSN
           
static int kKCAuthTypeNTLM
           
static int kKCAuthTypeRPA
           
static int kKCProtocolTypeAFP
           
static int kKCProtocolTypeAppleTalk
           
static int kKCProtocolTypeFTP
           
static int kKCProtocolTypeFTPAccount
           
static int kKCProtocolTypeHTTP
           
static int kKCProtocolTypeIMAP
           
static int kKCProtocolTypeIRC
           
static int kKCProtocolTypeLDAP
           
static int kKCProtocolTypeNNTP
           
static int kKCProtocolTypePOP3
           
static int kKCProtocolTypeSMTP
           
static int kKCProtocolTypeSOCKS
           
static int kKCProtocolTypeTelnet
           
static int kKeychainListChangedKCEvent
          the list of keychains has changed
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:78
static int kLabelKCItemAttr
          Item label (string)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:132
static int kLarge1BitMask
          or as an icon element type inside a 'icns' icon family
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:58
static int kLarge32BitData
          or as an icon element type inside a 'icns' icon family
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:61
static int kLarge4BitData
          or as an icon element type inside a 'icns' icon family
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:59
static int kLarge8BitData
          or as an icon element type inside a 'icns' icon family
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:60
static int kLarge8BitMask
          or as an icon element type inside a 'icns' icon family
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:62
static int kLinkedCmdCompleteMsg
          SCSI messages
0x0a
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:927
static int kLinkedCmdCompleteWithFlagMsg
          SCSI messages
0x0b
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:928
static int kLockKCEvent
          a keychain was locked
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:69
static int kLockKCEventMask
           
static int kMediaModeOff
          Storage Media sleep mode defines
Media Sleep (Drive not spinning and at min power, max recovery time)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:347
static int kMediaModeOn
          Storage Media sleep mode defines
Media active (Drive spinning and at full power)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:344
static int kMediaModeStandBy
          Storage Media sleep mode defines
Media standby (not implemented)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:345
static int kMediaModeSuspend
          Storage Media sleep mode defines
Media Idle (not implemented)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:346
static int kMediaPowerCSCode
           
static int kMini1BitMask
          or as an icon element type inside a 'icns' icon family
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:68
static int kMini4BitData
          or as an icon element type inside a 'icns' icon family
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:69
static int kMini8BitData
          or as an icon element type inside a 'icns' icon family
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:70
static int kModDateKCItemAttr
          Last time the item was updated (UInt32)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:126
static int kMsgParityErrorMsg
          SCSI messages
0x09
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:926
static int kMsgRejectMsg
          SCSI messages
0x07
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:924
static int kNegativeKCItemAttr
          Negative (boolean)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:134
static int kNoneKCStopOn
           
static int kNoOperationMsg
          SCSI messages
0x08
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:925
static int kNSLContinueLookupEvent
           
static int kNSLDefaultListSize
          default list size for service and protocol lists
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:39
static int kNSLDuplicateSearchInProgress
          informational only.
static int kNSLInvalidEnumeratorRef
          Invalid enumeratorRef
this is not an error; it is the equiv to a NULL ptr
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:67
static int kNSLMinOTVersion
          equivalent to 1.3
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:35
static int kNSLMinSystemVersion
          equivalent to 9.0
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:34
static int kNSLNeighborhoodLookupDataEvent
           
static int kNSLNewDataEvent
           
static int kNSLNoContext
          the default context for NSLError structs
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:50
static int kNSLSearchStateBufferFull
          State codes for notifiers.
static int kNSLSearchStateComplete
           
static int kNSLSearchStateOnGoing
           
static int kNSLSearchStateStalled
           
static int kNSLServicesLookupDataEvent
          Event codes
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:83
static char kNSLURLDelimiter
          delimits URL's within memory buffers
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:43
static int kNSLUserCanceled
          User hit cancel from the NSLStandardGetURL dialog
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:65
static int kNSLWaitingForContinue
           
static int kOpenDropIconVariant
          or as a parameter to GetIconRefVariant
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:130
static int kOpenIconVariant
          or as a parameter to GetIconRefVariant
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:129
static int kOrderedQueueTagMsg
          SCSI messages
0x22
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:937
static int kPasswordChangedKCEvent
          the keychain identity was changed
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:74
static int kPasswordChangedKCEventMask
           
static int kPathKCItemAttr
          Path (string)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:145
static int kPCIPowerOffAllowed
          PowerSummary flags
PCI power off is allowed.
static int kPMDevicePowerLevel_D1
          Power levels corresponding to PCI Bus Power Management Interface Spec (PMIS)
not used by Apple system SW
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:405
static int kPMDevicePowerLevel_D2
          Power levels corresponding to PCI Bus Power Management Interface Spec (PMIS)
not used by Apple system SW
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:406
static int kPMDevicePowerLevel_Off
          Power levels corresponding to PCI Bus Power Management Interface Spec (PMIS)
main PCI bus power 'Off', but PCI standby power available (D3cold state)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:407
static int kPMDevicePowerLevel_On
          Power levels corresponding to PCI Bus Power Management Interface Spec (PMIS)
fully-powered 'On' state (D0 state)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:404
static int kPolicyKCStopOn
           
static int kPortKCItemAttr
          Port (UInt16)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:144
static int kPowerSummaryVersion
          Version of PowerSummary structure.
static int kProtocolKCItemAttr
          Unique AppleShare and Internet attributes
Protocol (KCProtocolType)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:151
static int kPublicKeyHashKCItemAttr
          Hash of public key (KCPublicKeyHash), 20 bytes max.
static int kRdPermKCStatus
           
static int kReleaseRecoveryMsg
          SCSI messages
0x10
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:933
static int kRestorePointersMsg
          SCSI messages
0x03
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:920
static int kRolloverIconVariant
          or as a parameter to GetIconRefVariant
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:127
static int kSaveDataPointerMsg
          SCSI messages
0x02
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:919
static int kScriptCodeKCItemAttr
          Script code for all strings (ScriptCode)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:131
static int kSecOptionReserved
          First byte reserved for SecOptions flags
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:201
static int kSecurityDomainKCItemAttr
          Unique Internet password attributes
Security domain (string)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:141
static int kSerialNumberKCItemAttr
          Certificate serial number (DER-encoded data)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:156
static int kServerKCItemAttr
          Server's domain name or IP address (string)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:142
static int kServiceKCItemAttr
          Unique Generic password attributes
Service (string)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:138
static int kSetPowerLevel
           
static int kSignatureKCItemAttr
          Server signature block (AFPServerSignature)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:149
static int kSignKCItemAttr
          Sign (Boolean)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:163
static int kSimpleQueueTag
          SCSI messages
0x20
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:935
static int kSleepDemand
           
static int kSleepDeny
          A non-zero value clients can use to deny requests
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:43
static int kSleepNow
           
static int kSleepRequest
          commands to SleepQRec sleepQProc
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:38
static int kSleepRevoke
           
static int kSleepUnlock
           
static int kSleepWakeUp
           
static int kSmall1BitMask
          or as an icon element type inside a 'icns' icon family
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:63
static int kSmall32BitData
          or as an icon element type inside a 'icns' icon family
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:66
static int kSmall4BitData
          or as an icon element type inside a 'icns' icon family
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:64
static int kSmall8BitData
          or as an icon element type inside a 'icns' icon family
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:65
static int kSmall8BitMask
          or as an icon element type inside a 'icns' icon family
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:67
static int kStartDateKCItemAttr
          Start Date (UInt32)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:167
static int kStillIdle
          Idle Queue Only
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:63
static int kSubjectKCItemAttr
          Certificate attributes
Subject distinguished name (DER-encoded data)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:153
static int kSuspendDemand
           
static int kSuspendRequest
           
static int kSuspendRevoke
           
static int kSuspendWakeToDoze
           
static int kSuspendWakeUp
           
static int kSystemEventKCEventMask
           
static int kSystemKCEvent
          the keychain client can process events
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:75
static int kSystemSoundClientTimedOutError
          ================================================================================
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SystemSound.h:38
static int kSystemSoundNoError
          ================================================================================
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SystemSound.h:36
static int kSystemSoundUnspecifiedError
          ================================================================================
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SystemSound.h:37
static int kTerminateIOProcessMsg
          SCSI messages
0x11
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:934
static int kThumbnail32BitData
          inside a 'icns' icon family
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:43
static int kThumbnail8BitMask
          inside a 'icns' icon family
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:44
static int kTileIconVariant
          or as a parameter to GetIconRefVariant
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:126
static int kTypeKCItemAttr
          Item's type (OSType)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:130
static int kUnlockKCEvent
          a keychain was unlocked
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:70
static int kUnlockKCEventMask
           
static int kUnlockStateKCStatus
           
static int kUnwrapKCItemAttr
          Unwrap (Boolean)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:166
static int kUpdateKCEvent
          an item was updated
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:73
static int kUpdateKCEventMask
           
static int kUseDefaultMinimumWakeTime
          Defaults to 5 minutes
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:616
static int kVerifyKCItemAttr
          Verify (Boolean)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:164
static int kVolumeKCItemAttr
          Unique Appleshare password attributes
Volume (string)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:147
static int kWakeToDoze
           
static int kWrapKCItemAttr
          Wrap (Boolean)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:165
static int kWrPermKCStatus
           
static int large1BitMask
          Obsolete.
static int large4BitData
          Obsolete.
static int large8BitData
          Obsolete.
static int maxCDBLength
          Allocation length defines for some of the fields
Space for the CDB bytes/pointer
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:266
static int MediaBaySndEnBit
          bit positions for SoundMixerByte
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:484
static int MediaBaySndEnMask
          masks for SoundMixerByte
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:492
static int mini1BitMask
          Obsolete.
static int mini4BitData
          Obsolete.
static int mini8BitData
          Obsolete.
static int modemInstalledBit
          Power Mgt Apple Event types and errors
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:448
static int modemInstalledMask
           
static int modemOnBit
          Power Mgt Apple Event types and errors
Bit positions for ModemByte
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:446
static int modemOnHookBit
          Power Mgt Apple Event types and errors
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:450
static int modemOnHookMask
           
static int modemOnMask
          masks for ModemByte
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:455
static int modemSetBit
          bits in bitfield returned by GetIntModemInfo and set by SetIntModemState
1=set bit, 0=clear bit (SetIntModemState)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:552
static int mustProcessorCycle
          bits in bitfield returned by PMFeatures
1=processor cycling should not be turned off
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:524
static int NetActivity
          things depending on which Power Manager is currently running.
static int noCalls
          SleepQRec.sleepQFlags
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:69
static int noRequest
           
static int OverallAct
          things depending on which Power Manager is currently running.
static int PCCardSndEnBit
           
static int PCCardSndEnMask
           
static int PCISndEnBit
           
static int PCISndEnMask
           
static int pmChargeStatusChanged
          client notification bits in PMgrQueueElement.pmNotifyBits
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:584
static int pmChargeStatusChangedMask
           
static int pmDimmingEnableChanged
          client notification bits in PMgrQueueElement.pmNotifyBits
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:577
static int pmDimmingEnableChangedMask
           
static int pmDimmingTimeoutChanged
          client notification bits in PMgrQueueElement.pmNotifyBits
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:576
static int pmDimmingTimeoutChangedMask
           
static int pmDiskModeAddressChanged
          client notification bits in PMgrQueueElement.pmNotifyBits
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:578
static int pmDiskModeAddressChangedMask
           
static int PMgrStateQType
          'PM' Power Manager state queue element type
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:567
static int pmHardDiskPowerRemovedbyUser
          client notification bits in PMgrQueueElement.pmNotifyBits
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:583
static int pmHardDiskPowerRemovedbyUserMask
           
static int pmHardDiskSpindownChanged
          client notification bits in PMgrQueueElement.pmNotifyBits
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:575
static int pmHardDiskSpindownChangedMask
           
static int pmHardDiskTimeoutChanged
          client notification bits in PMgrQueueElement.pmNotifyBits
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:574
static int pmHardDiskTimeoutChangedMask
           
static int pmPowerLevelChanged
          client notification bits in PMgrQueueElement.pmNotifyBits
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:585
static int pmPowerLevelChangedMask
           
static int pmProcessorCyclingChanged
          client notification bits in PMgrQueueElement.pmNotifyBits
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:579
static int pmProcessorCyclingChangedMask
           
static int pmProcessorSpeedChanged
          client notification bits in PMgrQueueElement.pmNotifyBits
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:580
static int pmProcessorSpeedChangedMask
           
static int pmSleepEnableChanged
          client notification bits in PMgrQueueElement.pmNotifyBits
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:573
static int pmSleepEnableChangedMask
           
static int pmSleepTimeoutChanged
          client notification bits in PMgrQueueElement.pmNotifyBits
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:572
static int pmSleepTimeoutChangedMask
           
static int pmStartupTimerChanged
          client notification bits in PMgrQueueElement.pmNotifyBits
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:582
static int pmStartupTimerChangedMask
           
static int pmWakeOnNetActivityChanged
          client notification bits in PMgrQueueElement.pmNotifyBits
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:586
static int pmWakeOnNetActivityChangedMask
           
static int pmWakeupTimerChanged
          client notification bits in PMgrQueueElement.pmNotifyBits
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:581
static int pmWakeupTimerChangedMask
           
static int ringDetectBit
          Power Mgt Apple Event types and errors
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:449
static int ringDetectMask
           
static int ringWakeUpBit
          Power Mgt Apple Event types and errors
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:447
static int ringWakeUpMask
           
static int scAdd
          TIB opcodes
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:39
static int scComp
          TIB opcodes
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:44
static int scInc
          TIB opcodes
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:37
static int scLoop
          TIB opcodes
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:41
static int scMove
          TIB opcodes
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:40
static int scNoInc
          TIB opcodes
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:38
static int scNop
          TIB opcodes
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:42
static int scsiAbortCmdFixed
          scsiWeirdStuff field bits
Set if abort command is fixed to properly make callbacks
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:877
static int SCSIAbortCommand
          SCSI Manager 4.3 function codes
Abort the selected Control Block
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:252
static int scsiAutosenseFailed
          -7920 = Autosense: Request sense cmd fail
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:650
static int scsiAutosenseValid
          Defines for the scsiResultFlags field
Autosense data valid for target
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:734
static int scsiBadConnID
          New errors for SCSI Family
-7856 = Bad Connection ID
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:692
static int scsiBadConnType
          New errors for SCSI Family
-7850 = Bad connection type
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:698
static int scsiBadDataLength
          New errors for SCSI Family
-7860 = a zero data length in PB
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:688
static int scsiBDRsent
          -7913 = A SCSI BDR msg was sent to target
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:657
static int scsiBusCacheCoherentDMA
          scsiFeatureFlags field bits
DMA is cache coherent
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:861
static int scsiBusDataBuffer
          bits 0->15 Apple-defined, 16->30 3rd-party unique, 31 = reserved
single contiguous buffer supplied
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:838
static int scsiBusDataIOTable
          bits 0->15 Apple-defined, 16->30 3rd-party unique, 31 = reserved
(2/6/95) Prepare Memory for IO
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:840
static int scsiBusDataReserved
          bits 0->15 Apple-defined, 16->30 3rd-party unique, 31 = reserved
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:841
static int scsiBusDataSG
          bits 0->15 Apple-defined, 16->30 3rd-party unique, 31 = reserved
scatter/gather list supplied
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:839
static int scsiBusDataTIB
          bits 0->15 Apple-defined, 16->30 3rd-party unique, 31 = reserved
TIB supplied (ptr in scsiDataPtr)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:837
static int scsiBusDifferential
          scsiFeatureFlags field bits
Single Ended (0) or Differential (1)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:864
static int scsiBusDMAavailable
          scsiFeatureFlags field bits
DMA is available
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:866
static int scsiBusErrorsUnsafe
          scsiWeirdStuff field bits
Non-handshaked delays or disconnects during blind transfers may cause a crash
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:873
static int scsiBusExternal
          scsiFeatureFlags field bits
bus goes outside the box
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:860
static int scsiBusFastSCSI
          scsiFeatureFlags field bits
HBA supports fast SCSI
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:865
static int SCSIBusInquiry
          SCSI Manager 4.3 function codes
Get parameters for entire path of HBAs
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:250
static int scsiBusInternal
          scsiFeatureFlags field bits
bus goes inside the box
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:859
static int scsiBusInternalExternal
          scsiFeatureFlags field bits
bus goes inside and outside the box
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:858
static int scsiBusInternalExternalMask
          scsiFeatureFlags field bits
bus internal/external mask
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:856
static int scsiBusInternalExternalUnknown
          scsiFeatureFlags field bits
not known whether bus is inside or outside
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:857
static int scsiBusInvalid
          -7869 = Bus ID supplied is invalid
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:675
static int scsiBusLinkedCDB
          scsiHBAInquiry field bits
Supports linked CDBs
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:821
static int scsiBusLoadsROMDrivers
          scsiScanFlags field bits
may load ROM drivers to support targets
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:848
static int scsiBusLVD
          scsiFeatureFlags field bits
HBA is Low Voltage Differential Bus
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:853
static int scsiBusMDP
          scsiHBAInquiry field bits
Supports Modify Data Pointer message
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:817
static int scsiBusNotFree
          Defines for the scsiResultFlags field
At time of callback, SCSI bus is not free
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:735
static int scsiBusOldCallCapable
          scsiFeatureFlags field bits
SIM is old call capable
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:862
static int scsiBusScansDevices
          scsiScanFlags field bits
Bus scans for and maintains device list
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:846
static int scsiBusScansOnInit
          scsiScanFlags field bits
Bus scans performed at power-up/reboot
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:847
static int scsiBusSDTR
          scsiHBAInquiry field bits
Supports Sync Data Transfer Req message
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:820
static int scsiBusSoftReset
          scsiHBAInquiry field bits
Supports soft reset
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:823
static int scsiBusTagQ
          scsiHBAInquiry field bits
Supports tag queue message
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:822
static int scsiBusUltra2SCSI
          scsiFeatureFlags field bits
HBA supports Ultra2 SCSI
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:855
static int scsiBusUltra3SCSI
          scsiFeatureFlags field bits
HBA supports Ultra3 SCSI
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:854
static int scsiBusUltraSCSI
          scsiFeatureFlags field bits
HBA supports Ultra SCSI
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:863
static int scsiBusWide16
          scsiHBAInquiry field bits
Supports 16 bit wide SCSI
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:819
static int scsiBusWide32
          scsiHBAInquiry field bits
Supports 32 bit wide SCSI
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:818
static int scsiBusy
          -7887 = SCSI subsystem is busy
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:663
static int scsiCannotLoadPlugin
          New errors for SCSI Family
-7849 = No matching service category
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:699
static int scsiCDBIsPointer
          Defines for the bit masks of the scsiFlags field
The CDB field contains a pointer
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:780
static int scsiCDBLengthInvalid
          -7863 = scsiCDBLength field is too big
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:681
static int scsiCDBLinked
          Defines for the bit masks of the scsiFlags field
The PB contains a linked CDB
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:778
static int scsiCDBReceived
          -7910 = The SCSI CDB has been received
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:660
static int scsiCommandTimeout
          -7925 = Command timeout
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:645
static int scsiDataBuffer
          Defines for the scsiDataType field
single contiguous buffer supplied
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:828
static int scsiDataIOTable
          Defines for the scsiDataType field
#(7/11/95) Prepared by Block Storage
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:831
static int scsiDataPhysical
          Defines for the bit masks of the scsiFlags field
SG/Buffer data ptrs are physical
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:791
static int scsiDataReadyForDMA
          Defines for the bit masks of the scsiFlags field
Data buffer(s) are ready for DMA
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:789
static int scsiDataRunError
          -7918 = Data overrun/underrun error
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:652
static int scsiDataSG
          Defines for the scsiDataType field
scatter/gather list supplied
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:830
static int scsiDataTIB
          Defines for the scsiDataType field
TIB supplied (ptr in scsiDataPtr)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:829
static int scsiDataTypeInvalid
          -7865 = scsiDataType requested not supported
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:679
static int scsiDeviceConflict
          -7883 = sorry, max 1 refNum per DeviceIdent
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:667
static int scsiDeviceNoOldCallAccess
          Defines for the scsiDriverFlags field (in SCSIDriverPB)
no old call access to this device
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:895
static int scsiDeviceNotThere
          -7885 = SCSI device not installed/there
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:665
static int scsiDeviceSensitive
          Defines for the scsiDriverFlags field (in SCSIDriverPB)
Only driver should access this device
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:894
static int scsiDirectionIn
          Defines for the bit masks of the scsiFlags field
Data direction (01: DATA IN)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:774
static int scsiDirectionMask
          Defines for the bit masks of the scsiFlags field
Data direction mask
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:770
static int scsiDirectionNone
          Defines for the bit masks of the scsiFlags field
Data direction (11: no data)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:771
static int scsiDirectionOut
          Defines for the bit masks of the scsiFlags field
Data direction (10: DATA OUT)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:773
static int scsiDirectionReserved
          Defines for the bit masks of the scsiFlags field
Data direction (00: reserved)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:772
static int scsiDisableAutosense
          Defines for the bit masks of the scsiFlags field
Disable auto sense feature
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:775
static int scsiDisableDiscipline
          bit masks for the scsiIOFlags field in SCSIExecIOPB
disable parameter checking on SCSIExecIO calls
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:809
static int scsiDisableSelectWAtn
          bit masks for the scsiIOFlags field in SCSIExecIOPB
disable select w/Atn
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:802
static int scsiDisableSyncData
          Defines for the bit masks of the scsiFlags field
Disable sync, go to async
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:783
static int scsiDisableWide
          bit masks for the scsiIOFlags field in SCSIExecIOPB
disable wide transfer negotiation
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:806
static int scsiDoDisconnect
          Defines for the bit masks of the scsiFlags field
Definitely do disconnect
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:787
static int scsiDontDisconnect
          Defines for the bit masks of the scsiFlags field
Definitely don't disconnect
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:788
static int scsiErrorBase
           
static int SCSIExecIO
          SCSI Manager 4.3 function codes
Execute the specified IO
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:249
static int scsiExecutionErrors
          ---
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:726
static int scsiFamilyInternalError
          scsiFamilyInternalError and scsiPluginInternalError are intended to handle consistency check failures.
static int scsiFireWireBridgeBus
          scsiHBAslotType values
" connected through a FireWire bridge
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:888
static int scsiFlagReserved0
          Defines for the bit masks of the scsiFlags field
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:777
static int scsiFlagReserved1
          Defines for the bit masks of the scsiFlags field
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:781
static int scsiFlagReserved3
          Defines for the bit masks of the scsiFlags field
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:790
static int scsiFlagReserved5
          Defines for the bit masks of the scsiFlags field
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:793
static int scsiFlagReserved6
          Defines for the bit masks of the scsiFlags field
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:794
static int scsiFlagReserved7
          Defines for the bit masks of the scsiFlags field
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:795
static int scsiFlagReserved8
          Defines for the bit masks of the scsiFlags field
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:796
static int scsiFlagReservedA
          Defines for the bit masks of the scsiFlags field
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:776
static int scsiFunctionNotAvailable
          -7871 = The requ. func is not available
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:673
static int scsiIdentifyMessageRejected
          -7924 =
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:646
static int scsiIDInvalid
          -7866 = The initiator ID is invalid
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:678
static int scsiInitiateSyncData
          Defines for the bit masks of the scsiFlags field
Attempt Sync data xfer and SDTR
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:782
static int scsiInitiateWide
          bit masks for the scsiIOFlags field in SCSIExecIOPB
initiate wide transfer negotiation
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:807
static int scsiInvalidMsgType
          New errors for SCSI Family
-7858 = Invalid message type (internal)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:690
static int scsiIOFlagReserved0080
          bit masks for the scsiIOFlags field in SCSIExecIOPB
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:810
static int scsiIOFlagReserved8000
          bit masks for the scsiIOFlags field in SCSIExecIOPB
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:811
static int scsiIOInProgress
          New errors for SCSI Family
-7854 = Can't close conn, IO in prog
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:694
static int scsiLUNInvalid
          -7867 = LUN supplied is invalid
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:677
static int scsiMeshACKTimingFixed
          scsiWeirdStuff field bits
Set if bug allowing Mesh to release ACK prematurely is fixed
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:878
static int scsiMessageRejectReceived
          -7923 = Message reject received
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:647
static int scsiMotherboardBus
          scsiHBAslotType values
A built in Apple supplied bus
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:883
static int scsiNoBucketIn
          bit masks for the scsiIOFlags field in SCSIExecIOPB
don’t bit bucket in during this I/O
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:804
static int scsiNoBucketOut
          bit masks for the scsiIOFlags field in SCSIExecIOPB
don’t bit bucket out during this I/O
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:805
static int scsiNoHBA
          -7884 = No HBA detected Error
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:666
static int scsiNoNexus
          -7911 = Nexus is not established
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:659
static int scsiNonZeroStatus
          -7932 = PB request completed with an err
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:638
static int SCSINop
          SCSI Manager 4.3 function codes
Execute nothing
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:248
static int scsiNoParityCheck
          bit masks for the scsiIOFlags field in SCSIExecIOPB
disable parity checking
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:801
static int scsiNoSuchXref
          -7882 = no such RefNum xref
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:668
static int scsiNotExecutedErrors
          ---
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:727
static int scsiNuBus
          scsiHBAslotType values
A SIM on a NuBus card
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:884
static int scsiOddCountForPhysicalUnsafe
          scsiWeirdStuff field bits
If using physical addrs all counts must be even, and disconnects must be on even boundries
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:876
static int scsiOddDisconnectUnsafeRead1
          scsiWeirdStuff field bits
Disconnects on odd byte boundries are unsafe with DMA and/or blind reads
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:871
static int scsiOddDisconnectUnsafeWrite1
          scsiWeirdStuff field bits
Disconnects on odd byte boundries are unsafe with DMA and/or blind writes
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:872
static int scsiParameterErrors
          ---
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:728
static int scsiParityError
          -7921 = Uncorrectable parity error occured
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:649
static int scsiPartialPrepared
          New errors for SCSI Family
-7859 = could not do full prepare mem for I/O
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:689
static int scsiPBLengthError
          Parameter errors 40-7F
-7872 = (scsiPBLength is insuf'ct/invalid
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:672
static int scsiPCIBus
          scsiHBAslotType values
" on a PCI bus card
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:886
static int scsiPCMCIABus
          scsiHBAslotType values
" on a PCMCIA card
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:887
static int scsiPDSBus
          scsiHBAslotType values
" on a PDS card
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:885
static int scsiPluginInternalError
          scsiFamilyInternalError and scsiPluginInternalError are intended to handle consistency check failures.
static int scsiProvideFail
          -7886 = Unable to provide requ. capability
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:664
static int scsiQEnable
          Defines for the bit masks of the scsiFlags field
Target queue actions are enabled
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:779
static int scsiQLinkInvalid
          -7881 = pre-linked PBs not supported
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:669
static int SCSIReleaseQ
          SCSI Manager 4.3 function codes
Release the frozen SIM queue for particular LUN
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:251
static int scsiRenegotiateSense
          bit masks for the scsiIOFlags field in SCSIExecIOPB
renegotiate sync/wide before issuing autosense
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:808
static int scsiRequestAborted
          Execution failed 00-2F
-7934 = PB request aborted by the host
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:636
static int scsiRequestInProgress
          1 = PB request is in progress
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:634
static int scsiRequestInvalid
          -7870 = PB request is invalid
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:674
static int scsiRequiresHandshake
          scsiWeirdStuff field bits
Non-handshaked delays or disconnects during blind transfers may cause data corruption
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:874
static int SCSIResetBus
          SCSI Manager 4.3 function codes
Reset the SCSI bus
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:253
static int SCSIResetDevice
          SCSI Manager 4.3 function codes
Reset the SCSI device
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:254
static int scsiSavePtrOnDisconnect
          bit masks for the scsiIOFlags field in SCSIExecIOPB
do SaveDataPointer upon Disconnect msg
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:803
static int scsiSCSIBusReset
          -7922 = SCSI bus reset sent/received
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:648
static int scsiSelectTimeout
          -7926 = Target selection timeout
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:644
static int scsiSensePhysical
          Defines for the bit masks of the scsiFlags field
Autosense buffer ptr is physical
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:792
static int scsiSequenceFailed
          -7916 = Target bus phase sequence failure
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:654
static int scsiSIMQFreeze
          Defines for the bit masks of the scsiFlags field
Return the SIM Q to frozen state
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:785
static int scsiSIMQFrozen
          Defines for the scsiResultFlags field
The SIM queue is frozen w/this err
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:733
static int scsiSIMQHead
          Defines for the bit masks of the scsiFlags field
Place PB at the head of SIM Q
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:784
static int scsiSIMQNoFreeze
          Defines for the bit masks of the scsiFlags field
Disallow SIM Q freezing
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:786
static int scsiStatBusy
          SCSI bus status.
static int scsiStatCheckCondition
          SCSI bus status.
static int scsiStatConditionMet
          SCSI bus status.
static int scsiStatGood
          SCSI bus status.
static int scsiStatIntermediate
          SCSI bus status.
static int scsiStatIntermedMet
          SCSI bus status.
static int scsiStatQFull
          SCSI bus status.
static int scsiStatResvConflict
          SCSI bus status.
static int scsiStatTerminated
          SCSI bus status.
static int scsiTargetDrivenSDTRSafe
          scsiWeirdStuff field bits
Targets which initiate synchronous negotiations are supported
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:875
static int scsiTargetReserved
          New errors for SCSI Family
-7853 = Target already reserved
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:695
static int scsiTerminated
          -7912 = PB request terminated by the host
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:658
static int SCSITerminateIO
          SCSI Manager 4.3 function codes
Terminate any pending IO
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:255
static int scsiTIDInvalid
          -7868 = Target ID supplied is invalid
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:676
static int scsiTooManyBuses
          Couldn't begin execution 30-3F
-7888 = Register failed because we're full
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:662
static int scsiTransferBlind
          Defines for the scsiTransferType field
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:625
static int scsiTransferPolled
          Defines for the scsiTransferType field
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:626
static int scsiTransferTypeInvalid
          -7864 = scsiTransferType field is too high
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:680
static int scsiUnableToAbort
          -7933 = Unable to Abort PB request
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:637
static int scsiUnableToTerminate
          -7927 = Unable to Terminate I/O PB req
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:643
static int scsiUnexpectedBusFree
          -7917 = Unexpected BUS free
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:653
static int scsiUnused05
          -7931 =
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:639
static int scsiUnused06
          -7930 =
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:640
static int scsiUnused07
          -7929 =
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:641
static int scsiUnused08
          -7928 =
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:642
static int scsiUnused11
          -7919 =
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:651
static int scsiUnused16
          -7914 =
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:656
static int scsiUnused74
          New errors for SCSI Family
-7862 =
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:686
static int scsiUnused75
          New errors for SCSI Family
-7861 =
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:687
static int scsiUnused79
          New errors for SCSI Family
-7857 =
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:691
static int scsiUnused81
          New errors for SCSI Family
-7855 =
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:693
static int scsiUnused84
          New errors for SCSI Family
-7852 =
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:696
static int scsiUnused85
          New errors for SCSI Family
-7851 =
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:697
static int scsiUSBBus
          scsiHBAslotType values
" connected on a USB bus
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:889
static int scsiVendorSpecificErrorBase
          scsiFamilyInternalError and scsiPluginInternalError are intended to handle consistency check failures.
static int scsiVendorSpecificErrorCount
          scsiFamilyInternalError and scsiPluginInternalError are intended to handle consistency check failures.
static int scsiVERSION
           
static int scsiWrongDirection
          -7915 = Data phase was in wrong direction
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:655
static int scStop
          TIB opcodes
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:43
static int setPowerLevel
           
static int sleepDemand
           
static int sleepDeny
           
static int sleepNow
           
static int sleepQType
           
static int sleepRequest
          depreciated commands to SleepQRec sleepQProc
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:380
static int sleepRevoke
           
static int sleepUnlock
           
static int sleepWakeUp
           
static int slpQType
           
static int small1BitMask
          Obsolete.
static int small4BitData
          Obsolete.
static int small8BitData
          Obsolete.
static int supportsIdleQueue
          bits in bitfield returned by PMFeatures
1=Power Manager supports the idle queue
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:542
static int supportsServerModeAPIs
          bits in bitfield returned by PMFeatures
1=hardware supports server mode API routines
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:539
static int supportsUPSIntegration
          bits in bitfield returned by PMFeatures
1=hardware support UPS integration and reporting
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:540
static int suspendDemandMsg
           
static int suspendRequestMsg
           
static int suspendRevokeMsg
           
static int suspendWakeUpMsg
           
static int upsConnected
          ("chargerConnected" doesn't mean the charger is plugged in)
1=there is a UPS connected
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:561
static int upsIsPowerSource
          ("chargerConnected" doesn't mean the charger is plugged in)
1=UPS is source of power
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:562
static int UsrActivity
          things depending on which Power Manager is currently running.
static int vendorIDLength
          Allocation length defines for some of the fields
ASCII string len for Vendor ID
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:267
static int vendorUnique
          0xC0 thru 0xFF
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:259
static int ZVSndEnBit
           
static int ZVSndEnMask
           
 
Fields inherited from interface com.sun.jna.Library
OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER
 
Method Summary
 void AlertSoundPlay()
          AlertSoundPlay() *** DEPRECATED ***

Deprecated:
Use AudioServicesPlayAlertSound().
 void AlertSoundPlayCustomSound(int inAction)
          AlertSoundPlayCustomSound() *** DEPRECATED ***

Deprecated:
Use AudioServicesPlayAlertSound().
 void AOff()
          AOff() *** DEPRECATED ***

Deprecated:
This function is deprecated on Mac OS X.
 void AOn()
          AOn() *** DEPRECATED ***

Deprecated:
This function is deprecated on Mac OS X.
 void AOnIgnoreModem()
          AOnIgnoreModem() *** DEPRECATED ***

Deprecated:
This function is deprecated on Mac OS X.
 void AutoSleepControl(boolean enableSleep)
          AutoSleepControl() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : void AutoSleepControl(Boolean)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1098
 int BatteryCount()
          BatteryCount()

Summary:
Return the count of batteries installed on this computer.
 void BOff()
          BOff() *** DEPRECATED ***

Deprecated:
This function is deprecated on Mac OS X.
 void BOn()
          BOn() *** DEPRECATED ***

Deprecated:
This function is deprecated on Mac OS X.
 OSServicesLibrary.__CSIdentityAuthority CSGetDefaultIdentityAuthority()
          CSGetDefaultIdentityAuthority()

Summary:
Returns the system's default identity authority

Discussion:
The default identity authority is a pseudo-authority representing
the union of the local identity authority and the managed
identity authority.
 OSServicesLibrary.__CSIdentityAuthority CSGetLocalIdentityAuthority()
          CSGetLocalIdentityAuthority()

Summary:
Returns the identity authority for identities defined on the
local host

Mac OS X threading:
Thread safe since version 10.5

Result:
The CSIdentityAuthorityRef of the local authority

Availability:
Mac OS X: in version 10.5 and later in CoreServices.framework
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : CSIdentityAuthorityRef CSGetLocalIdentityAuthority()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentityAuthority.h:108
 OSServicesLibrary.__CSIdentityAuthority CSGetManagedIdentityAuthority()
          CSGetManagedIdentityAuthority()

Summary:
Returns the identity authority for identities defined in the
system's managed directory server(s)

Discussion:
There is always a valid managed identity authority instance, but
if the system is not bound to any managed directory servers, the
managed identity authority will contain no identities.
 void CSIdentityAddMember(OSServicesLibrary.__CSIdentity group, OSServicesLibrary.__CSIdentity member)
          CSIdentityAddMember()

Summary:
Add an identity to a group

Discussion:
This change to the group must be committed.
 NativeLong CSIdentityAuthorityGetTypeID()
          CSIdentityAuthorityGetTypeID()

Summary:
Returns the CSIdentityAuthority type identifier

Mac OS X threading:
Thread safe since version 10.5

Result:
The CFTypeID of the CSIdentityAuthority Core Foundation type

Availability:
Mac OS X: in version 10.5 and later in CoreServices.framework
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : CFTypeID CSIdentityAuthorityGetTypeID()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentityAuthority.h:57
 boolean CSIdentityCommit(OSServicesLibrary.__CSIdentity identity, OSServicesLibrary.AuthorizationOpaqueRef authorization, ColorSyncLibrary.__CFError[] error)
          CSIdentityCommit()

Summary:
Synchronously commit all pending changes to the identity
authority database

Mac OS X threading:
Thread safe since version 10.5

Parameters:

identity:
The identity to commit

authorization:
The authorization object holding credentials necessary to allow
modification to the identity database.
 boolean CSIdentityCommit(OSServicesLibrary.__CSIdentity identity, OSServicesLibrary.AuthorizationOpaqueRef authorization, PointerByReference error)
          Deprecated. use the safer method CSIdentityCommit(org.rococoa.cocoa.osservices.OSServicesLibrary.__CSIdentity, org.rococoa.cocoa.osservices.OSServicesLibrary.AuthorizationOpaqueRef, org.rococoa.cocoa.colorsync.ColorSyncLibrary.__CFError[]) instead
 OSServicesLibrary.__CSIdentity CSIdentityCreateCopy(CoreFoundationLibrary.__CFAllocator allocator, OSServicesLibrary.__CSIdentity identity)
          CSIdentityCreateCopy()

Summary:
Creates a copy of an identity

Mac OS X threading:
Thread safe since version 10.5

Parameters:

allocator:
The allocator to use for the new identity.
 OSServicesLibrary.__CSIdentityQuery CSIdentityCreateGroupMembershipQuery(CoreFoundationLibrary.__CFAllocator allocator, OSServicesLibrary.__CSIdentity group)
          CSIdentityCreateGroupMembershipQuery()

Summary:
Creates a query to find a group's members

Discussion:
Using a query to lookup group membership allows the caller to
execute the query synchronously or asynchronously.
 void CSIdentityDelete(OSServicesLibrary.__CSIdentity identity)
          CSIdentityDelete()

Summary:
Permanently delete an identity from the identity database

Discussion:
Sets an identity to deleted state.
 HIServicesLibrary.__CFArray CSIdentityGetAliases(OSServicesLibrary.__CSIdentity identity)
          CSIdentityGetAliases()

Summary:
Retrieve the aliases of an identity.
 OSServicesLibrary.__CSIdentityAuthority CSIdentityGetAuthority(OSServicesLibrary.__CSIdentity identity)
          CSIdentityGetAuthority()

Summary:
Returns the identity authority of an identity

Mac OS X threading:
Thread safe since version 10.5

Parameters:

identity:
The identity object to access

Result:
A CSIdentityAuthorityRef object

Availability:
Mac OS X: in version 10.5 and later in CoreServices.framework
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : CSIdentityAuthorityRef CSIdentityGetAuthority(CSIdentityRef)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:380
 OSServicesLibrary.OpaqueSecCertificateRef CSIdentityGetCertificate(OSServicesLibrary.__CSIdentity user)
          CSIdentityGetCertificate()

Summary:
Get a user's authentication certificate

Discussion:
The authentication certificate can be used in PKI-based protocols
to authenticate users.
 int CSIdentityGetClass(OSServicesLibrary.__CSIdentity identity)
           
 ColorSyncLibrary.__CFURL CSIdentityGetImageURL(OSServicesLibrary.__CSIdentity identity)
          CSIdentityGetImageURL()

Summary:
Retrieve the URL to an identity's image file

Mac OS X threading:
Thread safe since version 10.5

Parameters:

identity:
The identity to access

Result:
Returns a CFURLRef that contains the location of the user's image
file, or NULL if there is no image URL.
 int CSIdentityGetPosixID(OSServicesLibrary.__CSIdentity identity)
          CSIdentityGetPosixID()

Summary:
Retrieve POSIX ID of an identity.
 NativeLong CSIdentityGetTypeID()
          CSIdentityGetTypeID()

Summary:
Returns the CSIdentity type identifier

Mac OS X threading:
Thread safe since version 10.5

Result:
The CFTypeID of the CSIdentity Core Foundation type

Availability:
Mac OS X: in version 10.5 and later in CoreServices.framework
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : CFTypeID CSIdentityGetTypeID()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:220
 CoreFoundationLibrary.__CFUUID CSIdentityGetUUID(OSServicesLibrary.__CSIdentity identity)
          CSIdentityGetUUID()

Summary:
Returns an identity's UUID.
 boolean CSIdentityIsCommitting(OSServicesLibrary.__CSIdentity identity)
          CSIdentityIsCommitting()

Summary:
Determine if a commit operation is in progress

Mac OS X threading:
Thread safe since version 10.5

Parameters:

identity:
The identity to access

Result:
Returns true if a commit operation is in progress

Availability:
Mac OS X: in version 10.5 and later in CoreServices.framework
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : Boolean CSIdentityIsCommitting(CSIdentityRef)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:1523
 boolean CSIdentityIsEnabled(OSServicesLibrary.__CSIdentity user)
          CSIdentityIsEnabled()

Summary:
Determine if a user is enabled

Discussion:
A user that is not enabled cannot authenticate.
 boolean CSIdentityIsHidden(OSServicesLibrary.__CSIdentity identity)
          CSIdentityIsHidden()

Summary:
Determine if a identity's hidden attribute is enabled

Mac OS X threading:
Thread safe since version 10.5

Parameters:

identity:
The identity object to access

Result:
Returns true if the identity was created with the hidden attribute

Availability:
Mac OS X: in version 10.5 and later in CoreServices.framework
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : Boolean CSIdentityIsHidden(CSIdentityRef)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:712
 boolean CSIdentityIsMemberOfGroup(OSServicesLibrary.__CSIdentity identity, OSServicesLibrary.__CSIdentity group)
          CSIdentityIsMemberOfGroup()

Summary:
Check if an identity is a memeber of a group

Mac OS X threading:
Thread safe since version 10.5

Parameters:

identity:
The identity whose membership is in question

group:
The group identity whose membership is to be checked

Result:
Returns true if the identity is a member (directly or indirectly)
of the specified group

Availability:
Mac OS X: in version 10.5 and later in CoreServices.framework
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : Boolean CSIdentityIsMemberOfGroup(CSIdentityRef, CSIdentityRef)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:683
 HIServicesLibrary.__CFArray CSIdentityQueryCopyResults(OSServicesLibrary.__CSIdentityQuery query)
          CSIdentityQueryCopyResults()

Summary:
Retrieve the results of executing an identity query

Discussion:
Returns an immutable array of CSIdentityRefs, reflecting the
current results of the query's execution.
 OSServicesLibrary.__CSIdentityQuery CSIdentityQueryCreate(CoreFoundationLibrary.__CFAllocator allocator, int identityClass, OSServicesLibrary.__CSIdentityAuthority authority)
          CSIdentityQueryCreate()

Summary:
Creates an identity query object for all identities in the
specified authority

Discussion:
The results of this query include all of the identities in the
specified authority's database.
 OSServicesLibrary.__CSIdentityQuery CSIdentityQueryCreateForCurrentUser(CoreFoundationLibrary.__CFAllocator allocator)
          CSIdentityQueryCreateForCurrentUser()

Summary:
Creates a query for the current session user's identity

Mac OS X threading:
Thread safe since version 10.5

Parameters:

allocator:
The allocator to use for this instance

Result:
A new CSIdentityQuery object

Availability:
Mac OS X: in version 10.5 and later in CoreServices.framework
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : CSIdentityQueryRef CSIdentityQueryCreateForCurrentUser(CFAllocatorRef)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentityQuery.h:335
 OSServicesLibrary.__CSIdentityQuery CSIdentityQueryCreateForPosixID(CoreFoundationLibrary.__CFAllocator allocator, int posixID, int identityClass, OSServicesLibrary.__CSIdentityAuthority authority)
          CSIdentityQueryCreateForPosixID()

Summary:
Creates an identity query object based on a POSIX ID

Discussion:
Finds an identity by its UID or GID

Mac OS X threading:
Thread safe since version 10.5

Parameters:

allocator:
The allocator to use for this instance

posixID:
The UID or GID of the identity to find

identityClass:
The class of identity to find

authority:
The identity authority to query

Result:
A new CSIdentityQuery object

Availability:
Mac OS X: in version 10.5 and later in CoreServices.framework
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : CSIdentityQueryRef CSIdentityQueryCreateForPosixID(CFAllocatorRef, id_t, CSIdentityClass, CSIdentityAuthorityRef)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentityQuery.h:267
 OSServicesLibrary.__CSIdentityQuery CSIdentityQueryCreateForUUID(CoreFoundationLibrary.__CFAllocator allocator, CoreFoundationLibrary.__CFUUID uuid, OSServicesLibrary.__CSIdentityAuthority authority)
          CSIdentityQueryCreateForUUID()

Summary:
Creates an identity query object based on a UUID

Discussion:
Finds an identity by its UUID

Mac OS X threading:
Thread safe since version 10.5

Parameters:

allocator:
The allocator to use for this instance

uuid:
The UUID of the identity to find

authority:
The identity authority to query

Result:
A new CSIdentityQuery object

Availability:
Mac OS X: in version 10.5 and later in CoreServices.framework
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : CSIdentityQueryRef CSIdentityQueryCreateForUUID(CFAllocatorRef, CFUUIDRef, CSIdentityAuthorityRef)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentityQuery.h:225
 boolean CSIdentityQueryExecute(OSServicesLibrary.__CSIdentityQuery query, NativeLong flags, ColorSyncLibrary.__CFError[] error)
          CSIdentityQueryExecute()

Summary:
Execute an identity query synchronously

Mac OS X threading:
Thread safe since version 10.5

Parameters:

query:
The query object to execute

flags:
Execution options

error:
Optional pointer to a CFError object which must be released by
the caller if CSIdentityQueryExecute returns false

Result:
Returns true if the query executed successfully, false if an
error occurred.
 boolean CSIdentityQueryExecute(OSServicesLibrary.__CSIdentityQuery query, NativeLong flags, PointerByReference error)
          Deprecated. use the safer method CSIdentityQueryExecute(org.rococoa.cocoa.osservices.OSServicesLibrary.__CSIdentityQuery, com.sun.jna.NativeLong, org.rococoa.cocoa.colorsync.ColorSyncLibrary.__CFError[]) instead
 NativeLong CSIdentityQueryGetTypeID()
          CSIdentityQueryGetTypeID()

Summary:
Retrieve the CFTypeID of the CSIdentityQuery class

Mac OS X threading:
Thread safe since version 10.5

Availability:
Mac OS X: in version 10.5 and later in CoreServices.framework
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : CFTypeID CSIdentityQueryGetTypeID()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentityQuery.h:49
 void CSIdentityQueryStop(OSServicesLibrary.__CSIdentityQuery query)
          CSIdentityQueryStop()

Summary:
Invalidate an identity query client

Discussion:
Invalidate a query client so that its callback will never be
called in the future.
 void CSIdentityRemoveClient(OSServicesLibrary.__CSIdentity identity)
          CSIdentityRemoveClient()

Summary:
Invalidate an identity's client structure to stop client callbacks

Discussion:
After returning, this function guarantees that client callbacks
will never be invoked again.
 void CSIdentityRemoveMember(OSServicesLibrary.__CSIdentity group, OSServicesLibrary.__CSIdentity member)
          CSIdentityRemoveMember()

Summary:
Remove a member from a group

Discussion:
This change to the group must be committed.
 void CSIdentitySetCertificate(OSServicesLibrary.__CSIdentity user, OSServicesLibrary.OpaqueSecCertificateRef certificate)
          CSIdentitySetCertificate()

Summary:
Set a user's authentication certificate

Discussion:
The subject name in the certificate will function as an alias for
the identity.
 void CSIdentitySetImageURL(OSServicesLibrary.__CSIdentity identity, ColorSyncLibrary.__CFURL url)
          CSIdentitySetImageURL()

Summary:
Set the URL of an identity's external image storage

Discussion:
This change must be committed.
 void CSIdentitySetIsEnabled(OSServicesLibrary.__CSIdentity user, boolean isEnabled)
          CSIdentitySetIsEnabled()

Summary:
Enable or disable a user

Discussion:
A disabled user account cannot authenticate.
 int CurrentProcessorSpeed()
          CurrentProcessorSpeed()

Discussion:
CurrentProcessorSpeed() returns the current effective clock speed
of the CPU in megahertz.
 void DimmingControl(boolean enableSleep)
          DimmingControl() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : void DimmingControl(Boolean)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1256
 void DisableIdle()
          DisableIdle() *** DEPRECATED ***

Deprecated:
The Power Manager is deprecated in Mac OS X.
 void DisposeHDSpindownUPP(OSServicesLibrary.HDSpindownProcPtr userUPP)
          DisposeHDSpindownUPP()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: available as macro/inline
Original signature : void DisposeHDSpindownUPP(HDSpindownUPP)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1437
 void DisposeNSLClientNotifyUPP(OSServicesLibrary.NSLClientNotifyProcPtr userUPP)
          DisposeNSLClientNotifyUPP()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: available as macro/inline
Original signature : void DisposeNSLClientNotifyUPP(NSLClientNotifyUPP)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:191
 void DisposeNSLMgrNotifyUPP(OSServicesLibrary.NSLMgrNotifyProcPtr userUPP)
          DisposeNSLMgrNotifyUPP()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: available as macro/inline
Original signature : void DisposeNSLMgrNotifyUPP(NSLMgrNotifyUPP)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:180
 void DisposePMgrStateChangeUPP(OSServicesLibrary.PMgrStateChangeProcPtr userUPP)
          DisposePMgrStateChangeUPP()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: available as macro/inline
Original signature : void DisposePMgrStateChangeUPP(PMgrStateChangeUPP)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1448
 void DisposeSCSICallbackUPP(OSServicesLibrary.SCSICallbackProcPtr userUPP)
          DisposeSCSICallbackUPP()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.3 and later
Non-Carbon CFM: available as macro/inline
Original signature : void DisposeSCSICallbackUPP(SCSICallbackUPP)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:214
 void DisposeSleepQUPP(OSServicesLibrary.SleepQProcPtr userUPP)
          DisposeSleepQUPP()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: available as macro/inline
Original signature : void DisposeSleepQUPP(SleepQUPP)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:113
 void EnableIdle()
          EnableIdle() *** DEPRECATED ***

Deprecated:
The Power Manager is deprecated in Mac OS X.
 void EnableProcessorCycling(boolean enable)
          EnableProcessorCycling() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : void EnableProcessorCycling(Boolean)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1194
 boolean FullProcessorSpeed()
          FullProcessorSpeed() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : Boolean FullProcessorSpeed()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:755
 void GetBatteryTimes(short whichBattery, BatteryTimeRec theTimes)
          GetBatteryTimes() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : void GetBatteryTimes(short, BatteryTimeRec*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1218
 int GetBatteryVoltage(short whichBattery)
          GetBatteryVoltage() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : Fixed GetBatteryVoltage(short)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1206
 int GetCPUSpeed()
          GetCPUSpeed()

Discussion:
GetCPUSpeed() returns the current effective clock speed of the
CPU in megahertz.
 byte GetDimmingTimeout()
          GetDimmingTimeout() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : UInt8 GetDimmingTimeout()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1232
 boolean GetDimSuspendState()
          GetDimSuspendState() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.1 and later
Original signature : Boolean GetDimSuspendState()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1388
 byte GetHardDiskTimeout()
          GetHardDiskTimeout() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : UInt8 GetHardDiskTimeout()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1000
 int GetIntModemInfo()
          GetIntModemInfo() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : UInt32 GetIntModemInfo()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1110
 void GetScaledBatteryInfo(short whichBattery, BatteryInfo theInfo)
          GetScaledBatteryInfo() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : void GetScaledBatteryInfo(short, BatteryInfo*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1084
 int GetSCSIDiskModeAddress()
          GetSCSIDiskModeAddress() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : GetSCSIDiskModeAddress()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1134
 byte GetSleepTimeout()
          GetSleepTimeout() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : UInt8 GetSleepTimeout()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:976
 void GetWakeupTimer(WakeupTime theTime)
          GetWakeupTimer() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : void GetWakeupTimer(WakeupTime*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1158
 boolean HardDiskPowered()
          HardDiskPowered() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : Boolean HardDiskPowered()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1024
 int IdleUpdate()
          IdleUpdate() *** DEPRECATED ***

Deprecated:
The Power Manager is deprecated in Mac OS X.
 void InvokeHDSpindownUPP(HDQueueElement theElement, OSServicesLibrary.HDSpindownProcPtr userUPP)
          InvokeHDSpindownUPP()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: available as macro/inline
Original signature : void InvokeHDSpindownUPP(HDQueueElement*, HDSpindownUPP)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1459
 void InvokeNSLClientNotifyUPP(NSLClientAsyncInfo theClientAsyncInfo, OSServicesLibrary.NSLClientNotifyProcPtr userUPP)
          InvokeNSLClientNotifyUPP()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: available as macro/inline
Original signature : void InvokeNSLClientNotifyUPP(NSLClientAsyncInfo*, NSLClientNotifyUPP)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:215
 void InvokeNSLMgrNotifyUPP(NSLPluginAsyncInfo thePluginAsyncInfo, OSServicesLibrary.NSLMgrNotifyProcPtr userUPP)
          InvokeNSLMgrNotifyUPP()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: available as macro/inline
Original signature : void InvokeNSLMgrNotifyUPP(NSLPluginAsyncInfo*, NSLMgrNotifyUPP)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:202
 void InvokeSCSICallbackUPP(Pointer scsiPB, OSServicesLibrary.SCSICallbackProcPtr userUPP)
          InvokeSCSICallbackUPP()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.3 and later
Non-Carbon CFM: available as macro/inline
Original signature : void InvokeSCSICallbackUPP(void*, SCSICallbackUPP)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:225
 boolean IsAutoSlpControlDisabled()
          IsAutoSlpControlDisabled() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : Boolean IsAutoSlpControlDisabled()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1280
 boolean IsDimmingControlDisabled()
          IsDimmingControlDisabled() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : Boolean IsDimmingControlDisabled()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1268
 boolean IsProcessorCyclingEnabled()
          IsProcessorCyclingEnabled() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : Boolean IsProcessorCyclingEnabled()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1182
 boolean IsSpindownDisabled()
          IsSpindownDisabled() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : Boolean IsSpindownDisabled()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1048
 int MaximumProcessorSpeed()
          MaximumProcessorSpeed()

Discussion:
MaximumProcessorSpeed() returns the maximum effective clock speed
of the CPU in megahertz.
 int MinimumProcessorSpeed()
          MinimumProcessorSpeed()

Discussion:
MinimumProcessorSpeed() returns the minimum effective clock speed
of the CPU in megahertz.
 OSServicesLibrary.HDSpindownProcPtr NewHDSpindownUPP(OSServicesLibrary.HDSpindownProcPtr userRoutine)
          NewHDSpindownUPP()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: available as macro/inline
Original signature : HDSpindownUPP NewHDSpindownUPP(HDSpindownProcPtr)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1415
 OSServicesLibrary.NSLClientNotifyProcPtr NewNSLClientNotifyUPP(OSServicesLibrary.NSLClientNotifyProcPtr userRoutine)
          NewNSLClientNotifyUPP()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: available as macro/inline
Original signature : NSLClientNotifyUPP NewNSLClientNotifyUPP(NSLClientNotifyProcPtr)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:169
 OSServicesLibrary.NSLMgrNotifyProcPtr NewNSLMgrNotifyUPP(OSServicesLibrary.NSLMgrNotifyProcPtr userRoutine)
          NewNSLMgrNotifyUPP()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: available as macro/inline
Original signature : NSLMgrNotifyUPP NewNSLMgrNotifyUPP(NSLMgrNotifyProcPtr)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:158
 OSServicesLibrary.PMgrStateChangeProcPtr NewPMgrStateChangeUPP(OSServicesLibrary.PMgrStateChangeProcPtr userRoutine)
          NewPMgrStateChangeUPP()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: available as macro/inline
Original signature : PMgrStateChangeUPP NewPMgrStateChangeUPP(PMgrStateChangeProcPtr)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1426
 OSServicesLibrary.SCSICallbackProcPtr NewSCSICallbackUPP(OSServicesLibrary.SCSICallbackProcPtr userRoutine)
          NewSCSICallbackUPP()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.3 and later
Non-Carbon CFM: available as macro/inline
Original signature : SCSICallbackUPP NewSCSICallbackUPP(SCSICallbackProcPtr)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:203
 OSServicesLibrary.SleepQProcPtr NewSleepQUPP(OSServicesLibrary.SleepQProcPtr userRoutine)
          NewSleepQUPP()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: available as macro/inline
Original signature : SleepQUPP NewSleepQUPP(SleepQProcPtr)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:102
 NSLError.ByValue NSLAddServiceToServicesList(PointerByReference serviceList, Pointer serviceType)
          Deprecated. use the safer methods NSLAddServiceToServicesList(java.lang.String[], java.nio.ByteBuffer) and NSLAddServiceToServicesList(com.sun.jna.ptr.PointerByReference, com.sun.jna.Pointer) instead
 NSLError.ByValue NSLAddServiceToServicesList(String[] serviceList, ByteBuffer serviceType)
          NSLAddServiceToServicesList() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.0 and later
Original signature : NSLError NSLAddServiceToServicesList(NSLServicesList, NSLServiceType)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:435
 NSLError.ByValue NSLCancelRequest(int ref)
          NSLCancelRequest() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.0 and later
Original signature : NSLError NSLCancelRequest(NSLRequestRef)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:741
 void NSLCloseNavigationAPI(int theClient)
          NSLCloseNavigationAPI() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.0 and later
Original signature : void NSLCloseNavigationAPI(NSLClientRef)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:633
 NSLError.ByValue NSLContinueLookup(NSLClientAsyncInfo asyncInfo)
          NSLContinueLookup() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.0 and later
Original signature : NSLError NSLContinueLookup(NSLClientAsyncInfo*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:726
 Pointer NSLCopyNeighborhood(ByteBuffer neighborhood)
          NSLCopyNeighborhood() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.1 and later
Original signature : NSLNeighborhood NSLCopyNeighborhood(NSLNeighborhood)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:482
 Pointer NSLCopyNeighborhood(Pointer neighborhood)
          Deprecated. use the safer methods NSLCopyNeighborhood(java.nio.ByteBuffer) and NSLCopyNeighborhood(com.sun.jna.Pointer) instead
 NSLError.ByValue NSLDeleteRequest(int ref)
          NSLDeleteRequest() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.0 and later
Original signature : NSLError NSLDeleteRequest(NSLRequestRef)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:758
 void NSLDisposeServicesList(PointerByReference theList)
          Deprecated. use the safer methods NSLDisposeServicesList(java.lang.String[]) and NSLDisposeServicesList(com.sun.jna.ptr.PointerByReference) instead
 void NSLDisposeServicesList(String[] theList)
          NSLDisposeServicesList() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.0 and later
Original signature : void NSLDisposeServicesList(NSLServicesList)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:449
 Pointer NSLFreeNeighborhood(ByteBuffer neighborhood)
          NSLFreeNeighborhood() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.0 and later
Original signature : NSLNeighborhood NSLFreeNeighborhood(NSLNeighborhood)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:494
 Pointer NSLFreeNeighborhood(Pointer neighborhood)
          Deprecated. use the safer methods NSLFreeNeighborhood(java.nio.ByteBuffer) and NSLFreeNeighborhood(com.sun.jna.Pointer) instead
 NSLTypedData NSLFreeTypedDataPtr(NSLTypedData nslTypeData)
          NSLFreeTypedDataPtr() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.0 and later
Original signature : NSLTypedDataPtr NSLFreeTypedDataPtr(NSLTypedDataPtr)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:540
 void NSLGetNameFromNeighborhood(ByteBuffer neighborhood, String[] name, NativeLongByReference length)
          NSLGetNameFromNeighborhood() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.0 and later
Original signature : void NSLGetNameFromNeighborhood(NSLNeighborhood, char**, long*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:506
 void NSLGetNameFromNeighborhood(Pointer neighborhood, PointerByReference name, NativeLongByReference length)
          Deprecated. use the safer methods NSLGetNameFromNeighborhood(java.nio.ByteBuffer, java.lang.String[], com.sun.jna.ptr.NativeLongByReference) and NSLGetNameFromNeighborhood(com.sun.jna.Pointer, com.sun.jna.ptr.PointerByReference, com.sun.jna.ptr.NativeLongByReference) instead
 int NSLGetNeighborhoodLength(ByteBuffer neighborhood)
          NSLGetNeighborhoodLength() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.1 and later
Original signature : NSLGetNeighborhoodLength(NSLNeighborhood)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:886
 int NSLGetNeighborhoodLength(Pointer neighborhood)
          Deprecated. use the safer methods NSLGetNeighborhoodLength(java.nio.ByteBuffer) and NSLGetNeighborhoodLength(com.sun.jna.Pointer) instead
 boolean NSLGetNextNeighborhood(NSLClientAsyncInfo infoPtr, PointerByReference neighborhood, NativeLongByReference neighborhoodLength)
          NSLGetNextNeighborhood() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.0 and later
Original signature : Boolean NSLGetNextNeighborhood(NSLClientAsyncInfoPtr, NSLNeighborhood*, long*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:575
 boolean NSLGetNextUrl(NSLClientAsyncInfo infoPtr, PointerByReference urlPtr, NativeLongByReference urlLength)
          Deprecated. use the safer methods NSLGetNextUrl(org.rococoa.cocoa.osservices.NSLClientAsyncInfo, java.lang.String[], com.sun.jna.ptr.NativeLongByReference) and NSLGetNextUrl(org.rococoa.cocoa.osservices.NSLClientAsyncInfo, com.sun.jna.ptr.PointerByReference, com.sun.jna.ptr.NativeLongByReference) instead
 boolean NSLGetNextUrl(NSLClientAsyncInfo infoPtr, String[] urlPtr, NativeLongByReference urlLength)
          NSLGetNextUrl() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.0 and later
Original signature : Boolean NSLGetNextUrl(NSLClientAsyncInfoPtr, char**, long*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:556
 int NSLLibraryVersion()
          NSLLibraryVersion() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.1 and later
Original signature : UInt32 NSLLibraryVersion()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:313
 Pointer NSLMakeNewNeighborhood(Pointer name, Pointer protocolList)
          Deprecated. use the safer methods NSLMakeNewNeighborhood(java.lang.String, java.lang.String) and NSLMakeNewNeighborhood(com.sun.jna.Pointer, com.sun.jna.Pointer) instead
 Pointer NSLMakeNewNeighborhood(String name, String protocolList)
          NSLMakeNewNeighborhood() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.0 and later
Original signature : NSLNeighborhood NSLMakeNewNeighborhood(const char*, const char*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:467
 PointerByReference NSLMakeNewServicesList(Pointer initialServiceList)
          Deprecated. use the safer methods NSLMakeNewServicesList(java.lang.String) and NSLMakeNewServicesList(com.sun.jna.Pointer) instead
 PointerByReference NSLMakeNewServicesList(String initialServiceList)
          NSLMakeNewServicesList() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.0 and later
Original signature : NSLServicesList NSLMakeNewServicesList(const char*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:423
 NSLError.ByValue NSLPrepareRequest(OSServicesLibrary.NSLClientNotifyProcPtr notifier, Pointer contextPtr, int theClient, IntBuffer ref, ByteBuffer bufPtr, NativeLong bufLen, PointerByReference infoPtr)
          NSLPrepareRequest() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.0 and later
Original signature : NSLError NSLPrepareRequest(NSLClientNotifyUPP, void*, NSLClientRef, NSLRequestRef*, char*, unsigned long, NSLClientAsyncInfoPtr*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:661
 NSLError.ByValue NSLPrepareRequest(OSServicesLibrary.NSLClientNotifyProcPtr notifier, Pointer contextPtr, int theClient, IntByReference ref, Pointer bufPtr, NativeLong bufLen, PointerByReference infoPtr)
          Deprecated. use the safer methods NSLPrepareRequest(org.rococoa.cocoa.osservices.OSServicesLibrary.NSLClientNotifyProcPtr, com.sun.jna.Pointer, int, java.nio.IntBuffer, java.nio.ByteBuffer, com.sun.jna.NativeLong, com.sun.jna.ptr.PointerByReference) and NSLPrepareRequest(org.rococoa.cocoa.osservices.OSServicesLibrary.NSLClientNotifyProcPtr, com.sun.jna.Pointer, int, com.sun.jna.ptr.IntByReference, com.sun.jna.Pointer, com.sun.jna.NativeLong, com.sun.jna.ptr.PointerByReference) instead
 boolean NSLServiceIsInServiceList(PointerByReference serviceList, Pointer svcToFind)
          Deprecated. use the safer methods NSLServiceIsInServiceList(java.lang.String[], java.nio.ByteBuffer) and NSLServiceIsInServiceList(com.sun.jna.ptr.PointerByReference, com.sun.jna.Pointer) instead
 boolean NSLServiceIsInServiceList(String[] serviceList, ByteBuffer svcToFind)
          NSLServiceIsInServiceList() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.1 and later
Original signature : Boolean NSLServiceIsInServiceList(NSLServicesList, NSLServiceType)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:852
 NSLError.ByValue NSLStandardDeregisterURL(ByteBuffer urlToDeregister, ByteBuffer neighborhoodToDeregisterIn)
          NSLStandardDeregisterURL() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.1 and later
Original signature : NSLError NSLStandardDeregisterURL(NSLPath, NSLNeighborhood)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:366
 NSLError.ByValue NSLStandardDeregisterURL(Pointer urlToDeregister, Pointer neighborhoodToDeregisterIn)
          Deprecated. use the safer methods NSLStandardDeregisterURL(java.nio.ByteBuffer, java.nio.ByteBuffer) and NSLStandardDeregisterURL(com.sun.jna.Pointer, com.sun.jna.Pointer) instead
 NSLError.ByValue NSLStandardRegisterURL(ByteBuffer urlToRegister, ByteBuffer neighborhoodToRegisterIn)
          NSLStandardRegisterURL() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.1 and later
Original signature : NSLError NSLStandardRegisterURL(NSLPath, NSLNeighborhood)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:347
 NSLError.ByValue NSLStandardRegisterURL(Pointer urlToRegister, Pointer neighborhoodToRegisterIn)
          Deprecated. use the safer methods NSLStandardRegisterURL(java.nio.ByteBuffer, java.nio.ByteBuffer) and NSLStandardRegisterURL(com.sun.jna.Pointer, com.sun.jna.Pointer) instead
 NSLError.ByValue NSLStartNeighborhoodLookup(int ref, ByteBuffer neighborhood, NSLClientAsyncInfo asyncInfo)
          NSLStartNeighborhoodLookup() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.0 and later
Original signature : NSLError NSLStartNeighborhoodLookup(NSLRequestRef, NSLNeighborhood, NSLClientAsyncInfo*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:687
 NSLError.ByValue NSLStartNeighborhoodLookup(int ref, Pointer neighborhood, NSLClientAsyncInfo asyncInfo)
          Deprecated. use the safer methods NSLStartNeighborhoodLookup(int, java.nio.ByteBuffer, org.rococoa.cocoa.osservices.NSLClientAsyncInfo) and NSLStartNeighborhoodLookup(int, com.sun.jna.Pointer, org.rococoa.cocoa.osservices.NSLClientAsyncInfo) instead
 NSLError.ByValue NSLStartServicesLookup(int ref, ByteBuffer neighborhood, NSLTypedData requestData, NSLClientAsyncInfo asyncInfo)
          NSLStartServicesLookup() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.0 and later
Original signature : NSLError NSLStartServicesLookup(NSLRequestRef, NSLNeighborhood, NSLTypedDataPtr, NSLClientAsyncInfo*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:707
 NSLError.ByValue NSLStartServicesLookup(int ref, Pointer neighborhood, NSLTypedData requestData, NSLClientAsyncInfo asyncInfo)
          Deprecated. use the safer methods NSLStartServicesLookup(int, java.nio.ByteBuffer, org.rococoa.cocoa.osservices.NSLTypedData, org.rococoa.cocoa.osservices.NSLClientAsyncInfo) and NSLStartServicesLookup(int, com.sun.jna.Pointer, org.rococoa.cocoa.osservices.NSLTypedData, org.rococoa.cocoa.osservices.NSLClientAsyncInfo) instead
 int PMFeatures()
          PMFeatures() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : UInt32 PMFeatures()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:731
 int PMSelectorCount()
          PMSelectorCount() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : PMSelectorCount()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:719
 void SetDimmingTimeout(byte timeout)
          SetDimmingTimeout() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : void SetDimmingTimeout(UInt8)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1244
 void SetDimSuspendState(boolean dimSuspendState)
          SetDimSuspendState() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.1 and later
Original signature : void SetDimSuspendState(Boolean)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1400
 void SetHardDiskTimeout(byte timeout)
          SetHardDiskTimeout() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : void SetHardDiskTimeout(UInt8)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1012
 void SetIntModemState(short theState)
          SetIntModemState() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : void SetIntModemState(short)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1122
 boolean SetProcessorSpeed(boolean fullSpeed)
          SetProcessorSpeed() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : Boolean SetProcessorSpeed(Boolean)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:743
 void SetSCSIDiskModeAddress(short scsiAddress)
          SetSCSIDiskModeAddress() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : void SetSCSIDiskModeAddress(short)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1146
 void SetSleepTimeout(byte timeout)
          SetSleepTimeout() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : void SetSleepTimeout(UInt8)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:988
 void SetSpindownDisable(boolean setDisable)
          SetSpindownDisable() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : void SetSpindownDisable(Boolean)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:707
 void SetWakeupTimer(WakeupTime theTime)
          SetWakeupTimer() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : void SetWakeupTimer(WakeupTime*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1170
 void SleepQInstall(SleepQRec qRecPtr)
          SleepQInstall()

Discussion:
Adds an entry to the sleep queue.
 void SleepQRemove(SleepQRec qRecPtr)
          SleepQRemove()

Discussion:
Remove an entry from the sleep queue.
 void SpinDownHardDisk()
          SpinDownHardDisk() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : void SpinDownHardDisk()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1036
 void SystemSoundPlay(int inAction)
          SystemSoundPlay() *** DEPRECATED ***

Deprecated:
Use AudioServicesPlaySystemSound().
 void SystemSoundRemoveCompletionRoutine(int inAction)
          SystemSoundRemoveCompletionRoutine() *** DEPRECATED ***

Deprecated:
Use AudioServicesRemoveSystemSoundCompletion().
 NativeLong WSGetCFTypeIDFromWSTypeID(int typeID)
          WSGetCFTypeIDFromWSTypeID()

Discussion:
Returns the CFTypeID that is associated with a given WSTypeID.
 HIServicesLibrary.__CFDictionary WSMethodInvocationCopyParameters(OSServicesLibrary.OpaqueWSMethodInvocationRef invocation, HIServicesLibrary.__CFArray[] parameterOrder)
          WSMethodInvocationCopyParameters()

Discussion:
Copies the parameters from the invocation.
 HIServicesLibrary.__CFDictionary WSMethodInvocationCopyParameters(OSServicesLibrary.OpaqueWSMethodInvocationRef invocation, PointerByReference parameterOrder)
          Deprecated. use the safer method WSMethodInvocationCopyParameters(org.rococoa.cocoa.osservices.OSServicesLibrary.OpaqueWSMethodInvocationRef, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFArray[]) instead
 NativeLong WSMethodInvocationGetTypeID()
          WSMethodInvocationGetTypeID()

Mac OS X threading:
Thread safe

Availability:
Mac OS X: in version 10.2 and later
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : CFTypeID WSMethodInvocationGetTypeID()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/WSMethodInvocation.h:182
 HIServicesLibrary.__CFDictionary WSMethodInvocationInvoke(OSServicesLibrary.OpaqueWSMethodInvocationRef invocation)
          WSMethodInvocationInvoke()

Discussion:
Execute the invocation.
 void WSMethodInvocationSetCallBack(OSServicesLibrary.OpaqueWSMethodInvocationRef invocation, OSServicesLibrary.WSMethodInvocationCallBackProcPtr clientCB, WSClientContext context)
          WSMethodInvocationSetCallBack()

Discussion:
sets the callback for an asynchronous method invocation.
 void WSMethodInvocationSetParameters(OSServicesLibrary.OpaqueWSMethodInvocationRef invocation, HIServicesLibrary.__CFDictionary parameters, HIServicesLibrary.__CFArray parameterOrder)
          WSMethodInvocationSetParameters()

Discussion:
Set the parameters for a method invocation.
 boolean WSMethodResultIsFault(HIServicesLibrary.__CFDictionary methodResult)
          WSMethodResultIsFault()

Discussion:
returns TRUE if the method invocation result contains a fault.
 NativeLong WSProtocolHandlerGetTypeID()
          WSProtocolHandlerGetTypeID()

Mac OS X threading:
Thread safe

Availability:
Mac OS X: in version 10.3 and later
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : CFTypeID WSProtocolHandlerGetTypeID()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/WSProtocolHandler.h:65
 

Field Detail

JNA_LIBRARY_NAME

static final String JNA_LIBRARY_NAME

JNA_NATIVE_LIB

static final NativeLibrary JNA_NATIVE_LIB

INSTANCE

static final OSServicesLibrary INSTANCE

kCSIdentityUnknownAuthorityErr

static final int kCSIdentityUnknownAuthorityErr
CSIdentity error codes

Discussion:
Error codes in the CSIdentity error domain
The specified authority is not recognized
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:60

See Also:
Constant Field Values

kCSIdentityAuthorityNotAccessibleErr

static final int kCSIdentityAuthorityNotAccessibleErr
CSIdentity error codes

Discussion:
Error codes in the CSIdentity error domain
The specified authority is currently not accessible
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:65

See Also:
Constant Field Values

kCSIdentityPermissionErr

static final int kCSIdentityPermissionErr
CSIdentity error codes

Discussion:
Error codes in the CSIdentity error domain
The caller does not have permission to perform the operation
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:70

See Also:
Constant Field Values

kCSIdentityDeletedErr

static final int kCSIdentityDeletedErr
CSIdentity error codes

Discussion:
Error codes in the CSIdentity error domain
The requested identity has been deteled
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:75

See Also:
Constant Field Values

kCSIdentityInvalidFullNameErr

static final int kCSIdentityInvalidFullNameErr
CSIdentity error codes

Discussion:
Error codes in the CSIdentity error domain
The full name is not valid (length: [1-255])
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:80

See Also:
Constant Field Values

kCSIdentityDuplicateFullNameErr

static final int kCSIdentityDuplicateFullNameErr
CSIdentity error codes

Discussion:
Error codes in the CSIdentity error domain
The full name is aleady assigned to another identity
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:85

See Also:
Constant Field Values

kCSIdentityInvalidPosixNameErr

static final int kCSIdentityInvalidPosixNameErr
CSIdentity error codes

Discussion:
Error codes in the CSIdentity error domain
The Posix name is not valid (char set: [a-zA-Z0-9_-] length:
[1-255])
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:91

See Also:
Constant Field Values

kCSIdentityDuplicatePosixNameErr

static final int kCSIdentityDuplicatePosixNameErr
CSIdentity error codes

Discussion:
Error codes in the CSIdentity error domain
The Posix name is aleady assigned to another identity
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:96

See Also:
Constant Field Values

kCSIdentityClassUser

static final int kCSIdentityClassUser
CSIdentityClass

Discussion:
Enum specifying an identity class
The class value for user identities
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:169

See Also:
Constant Field Values

kCSIdentityClassGroup

static final int kCSIdentityClassGroup
CSIdentityClass

Discussion:
Enum specifying an identity class
The class value for group identities
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:174

See Also:
Constant Field Values

kCSIdentityCommitCompleted

static final int kCSIdentityCommitCompleted
Status values
The identity has been committed to the authority database
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:1391

See Also:
Constant Field Values

kCSIdentityQueryGenerateUpdateEvents

static final int kCSIdentityQueryGenerateUpdateEvents
CSIdentityQueryFlags

Summary:
Execution options for an identity query

Discussion:
A bit mask for setting execution options on a query
After the intial query phase is complete, monitor the result set
for live updates
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentityQuery.h:70

See Also:
Constant Field Values

kCSIdentityQueryIncludeHiddenIdentities

static final int kCSIdentityQueryIncludeHiddenIdentities
CSIdentityQueryFlags

Summary:
Execution options for an identity query

Discussion:
A bit mask for setting execution options on a query
Include all matching identities in the result set, including
hidden "system" users and groups (root, www, etc.)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentityQuery.h:76

See Also:
Constant Field Values

kCSIdentityQueryStringEquals

static final int kCSIdentityQueryStringEquals
CSIdentityQueryStringComparisonMethod

Summary:
Options for querying the database by name

Discussion:
When searching for identities by name, this value specifies the
string comparison function
The identity name must equal the search string
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentityQuery.h:96

See Also:
Constant Field Values

kCSIdentityQueryStringBeginsWith

static final int kCSIdentityQueryStringBeginsWith
CSIdentityQueryStringComparisonMethod

Summary:
Options for querying the database by name

Discussion:
When searching for identities by name, this value specifies the
string comparison function
The identity name must begin with the search string
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentityQuery.h:101

See Also:
Constant Field Values

kCSIdentityQueryEventSearchPhaseFinished

static final int kCSIdentityQueryEventSearchPhaseFinished
CSIdentityQueryEvent

Summary:
Results from executing an asynchronous query

Discussion:
Events generated during asynchronous query execution
Event generated when the initial lookup of identities has
finished. Live update events will follow if caller requests the
kCSIdentityQueryGenerateUpdateEvents option.
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentityQuery.h:426

See Also:
Constant Field Values

kCSIdentityQueryEventResultsAdded

static final int kCSIdentityQueryEventResultsAdded
CSIdentityQueryEvent

Summary:
Results from executing an asynchronous query

Discussion:
Events generated during asynchronous query execution
Event generated when identities are added to the query results
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentityQuery.h:431

See Also:
Constant Field Values

kCSIdentityQueryEventResultsChanged

static final int kCSIdentityQueryEventResultsChanged
CSIdentityQueryEvent

Summary:
Results from executing an asynchronous query

Discussion:
Events generated during asynchronous query execution
Event generated when identities already in the query results have
been modified
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentityQuery.h:437

See Also:
Constant Field Values

kCSIdentityQueryEventResultsRemoved

static final int kCSIdentityQueryEventResultsRemoved
CSIdentityQueryEvent

Summary:
Results from executing an asynchronous query

Discussion:
Events generated during asynchronous query execution
Event generated when identities are removed from the query results
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentityQuery.h:442

See Also:
Constant Field Values

kCSIdentityQueryEventErrorOccurred

static final int kCSIdentityQueryEventErrorOccurred
CSIdentityQueryEvent

Summary:
Results from executing an asynchronous query

Discussion:
Events generated during asynchronous query execution
Used to report an error. Query execution stops (permanently) if
this event is sent.
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentityQuery.h:448

See Also:
Constant Field Values

kIconServices16PixelDataARGB

static final int kIconServices16PixelDataARGB
the ARGB bitmap must be non-premultiplied
uses kSmall32BitIconIndex and kSmallDeepMaskIconIndex
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:32

See Also:
Constant Field Values

kIconServices32PixelDataARGB

static final int kIconServices32PixelDataARGB
the ARGB bitmap must be non-premultiplied
uses kLarge32BitIconIndex and kLargeDeepMaskIconIndex
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:33

See Also:
Constant Field Values

kIconServices48PixelDataARGB

static final int kIconServices48PixelDataARGB
the ARGB bitmap must be non-premultiplied
uses kHuge32BitIconIndex and kHugeDeepMaskIconIndex
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:34

See Also:
Constant Field Values

kIconServices128PixelDataARGB

static final int kIconServices128PixelDataARGB
the ARGB bitmap must be non-premultiplied
uses kThumbnailDataIndex and kThumbnailMaskIndex
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:35

See Also:
Constant Field Values

kIconServices256PixelDataARGB

static final int kIconServices256PixelDataARGB
inside a 'icns' icon family
non-premultiplied 256x256 ARGB bitmap
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:41

See Also:
Constant Field Values

kIconServices512PixelDataARGB

static final int kIconServices512PixelDataARGB
inside a 'icns' icon family
non-premultiplied 512x512 ARGB bitmap
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:42

See Also:
Constant Field Values

kThumbnail32BitData

static final int kThumbnail32BitData
inside a 'icns' icon family
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:43

See Also:
Constant Field Values

kThumbnail8BitMask

static final int kThumbnail8BitMask
inside a 'icns' icon family
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:44

See Also:
Constant Field Values

kHuge1BitMask

static final int kHuge1BitMask
See Also:
Constant Field Values

kHuge4BitData

static final int kHuge4BitData
See Also:
Constant Field Values

kHuge8BitData

static final int kHuge8BitData
See Also:
Constant Field Values

kHuge32BitData

static final int kHuge32BitData
See Also:
Constant Field Values

kHuge8BitMask

static final int kHuge8BitMask
See Also:
Constant Field Values

kLarge1BitMask

static final int kLarge1BitMask
or as an icon element type inside a 'icns' icon family
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:58

See Also:
Constant Field Values

kLarge4BitData

static final int kLarge4BitData
or as an icon element type inside a 'icns' icon family
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:59

See Also:
Constant Field Values

kLarge8BitData

static final int kLarge8BitData
or as an icon element type inside a 'icns' icon family
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:60

See Also:
Constant Field Values

kLarge32BitData

static final int kLarge32BitData
or as an icon element type inside a 'icns' icon family
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:61

See Also:
Constant Field Values

kLarge8BitMask

static final int kLarge8BitMask
or as an icon element type inside a 'icns' icon family
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:62

See Also:
Constant Field Values

kSmall1BitMask

static final int kSmall1BitMask
or as an icon element type inside a 'icns' icon family
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:63

See Also:
Constant Field Values

kSmall4BitData

static final int kSmall4BitData
or as an icon element type inside a 'icns' icon family
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:64

See Also:
Constant Field Values

kSmall8BitData

static final int kSmall8BitData
or as an icon element type inside a 'icns' icon family
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:65

See Also:
Constant Field Values

kSmall32BitData

static final int kSmall32BitData
or as an icon element type inside a 'icns' icon family
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:66

See Also:
Constant Field Values

kSmall8BitMask

static final int kSmall8BitMask
or as an icon element type inside a 'icns' icon family
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:67

See Also:
Constant Field Values

kMini1BitMask

static final int kMini1BitMask
or as an icon element type inside a 'icns' icon family
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:68

See Also:
Constant Field Values

kMini4BitData

static final int kMini4BitData
or as an icon element type inside a 'icns' icon family
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:69

See Also:
Constant Field Values

kMini8BitData

static final int kMini8BitData
or as an icon element type inside a 'icns' icon family
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:70

See Also:
Constant Field Values

large1BitMask

static final int large1BitMask
Obsolete. Use names defined above.
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:75

See Also:
Constant Field Values

large4BitData

static final int large4BitData
Obsolete. Use names defined above.
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:76

See Also:
Constant Field Values

large8BitData

static final int large8BitData
Obsolete. Use names defined above.
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:77

See Also:
Constant Field Values

small1BitMask

static final int small1BitMask
Obsolete. Use names defined above.
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:78

See Also:
Constant Field Values

small4BitData

static final int small4BitData
Obsolete. Use names defined above.
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:79

See Also:
Constant Field Values

small8BitData

static final int small8BitData
Obsolete. Use names defined above.
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:80

See Also:
Constant Field Values

mini1BitMask

static final int mini1BitMask
Obsolete. Use names defined above.
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:81

See Also:
Constant Field Values

mini4BitData

static final int mini4BitData
Obsolete. Use names defined above.
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:82

See Also:
Constant Field Values

mini8BitData

static final int mini8BitData
Obsolete. Use names defined above.
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:83

See Also:
Constant Field Values

kIconFamilyType

static final int kIconFamilyType
See Also:
Constant Field Values

kTileIconVariant

static final int kTileIconVariant
or as a parameter to GetIconRefVariant
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:126

See Also:
Constant Field Values

kRolloverIconVariant

static final int kRolloverIconVariant
or as a parameter to GetIconRefVariant
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:127

See Also:
Constant Field Values

kDropIconVariant

static final int kDropIconVariant
or as a parameter to GetIconRefVariant
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:128

See Also:
Constant Field Values

kOpenIconVariant

static final int kOpenIconVariant
or as a parameter to GetIconRefVariant
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:129

See Also:
Constant Field Values

kOpenDropIconVariant

static final int kOpenDropIconVariant
or as a parameter to GetIconRefVariant
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/IconStorage.h:130

See Also:
Constant Field Values

kSystemSoundNoError

static final int kSystemSoundNoError
================================================================================
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SystemSound.h:36

See Also:
Constant Field Values

kSystemSoundUnspecifiedError

static final int kSystemSoundUnspecifiedError
================================================================================
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SystemSound.h:37

See Also:
Constant Field Values

kSystemSoundClientTimedOutError

static final int kSystemSoundClientTimedOutError
================================================================================
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SystemSound.h:38

See Also:
Constant Field Values

errWSInternalError

static final int errWSInternalError
An internal framework error
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/WSTypes.h:45

See Also:
Constant Field Values

errWSTransportError

static final int errWSTransportError
A network error occured
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/WSTypes.h:46

See Also:
Constant Field Values

errWSParseError

static final int errWSParseError
The server response wasn't valid XML
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/WSTypes.h:47

See Also:
Constant Field Values

errWSTimeoutError

static final int errWSTimeoutError
The invocation timed out
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/WSTypes.h:48

See Also:
Constant Field Values

kSleepRequest

static final int kSleepRequest
commands to SleepQRec sleepQProc
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:38

See Also:
Constant Field Values

kSleepDemand

static final int kSleepDemand
See Also:
Constant Field Values

kSleepWakeUp

static final int kSleepWakeUp
See Also:
Constant Field Values

kSleepRevoke

static final int kSleepRevoke
See Also:
Constant Field Values

kSleepUnlock

static final int kSleepUnlock
See Also:
Constant Field Values

kSleepDeny

static final int kSleepDeny
A non-zero value clients can use to deny requests
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:43

See Also:
Constant Field Values

kSleepNow

static final int kSleepNow
See Also:
Constant Field Values

kDozeDemand

static final int kDozeDemand
See Also:
Constant Field Values

kDozeWakeUp

static final int kDozeWakeUp
See Also:
Constant Field Values

kDozeRequest

static final int kDozeRequest
additional messages for Power Mgr 2.0
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:47

See Also:
Constant Field Values

kEnterStandby

static final int kEnterStandby
Idle Queue Only
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:48

See Also:
Constant Field Values

kEnterRun

static final int kEnterRun
Idle Queue Only
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:49

See Also:
Constant Field Values

kSuspendRequest

static final int kSuspendRequest
See Also:
Constant Field Values

kSuspendDemand

static final int kSuspendDemand
See Also:
Constant Field Values

kSuspendRevoke

static final int kSuspendRevoke
See Also:
Constant Field Values

kSuspendWakeUp

static final int kSuspendWakeUp
See Also:
Constant Field Values

kGetPowerLevel

static final int kGetPowerLevel
See Also:
Constant Field Values

kSetPowerLevel

static final int kSetPowerLevel
See Also:
Constant Field Values

kDeviceInitiatedWake

static final int kDeviceInitiatedWake
See Also:
Constant Field Values

kWakeToDoze

static final int kWakeToDoze
See Also:
Constant Field Values

kDozeToFullWakeUp

static final int kDozeToFullWakeUp
See Also:
Constant Field Values

kGetPowerInfo

static final int kGetPowerInfo
See Also:
Constant Field Values

kGetWakeOnNetInfo

static final int kGetWakeOnNetInfo
See Also:
Constant Field Values

kSuspendWakeToDoze

static final int kSuspendWakeToDoze
See Also:
Constant Field Values

kEnterIdle

static final int kEnterIdle
Idle Queue Only
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:62

See Also:
Constant Field Values

kStillIdle

static final int kStillIdle
Idle Queue Only
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:63

See Also:
Constant Field Values

kExitIdle

static final int kExitIdle
Idle Queue Only
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:64

See Also:
Constant Field Values

noCalls

static final int noCalls
SleepQRec.sleepQFlags
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:69

See Also:
Constant Field Values

noRequest

static final int noRequest
See Also:
Constant Field Values

slpQType

static final int slpQType
See Also:
Constant Field Values

sleepQType

static final int sleepQType
See Also:
Constant Field Values

OverallAct

static final int OverallAct
things depending on which Power Manager is currently running.
Delays idle sleep by small amount
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:83

See Also:
Constant Field Values

UsrActivity

static final int UsrActivity
things depending on which Power Manager is currently running.
Delays idle sleep and dimming by timeout time
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:84

See Also:
Constant Field Values

NetActivity

static final int NetActivity
things depending on which Power Manager is currently running.
Delays idle sleep and power cycling by small amount
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:85

See Also:
Constant Field Values

HDActivity

static final int HDActivity
things depending on which Power Manager is currently running.
Delays hard drive spindown and idle sleep by small amount
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:86

See Also:
Constant Field Values

IdleActivity

static final int IdleActivity
things depending on which Power Manager is currently running.
Delays idle sleep by timeout time
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:87

See Also:
Constant Field Values

kMediaModeOn

static final int kMediaModeOn
Storage Media sleep mode defines
Media active (Drive spinning and at full power)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:344

See Also:
Constant Field Values

kMediaModeStandBy

static final int kMediaModeStandBy
Storage Media sleep mode defines
Media standby (not implemented)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:345

See Also:
Constant Field Values

kMediaModeSuspend

static final int kMediaModeSuspend
Storage Media sleep mode defines
Media Idle (not implemented)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:346

See Also:
Constant Field Values

kMediaModeOff

static final int kMediaModeOff
Storage Media sleep mode defines
Media Sleep (Drive not spinning and at min power, max recovery time)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:347

See Also:
Constant Field Values

kMediaPowerCSCode

static final int kMediaPowerCSCode
See Also:
Constant Field Values

kHDQueuePostBit

static final int kHDQueuePostBit
definitions for HDQueueElement.hdFlags
1 = call this routine on the second pass
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:356

See Also:
Constant Field Values

kHDQueuePostMask

static final int kHDQueuePostMask
definitions for HDQueueElement.hdFlags
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:357

See Also:
Constant Field Values

sleepRequest

static final int sleepRequest
depreciated commands to SleepQRec sleepQProc
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:380

See Also:
Constant Field Values

sleepDemand

static final int sleepDemand
See Also:
Constant Field Values

sleepWakeUp

static final int sleepWakeUp
See Also:
Constant Field Values

sleepRevoke

static final int sleepRevoke
See Also:
Constant Field Values

sleepUnlock

static final int sleepUnlock
See Also:
Constant Field Values

sleepDeny

static final int sleepDeny
See Also:
Constant Field Values

sleepNow

static final int sleepNow
See Also:
Constant Field Values

dozeDemand

static final int dozeDemand
See Also:
Constant Field Values

dozeWakeUp

static final int dozeWakeUp
See Also:
Constant Field Values

dozeRequest

static final int dozeRequest
See Also:
Constant Field Values

enterStandby

static final int enterStandby
See Also:
Constant Field Values

enterRun

static final int enterRun
See Also:
Constant Field Values

suspendRequestMsg

static final int suspendRequestMsg
See Also:
Constant Field Values

suspendDemandMsg

static final int suspendDemandMsg
See Also:
Constant Field Values

suspendRevokeMsg

static final int suspendRevokeMsg
See Also:
Constant Field Values

suspendWakeUpMsg

static final int suspendWakeUpMsg
See Also:
Constant Field Values

getPowerLevel

static final int getPowerLevel
See Also:
Constant Field Values

setPowerLevel

static final int setPowerLevel
See Also:
Constant Field Values

kPMDevicePowerLevel_On

static final int kPMDevicePowerLevel_On
Power levels corresponding to PCI Bus Power Management Interface Spec (PMIS)
fully-powered 'On' state (D0 state)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:404

See Also:
Constant Field Values

kPMDevicePowerLevel_D1

static final int kPMDevicePowerLevel_D1
Power levels corresponding to PCI Bus Power Management Interface Spec (PMIS)
not used by Apple system SW
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:405

See Also:
Constant Field Values

kPMDevicePowerLevel_D2

static final int kPMDevicePowerLevel_D2
Power levels corresponding to PCI Bus Power Management Interface Spec (PMIS)
not used by Apple system SW
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:406

See Also:
Constant Field Values

kPMDevicePowerLevel_Off

static final int kPMDevicePowerLevel_Off
Power levels corresponding to PCI Bus Power Management Interface Spec (PMIS)
main PCI bus power 'Off', but PCI standby power available (D3cold state)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:407

See Also:
Constant Field Values

modemOnBit

static final int modemOnBit
Power Mgt Apple Event types and errors
Bit positions for ModemByte
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:446

See Also:
Constant Field Values

ringWakeUpBit

static final int ringWakeUpBit
Power Mgt Apple Event types and errors
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:447

See Also:
Constant Field Values

modemInstalledBit

static final int modemInstalledBit
Power Mgt Apple Event types and errors
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:448

See Also:
Constant Field Values

ringDetectBit

static final int ringDetectBit
Power Mgt Apple Event types and errors
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:449

See Also:
Constant Field Values

modemOnHookBit

static final int modemOnHookBit
Power Mgt Apple Event types and errors
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:450

See Also:
Constant Field Values

modemOnMask

static final int modemOnMask
masks for ModemByte
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:455

See Also:
Constant Field Values

ringWakeUpMask

static final int ringWakeUpMask
See Also:
Constant Field Values

modemInstalledMask

static final int modemInstalledMask
See Also:
Constant Field Values

ringDetectMask

static final int ringDetectMask
See Also:
Constant Field Values

modemOnHookMask

static final int modemOnHookMask
See Also:
Constant Field Values

chargerConnBit

static final int chargerConnBit
bit positions for BatteryByte
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:464

See Also:
Constant Field Values

hiChargeBit

static final int hiChargeBit
See Also:
Constant Field Values

chargeOverFlowBit

static final int chargeOverFlowBit
See Also:
Constant Field Values

batteryDeadBit

static final int batteryDeadBit
See Also:
Constant Field Values

batteryLowBit

static final int batteryLowBit
See Also:
Constant Field Values

connChangedBit

static final int connChangedBit
See Also:
Constant Field Values

chargerConnMask

static final int chargerConnMask
masks for BatteryByte
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:474

See Also:
Constant Field Values

hiChargeMask

static final int hiChargeMask
See Also:
Constant Field Values

chargeOverFlowMask

static final int chargeOverFlowMask
See Also:
Constant Field Values

batteryDeadMask

static final int batteryDeadMask
See Also:
Constant Field Values

batteryLowMask

static final int batteryLowMask
See Also:
Constant Field Values

connChangedMask

static final int connChangedMask
See Also:
Constant Field Values

MediaBaySndEnBit

static final int MediaBaySndEnBit
bit positions for SoundMixerByte
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:484

See Also:
Constant Field Values

PCISndEnBit

static final int PCISndEnBit
See Also:
Constant Field Values

ZVSndEnBit

static final int ZVSndEnBit
See Also:
Constant Field Values

PCCardSndEnBit

static final int PCCardSndEnBit
See Also:
Constant Field Values

MediaBaySndEnMask

static final int MediaBaySndEnMask
masks for SoundMixerByte
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:492

See Also:
Constant Field Values

PCISndEnMask

static final int PCISndEnMask
See Also:
Constant Field Values

ZVSndEnMask

static final int ZVSndEnMask
See Also:
Constant Field Values

PCCardSndEnMask

static final int PCCardSndEnMask
See Also:
Constant Field Values

kAEMacPowerMgtEvt

static final int kAEMacPowerMgtEvt
power mgt class
event ids
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:500

See Also:
Constant Field Values

kAEMacToWake

static final int kAEMacToWake
See Also:
Constant Field Values

kAEMacLowPowerSaveData

static final int kAEMacLowPowerSaveData
See Also:
Constant Field Values

kAEMacEmergencySleep

static final int kAEMacEmergencySleep
See Also:
Constant Field Values

kAEMacEmergencyShutdown

static final int kAEMacEmergencyShutdown
See Also:
Constant Field Values

kDeviceDidNotWakeMachine

static final int kDeviceDidNotWakeMachine
These are result values returned by a Power Handler when queries
by the Power Mgr if the device which that Power Handler represents
woke the machine.
device did NOT wake machine
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:514

See Also:
Constant Field Values

kDeviceRequestsFullWake

static final int kDeviceRequestsFullWake
These are result values returned by a Power Handler when queries
by the Power Mgr if the device which that Power Handler represents
woke the machine.
device did wake machine and requests full wakeup
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:515

See Also:
Constant Field Values

kDeviceRequestsWakeToDoze

static final int kDeviceRequestsWakeToDoze
These are result values returned by a Power Handler when queries
by the Power Mgr if the device which that Power Handler represents
woke the machine.
device did wake machine and requests partial wakeup
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:516

See Also:
Constant Field Values

hasWakeupTimer

static final int hasWakeupTimer
bits in bitfield returned by PMFeatures
1=wakeup timer is supported
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:521

See Also:
Constant Field Values

hasSharedModemPort

static final int hasSharedModemPort
bits in bitfield returned by PMFeatures
1=modem port shared by SCC and internal modem
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:522

See Also:
Constant Field Values

hasProcessorCycling

static final int hasProcessorCycling
bits in bitfield returned by PMFeatures
1=processor cycling is supported
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:523

See Also:
Constant Field Values

mustProcessorCycle

static final int mustProcessorCycle
bits in bitfield returned by PMFeatures
1=processor cycling should not be turned off
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:524

See Also:
Constant Field Values

hasReducedSpeed

static final int hasReducedSpeed
bits in bitfield returned by PMFeatures
1=processor can be started up at reduced speed
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:525

See Also:
Constant Field Values

dynamicSpeedChange

static final int dynamicSpeedChange
bits in bitfield returned by PMFeatures
1=processor speed can be switched dynamically
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:526

See Also:
Constant Field Values

hasSCSIDiskMode

static final int hasSCSIDiskMode
bits in bitfield returned by PMFeatures
1=SCSI Disk Mode is supported
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:527

See Also:
Constant Field Values

canGetBatteryTime

static final int canGetBatteryTime
bits in bitfield returned by PMFeatures
1=battery time can be calculated
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:528

See Also:
Constant Field Values

canWakeupOnRing

static final int canWakeupOnRing
bits in bitfield returned by PMFeatures
1=can wakeup when the modem detects a ring
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:529

See Also:
Constant Field Values

hasDimmingSupport

static final int hasDimmingSupport
bits in bitfield returned by PMFeatures
1=has dimming support built in (DPMS standby by default)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:530

See Also:
Constant Field Values

hasStartupTimer

static final int hasStartupTimer
bits in bitfield returned by PMFeatures
1=startup timer is supported
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:531

See Also:
Constant Field Values

hasChargeNotification

static final int hasChargeNotification
bits in bitfield returned by PMFeatures
1=client can determine of charge connect status change notifications available
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:532

See Also:
Constant Field Values

hasDimSuspendSupport

static final int hasDimSuspendSupport
bits in bitfield returned by PMFeatures
1=supports dimming LCD and CRT to DPMS suspend state
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:533

See Also:
Constant Field Values

hasWakeOnNetActivity

static final int hasWakeOnNetActivity
bits in bitfield returned by PMFeatures
1=hardware supports wake on network activity
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:534

See Also:
Constant Field Values

hasWakeOnLid

static final int hasWakeOnLid
bits in bitfield returned by PMFeatures
1=hardware can wake when opened
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:535

See Also:
Constant Field Values

canPowerOffPCIBus

static final int canPowerOffPCIBus
bits in bitfield returned by PMFeatures
1=hardware can power off PCI bus during sleep if cards allow
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:536

See Also:
Constant Field Values

hasDeepSleep

static final int hasDeepSleep
bits in bitfield returned by PMFeatures
1=hardware supports deep sleep (hibernation) mode
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:537

See Also:
Constant Field Values

hasSleep

static final int hasSleep
bits in bitfield returned by PMFeatures
1=hardware supports normal (PowerBook-like) sleep
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:538

See Also:
Constant Field Values

supportsServerModeAPIs

static final int supportsServerModeAPIs
bits in bitfield returned by PMFeatures
1=hardware supports server mode API routines
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:539

See Also:
Constant Field Values

supportsUPSIntegration

static final int supportsUPSIntegration
bits in bitfield returned by PMFeatures
1=hardware support UPS integration and reporting
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:540

See Also:
Constant Field Values

hasAggressiveIdling

static final int hasAggressiveIdling
bits in bitfield returned by PMFeatures
1=Power Manager only resets OverallAct on UsrActvity
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:541

See Also:
Constant Field Values

supportsIdleQueue

static final int supportsIdleQueue
bits in bitfield returned by PMFeatures
1=Power Manager supports the idle queue
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:542

See Also:
Constant Field Values

hasInternalModem

static final int hasInternalModem
bits in bitfield returned by GetIntModemInfo and set by SetIntModemState
1=internal modem installed
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:547

See Also:
Constant Field Values

intModemRingDetect

static final int intModemRingDetect
bits in bitfield returned by GetIntModemInfo and set by SetIntModemState
1=internal modem has detected a ring
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:548

See Also:
Constant Field Values

intModemOffHook

static final int intModemOffHook
bits in bitfield returned by GetIntModemInfo and set by SetIntModemState
1=internal modem is off hook
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:549

See Also:
Constant Field Values

intModemRingWakeEnb

static final int intModemRingWakeEnb
bits in bitfield returned by GetIntModemInfo and set by SetIntModemState
1=wakeup on ring is enabled
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:550

See Also:
Constant Field Values

extModemSelected

static final int extModemSelected
bits in bitfield returned by GetIntModemInfo and set by SetIntModemState
1=external modem selected
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:551

See Also:
Constant Field Values

modemSetBit

static final int modemSetBit
bits in bitfield returned by GetIntModemInfo and set by SetIntModemState
1=set bit, 0=clear bit (SetIntModemState)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:552

See Also:
Constant Field Values

batteryInstalled

static final int batteryInstalled
("chargerConnected" doesn't mean the charger is plugged in)
1=battery is currently connected
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:558

See Also:
Constant Field Values

batteryCharging

static final int batteryCharging
("chargerConnected" doesn't mean the charger is plugged in)
1=battery is being charged
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:559

See Also:
Constant Field Values

chargerConnected

static final int chargerConnected
("chargerConnected" doesn't mean the charger is plugged in)
1=charger is connected to the PowerBook
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:560

See Also:
Constant Field Values

upsConnected

static final int upsConnected
("chargerConnected" doesn't mean the charger is plugged in)
1=there is a UPS connected
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:561

See Also:
Constant Field Values

upsIsPowerSource

static final int upsIsPowerSource
("chargerConnected" doesn't mean the charger is plugged in)
1=UPS is source of power
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:562

See Also:
Constant Field Values

HDPwrQType

static final int HDPwrQType
'HD' hard disk spindown queue element type
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:566

See Also:
Constant Field Values

PMgrStateQType

static final int PMgrStateQType
'PM' Power Manager state queue element type
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:567

See Also:
Constant Field Values

pmSleepTimeoutChanged

static final int pmSleepTimeoutChanged
client notification bits in PMgrQueueElement.pmNotifyBits
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:572

See Also:
Constant Field Values

pmSleepEnableChanged

static final int pmSleepEnableChanged
client notification bits in PMgrQueueElement.pmNotifyBits
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:573

See Also:
Constant Field Values

pmHardDiskTimeoutChanged

static final int pmHardDiskTimeoutChanged
client notification bits in PMgrQueueElement.pmNotifyBits
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:574

See Also:
Constant Field Values

pmHardDiskSpindownChanged

static final int pmHardDiskSpindownChanged
client notification bits in PMgrQueueElement.pmNotifyBits
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:575

See Also:
Constant Field Values

pmDimmingTimeoutChanged

static final int pmDimmingTimeoutChanged
client notification bits in PMgrQueueElement.pmNotifyBits
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:576

See Also:
Constant Field Values

pmDimmingEnableChanged

static final int pmDimmingEnableChanged
client notification bits in PMgrQueueElement.pmNotifyBits
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:577

See Also:
Constant Field Values

pmDiskModeAddressChanged

static final int pmDiskModeAddressChanged
client notification bits in PMgrQueueElement.pmNotifyBits
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:578

See Also:
Constant Field Values

pmProcessorCyclingChanged

static final int pmProcessorCyclingChanged
client notification bits in PMgrQueueElement.pmNotifyBits
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:579

See Also:
Constant Field Values

pmProcessorSpeedChanged

static final int pmProcessorSpeedChanged
client notification bits in PMgrQueueElement.pmNotifyBits
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:580

See Also:
Constant Field Values

pmWakeupTimerChanged

static final int pmWakeupTimerChanged
client notification bits in PMgrQueueElement.pmNotifyBits
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:581

See Also:
Constant Field Values

pmStartupTimerChanged

static final int pmStartupTimerChanged
client notification bits in PMgrQueueElement.pmNotifyBits
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:582

See Also:
Constant Field Values

pmHardDiskPowerRemovedbyUser

static final int pmHardDiskPowerRemovedbyUser
client notification bits in PMgrQueueElement.pmNotifyBits
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:583

See Also:
Constant Field Values

pmChargeStatusChanged

static final int pmChargeStatusChanged
client notification bits in PMgrQueueElement.pmNotifyBits
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:584

See Also:
Constant Field Values

pmPowerLevelChanged

static final int pmPowerLevelChanged
client notification bits in PMgrQueueElement.pmNotifyBits
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:585

See Also:
Constant Field Values

pmWakeOnNetActivityChanged

static final int pmWakeOnNetActivityChanged
client notification bits in PMgrQueueElement.pmNotifyBits
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:586

See Also:
Constant Field Values

pmSleepTimeoutChangedMask

static final int pmSleepTimeoutChangedMask
See Also:
Constant Field Values

pmSleepEnableChangedMask

static final int pmSleepEnableChangedMask
See Also:
Constant Field Values

pmHardDiskTimeoutChangedMask

static final int pmHardDiskTimeoutChangedMask
See Also:
Constant Field Values

pmHardDiskSpindownChangedMask

static final int pmHardDiskSpindownChangedMask
See Also:
Constant Field Values

pmDimmingTimeoutChangedMask

static final int pmDimmingTimeoutChangedMask
See Also:
Constant Field Values

pmDimmingEnableChangedMask

static final int pmDimmingEnableChangedMask
See Also:
Constant Field Values

pmDiskModeAddressChangedMask

static final int pmDiskModeAddressChangedMask
See Also:
Constant Field Values

pmProcessorCyclingChangedMask

static final int pmProcessorCyclingChangedMask
See Also:
Constant Field Values

pmProcessorSpeedChangedMask

static final int pmProcessorSpeedChangedMask
See Also:
Constant Field Values

pmWakeupTimerChangedMask

static final int pmWakeupTimerChangedMask
See Also:
Constant Field Values

pmStartupTimerChangedMask

static final int pmStartupTimerChangedMask
See Also:
Constant Field Values

pmHardDiskPowerRemovedbyUserMask

static final int pmHardDiskPowerRemovedbyUserMask
See Also:
Constant Field Values

pmChargeStatusChangedMask

static final int pmChargeStatusChangedMask
See Also:
Constant Field Values

pmPowerLevelChangedMask

static final int pmPowerLevelChangedMask
See Also:
Constant Field Values

pmWakeOnNetActivityChangedMask

static final int pmWakeOnNetActivityChangedMask
See Also:
Constant Field Values

kUseDefaultMinimumWakeTime

static final int kUseDefaultMinimumWakeTime
Defaults to 5 minutes
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:616

See Also:
Constant Field Values

kPowerSummaryVersion

static final int kPowerSummaryVersion
Version of PowerSummary structure.
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:617

See Also:
Constant Field Values

kDevicePowerInfoVersion

static final int kDevicePowerInfoVersion
Version of DevicePowerInfo structure.
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:618

See Also:
Constant Field Values

kPCIPowerOffAllowed

static final int kPCIPowerOffAllowed
PowerSummary flags
PCI power off is allowed.
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:623

See Also:
Constant Field Values

kDevicePCIPowerOffAllowed

static final int kDevicePCIPowerOffAllowed
DevicePowerInfo flags
PCI power off is allowed for device.
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:628

See Also:
Constant Field Values

kDeviceSupportsPMIS

static final int kDeviceSupportsPMIS
Device supports Power Mgt Interface Spec.
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:629

See Also:
Constant Field Values

kDeviceCanAssertPMEDuringSleep

static final int kDeviceCanAssertPMEDuringSleep
Device can assert PME# during sleep.
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:630

See Also:
Constant Field Values

kDeviceUsesCommonLogicPower

static final int kDeviceUsesCommonLogicPower
Device uses common-logic power
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:631

See Also:
Constant Field Values

kDeviceDriverPresent

static final int kDeviceDriverPresent
Driver present for device.
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:632

See Also:
Constant Field Values

kDeviceDriverSupportsPowerMgt

static final int kDeviceDriverSupportsPowerMgt
Driver installed a power handler.
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:633

See Also:
Constant Field Values

scInc

static final int scInc
TIB opcodes
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:37

See Also:
Constant Field Values

scNoInc

static final int scNoInc
TIB opcodes
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:38

See Also:
Constant Field Values

scAdd

static final int scAdd
TIB opcodes
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:39

See Also:
Constant Field Values

scMove

static final int scMove
TIB opcodes
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:40

See Also:
Constant Field Values

scLoop

static final int scLoop
TIB opcodes
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:41

See Also:
Constant Field Values

scNop

static final int scNop
TIB opcodes
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:42

See Also:
Constant Field Values

scStop

static final int scStop
TIB opcodes
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:43

See Also:
Constant Field Values

scComp

static final int scComp
TIB opcodes
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:44

See Also:
Constant Field Values

scsiVERSION

static final int scsiVERSION
See Also:
Constant Field Values

SCSINop

static final int SCSINop
SCSI Manager 4.3 function codes
Execute nothing
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:248

See Also:
Constant Field Values

SCSIExecIO

static final int SCSIExecIO
SCSI Manager 4.3 function codes
Execute the specified IO
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:249

See Also:
Constant Field Values

SCSIBusInquiry

static final int SCSIBusInquiry
SCSI Manager 4.3 function codes
Get parameters for entire path of HBAs
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:250

See Also:
Constant Field Values

SCSIReleaseQ

static final int SCSIReleaseQ
SCSI Manager 4.3 function codes
Release the frozen SIM queue for particular LUN
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:251

See Also:
Constant Field Values

SCSIAbortCommand

static final int SCSIAbortCommand
SCSI Manager 4.3 function codes
Abort the selected Control Block
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:252

See Also:
Constant Field Values

SCSIResetBus

static final int SCSIResetBus
SCSI Manager 4.3 function codes
Reset the SCSI bus
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:253

See Also:
Constant Field Values

SCSIResetDevice

static final int SCSIResetDevice
SCSI Manager 4.3 function codes
Reset the SCSI device
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:254

See Also:
Constant Field Values

SCSITerminateIO

static final int SCSITerminateIO
SCSI Manager 4.3 function codes
Terminate any pending IO
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:255

See Also:
Constant Field Values

vendorUnique

static final int vendorUnique
0xC0 thru 0xFF
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:259

See Also:
Constant Field Values

handshakeDataLength

static final int handshakeDataLength
Allocation length defines for some of the fields
Handshake data length
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:265

See Also:
Constant Field Values

maxCDBLength

static final int maxCDBLength
Allocation length defines for some of the fields
Space for the CDB bytes/pointer
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:266

See Also:
Constant Field Values

vendorIDLength

static final int vendorIDLength
Allocation length defines for some of the fields
ASCII string len for Vendor ID
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:267

See Also:
Constant Field Values

kBusTypeSCSI

static final int kBusTypeSCSI
know if you see any.
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:285

See Also:
Constant Field Values

kBusTypeATA

static final int kBusTypeATA
know if you see any.
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:286

See Also:
Constant Field Values

kBusTypePCMCIA

static final int kBusTypePCMCIA
know if you see any.
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:287

See Also:
Constant Field Values

kBusTypeMediaBay

static final int kBusTypeMediaBay
know if you see any.
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:288

See Also:
Constant Field Values

scsiTransferBlind

static final int scsiTransferBlind
Defines for the scsiTransferType field
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:625

See Also:
Constant Field Values

scsiTransferPolled

static final int scsiTransferPolled
Defines for the scsiTransferType field
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:626

See Also:
Constant Field Values

scsiErrorBase

static final int scsiErrorBase
See Also:
Constant Field Values

scsiRequestInProgress

static final int scsiRequestInProgress
1 = PB request is in progress
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:634

See Also:
Constant Field Values

scsiRequestAborted

static final int scsiRequestAborted
Execution failed 00-2F
-7934 = PB request aborted by the host
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:636

See Also:
Constant Field Values

scsiUnableToAbort

static final int scsiUnableToAbort
-7933 = Unable to Abort PB request
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:637

See Also:
Constant Field Values

scsiNonZeroStatus

static final int scsiNonZeroStatus
-7932 = PB request completed with an err
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:638

See Also:
Constant Field Values

scsiUnused05

static final int scsiUnused05
-7931 =
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:639

See Also:
Constant Field Values

scsiUnused06

static final int scsiUnused06
-7930 =
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:640

See Also:
Constant Field Values

scsiUnused07

static final int scsiUnused07
-7929 =
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:641

See Also:
Constant Field Values

scsiUnused08

static final int scsiUnused08
-7928 =
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:642

See Also:
Constant Field Values

scsiUnableToTerminate

static final int scsiUnableToTerminate
-7927 = Unable to Terminate I/O PB req
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:643

See Also:
Constant Field Values

scsiSelectTimeout

static final int scsiSelectTimeout
-7926 = Target selection timeout
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:644

See Also:
Constant Field Values

scsiCommandTimeout

static final int scsiCommandTimeout
-7925 = Command timeout
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:645

See Also:
Constant Field Values

scsiIdentifyMessageRejected

static final int scsiIdentifyMessageRejected
-7924 =
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:646

See Also:
Constant Field Values

scsiMessageRejectReceived

static final int scsiMessageRejectReceived
-7923 = Message reject received
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:647

See Also:
Constant Field Values

scsiSCSIBusReset

static final int scsiSCSIBusReset
-7922 = SCSI bus reset sent/received
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:648

See Also:
Constant Field Values

scsiParityError

static final int scsiParityError
-7921 = Uncorrectable parity error occured
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:649

See Also:
Constant Field Values

scsiAutosenseFailed

static final int scsiAutosenseFailed
-7920 = Autosense: Request sense cmd fail
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:650

See Also:
Constant Field Values

scsiUnused11

static final int scsiUnused11
-7919 =
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:651

See Also:
Constant Field Values

scsiDataRunError

static final int scsiDataRunError
-7918 = Data overrun/underrun error
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:652

See Also:
Constant Field Values

scsiUnexpectedBusFree

static final int scsiUnexpectedBusFree
-7917 = Unexpected BUS free
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:653

See Also:
Constant Field Values

scsiSequenceFailed

static final int scsiSequenceFailed
-7916 = Target bus phase sequence failure
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:654

See Also:
Constant Field Values

scsiWrongDirection

static final int scsiWrongDirection
-7915 = Data phase was in wrong direction
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:655

See Also:
Constant Field Values

scsiUnused16

static final int scsiUnused16
-7914 =
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:656

See Also:
Constant Field Values

scsiBDRsent

static final int scsiBDRsent
-7913 = A SCSI BDR msg was sent to target
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:657

See Also:
Constant Field Values

scsiTerminated

static final int scsiTerminated
-7912 = PB request terminated by the host
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:658

See Also:
Constant Field Values

scsiNoNexus

static final int scsiNoNexus
-7911 = Nexus is not established
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:659

See Also:
Constant Field Values

scsiCDBReceived

static final int scsiCDBReceived
-7910 = The SCSI CDB has been received
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:660

See Also:
Constant Field Values

scsiTooManyBuses

static final int scsiTooManyBuses
Couldn't begin execution 30-3F
-7888 = Register failed because we're full
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:662

See Also:
Constant Field Values

scsiBusy

static final int scsiBusy
-7887 = SCSI subsystem is busy
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:663

See Also:
Constant Field Values

scsiProvideFail

static final int scsiProvideFail
-7886 = Unable to provide requ. capability
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:664

See Also:
Constant Field Values

scsiDeviceNotThere

static final int scsiDeviceNotThere
-7885 = SCSI device not installed/there
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:665

See Also:
Constant Field Values

scsiNoHBA

static final int scsiNoHBA
-7884 = No HBA detected Error
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:666

See Also:
Constant Field Values

scsiDeviceConflict

static final int scsiDeviceConflict
-7883 = sorry, max 1 refNum per DeviceIdent
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:667

See Also:
Constant Field Values

scsiNoSuchXref

static final int scsiNoSuchXref
-7882 = no such RefNum xref
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:668

See Also:
Constant Field Values

scsiQLinkInvalid

static final int scsiQLinkInvalid
-7881 = pre-linked PBs not supported
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:669

See Also:
Constant Field Values

scsiPBLengthError

static final int scsiPBLengthError
Parameter errors 40-7F
-7872 = (scsiPBLength is insuf'ct/invalid
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:672

See Also:
Constant Field Values

scsiFunctionNotAvailable

static final int scsiFunctionNotAvailable
-7871 = The requ. func is not available
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:673

See Also:
Constant Field Values

scsiRequestInvalid

static final int scsiRequestInvalid
-7870 = PB request is invalid
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:674

See Also:
Constant Field Values

scsiBusInvalid

static final int scsiBusInvalid
-7869 = Bus ID supplied is invalid
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:675

See Also:
Constant Field Values

scsiTIDInvalid

static final int scsiTIDInvalid
-7868 = Target ID supplied is invalid
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:676

See Also:
Constant Field Values

scsiLUNInvalid

static final int scsiLUNInvalid
-7867 = LUN supplied is invalid
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:677

See Also:
Constant Field Values

scsiIDInvalid

static final int scsiIDInvalid
-7866 = The initiator ID is invalid
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:678

See Also:
Constant Field Values

scsiDataTypeInvalid

static final int scsiDataTypeInvalid
-7865 = scsiDataType requested not supported
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:679

See Also:
Constant Field Values

scsiTransferTypeInvalid

static final int scsiTransferTypeInvalid
-7864 = scsiTransferType field is too high
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:680

See Also:
Constant Field Values

scsiCDBLengthInvalid

static final int scsiCDBLengthInvalid
-7863 = scsiCDBLength field is too big
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:681

See Also:
Constant Field Values

scsiUnused74

static final int scsiUnused74
New errors for SCSI Family
-7862 =
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:686

See Also:
Constant Field Values

scsiUnused75

static final int scsiUnused75
New errors for SCSI Family
-7861 =
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:687

See Also:
Constant Field Values

scsiBadDataLength

static final int scsiBadDataLength
New errors for SCSI Family
-7860 = a zero data length in PB
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:688

See Also:
Constant Field Values

scsiPartialPrepared

static final int scsiPartialPrepared
New errors for SCSI Family
-7859 = could not do full prepare mem for I/O
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:689

See Also:
Constant Field Values

scsiInvalidMsgType

static final int scsiInvalidMsgType
New errors for SCSI Family
-7858 = Invalid message type (internal)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:690

See Also:
Constant Field Values

scsiUnused79

static final int scsiUnused79
New errors for SCSI Family
-7857 =
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:691

See Also:
Constant Field Values

scsiBadConnID

static final int scsiBadConnID
New errors for SCSI Family
-7856 = Bad Connection ID
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:692

See Also:
Constant Field Values

scsiUnused81

static final int scsiUnused81
New errors for SCSI Family
-7855 =
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:693

See Also:
Constant Field Values

scsiIOInProgress

static final int scsiIOInProgress
New errors for SCSI Family
-7854 = Can't close conn, IO in prog
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:694

See Also:
Constant Field Values

scsiTargetReserved

static final int scsiTargetReserved
New errors for SCSI Family
-7853 = Target already reserved
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:695

See Also:
Constant Field Values

scsiUnused84

static final int scsiUnused84
New errors for SCSI Family
-7852 =
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:696

See Also:
Constant Field Values

scsiUnused85

static final int scsiUnused85
New errors for SCSI Family
-7851 =
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:697

See Also:
Constant Field Values

scsiBadConnType

static final int scsiBadConnType
New errors for SCSI Family
-7850 = Bad connection type
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:698

See Also:
Constant Field Values

scsiCannotLoadPlugin

static final int scsiCannotLoadPlugin
New errors for SCSI Family
-7849 = No matching service category
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:699

See Also:
Constant Field Values

scsiFamilyInternalError

static final int scsiFamilyInternalError
scsiFamilyInternalError and scsiPluginInternalError are intended to handle consistency check failures.
For example, if the family stores a record on a lookaside queue, but does not find that record
it can use this error to report this failure. SCSI Manager 4.3 uses dsIOCoreErr in a few places,
but this is probably not the best error. In general, internal errors should be reported as bugs.
* The following range of errors is provided for third-party (non-Apple) SCSI SIM and device driver vendors.
In general, they would be used for error conditions that are not covered by the standardized errors.
They should not normally be conveyed to normal applications, but might be used for communication between
a plug-in and a vendor-provided device driver (for example, to manage RAID hot-swapping).
* Note: I don't know how many SCSI errors are reserved in the error code architecture. Don't assume that
we'll actually get sixteen, but we should reserve at least one.
-7849 = Internal consistency check failed
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:718

See Also:
Constant Field Values

scsiPluginInternalError

static final int scsiPluginInternalError
scsiFamilyInternalError and scsiPluginInternalError are intended to handle consistency check failures.
For example, if the family stores a record on a lookaside queue, but does not find that record
it can use this error to report this failure. SCSI Manager 4.3 uses dsIOCoreErr in a few places,
but this is probably not the best error. In general, internal errors should be reported as bugs.
* The following range of errors is provided for third-party (non-Apple) SCSI SIM and device driver vendors.
In general, they would be used for error conditions that are not covered by the standardized errors.
They should not normally be conveyed to normal applications, but might be used for communication between
a plug-in and a vendor-provided device driver (for example, to manage RAID hot-swapping).
* Note: I don't know how many SCSI errors are reserved in the error code architecture. Don't assume that
we'll actually get sixteen, but we should reserve at least one.
-7848 = Internal consistency check failed
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:719

See Also:
Constant Field Values

scsiVendorSpecificErrorBase

static final int scsiVendorSpecificErrorBase
scsiFamilyInternalError and scsiPluginInternalError are intended to handle consistency check failures.
For example, if the family stores a record on a lookaside queue, but does not find that record
it can use this error to report this failure. SCSI Manager 4.3 uses dsIOCoreErr in a few places,
but this is probably not the best error. In general, internal errors should be reported as bugs.
* The following range of errors is provided for third-party (non-Apple) SCSI SIM and device driver vendors.
In general, they would be used for error conditions that are not covered by the standardized errors.
They should not normally be conveyed to normal applications, but might be used for communication between
a plug-in and a vendor-provided device driver (for example, to manage RAID hot-swapping).
* Note: I don't know how many SCSI errors are reserved in the error code architecture. Don't assume that
we'll actually get sixteen, but we should reserve at least one.
?? = Start of third-party error range
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:720

See Also:
Constant Field Values

scsiVendorSpecificErrorCount

static final int scsiVendorSpecificErrorCount
scsiFamilyInternalError and scsiPluginInternalError are intended to handle consistency check failures.
For example, if the family stores a record on a lookaside queue, but does not find that record
it can use this error to report this failure. SCSI Manager 4.3 uses dsIOCoreErr in a few places,
but this is probably not the best error. In general, internal errors should be reported as bugs.
* The following range of errors is provided for third-party (non-Apple) SCSI SIM and device driver vendors.
In general, they would be used for error conditions that are not covered by the standardized errors.
They should not normally be conveyed to normal applications, but might be used for communication between
a plug-in and a vendor-provided device driver (for example, to manage RAID hot-swapping).
* Note: I don't know how many SCSI errors are reserved in the error code architecture. Don't assume that
we'll actually get sixteen, but we should reserve at least one.
Number of third-party errors
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:721

See Also:
Constant Field Values

scsiExecutionErrors

static final int scsiExecutionErrors
---
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:726

See Also:
Constant Field Values

scsiNotExecutedErrors

static final int scsiNotExecutedErrors
---
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:727

See Also:
Constant Field Values

scsiParameterErrors

static final int scsiParameterErrors
---
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:728

See Also:
Constant Field Values

scsiSIMQFrozen

static final int scsiSIMQFrozen
Defines for the scsiResultFlags field
The SIM queue is frozen w/this err
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:733

See Also:
Constant Field Values

scsiAutosenseValid

static final int scsiAutosenseValid
Defines for the scsiResultFlags field
Autosense data valid for target
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:734

See Also:
Constant Field Values

scsiBusNotFree

static final int scsiBusNotFree
Defines for the scsiResultFlags field
At time of callback, SCSI bus is not free
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:735

See Also:
Constant Field Values

kbSCSIDisableAutosense

static final int kbSCSIDisableAutosense
Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
Disable auto sense feature
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:740

See Also:
Constant Field Values

kbSCSIFlagReservedA

static final int kbSCSIFlagReservedA
Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:741

See Also:
Constant Field Values

kbSCSIFlagReserved0

static final int kbSCSIFlagReserved0
Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:742

See Also:
Constant Field Values

kbSCSICDBLinked

static final int kbSCSICDBLinked
Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
The PB contains a linked CDB
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:743

See Also:
Constant Field Values

kbSCSIQEnable

static final int kbSCSIQEnable
Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
Target queue actions are enabled
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:744

See Also:
Constant Field Values

kbSCSICDBIsPointer

static final int kbSCSICDBIsPointer
Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
The CDB field contains a pointer
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:745

See Also:
Constant Field Values

kbSCSIFlagReserved1

static final int kbSCSIFlagReserved1
Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:746

See Also:
Constant Field Values

kbSCSIInitiateSyncData

static final int kbSCSIInitiateSyncData
Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
Attempt Sync data xfer and SDTR
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:747

See Also:
Constant Field Values

kbSCSIDisableSyncData

static final int kbSCSIDisableSyncData
Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
Disable sync, go to async
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:748

See Also:
Constant Field Values

kbSCSISIMQHead

static final int kbSCSISIMQHead
Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
Place PB at the head of SIM Q
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:749

See Also:
Constant Field Values

kbSCSISIMQFreeze

static final int kbSCSISIMQFreeze
Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
Return the SIM Q to frozen state
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:750

See Also:
Constant Field Values

kbSCSISIMQNoFreeze

static final int kbSCSISIMQNoFreeze
Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
Disallow SIM Q freezing
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:751

See Also:
Constant Field Values

kbSCSIDoDisconnect

static final int kbSCSIDoDisconnect
Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
Definitely do disconnect
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:752

See Also:
Constant Field Values

kbSCSIDontDisconnect

static final int kbSCSIDontDisconnect
Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
Definitely don't disconnect
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:753

See Also:
Constant Field Values

kbSCSIDataReadyForDMA

static final int kbSCSIDataReadyForDMA
Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
Data buffer(s) are ready for DMA
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:754

See Also:
Constant Field Values

kbSCSIFlagReserved3

static final int kbSCSIFlagReserved3
Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:755

See Also:
Constant Field Values

kbSCSIDataPhysical

static final int kbSCSIDataPhysical
Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
SG/Buffer data ptrs are physical
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:756

See Also:
Constant Field Values

kbSCSISensePhysical

static final int kbSCSISensePhysical
Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
Autosense buffer ptr is physical
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:757

See Also:
Constant Field Values

kbSCSIFlagReserved5

static final int kbSCSIFlagReserved5
Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:758

See Also:
Constant Field Values

kbSCSIFlagReserved6

static final int kbSCSIFlagReserved6
Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:759

See Also:
Constant Field Values

kbSCSIFlagReserved7

static final int kbSCSIFlagReserved7
Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:760

See Also:
Constant Field Values

kbSCSIFlagReserved8

static final int kbSCSIFlagReserved8
Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:761

See Also:
Constant Field Values

kbSCSIDataBufferValid

static final int kbSCSIDataBufferValid
Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
Data buffer valid
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:762

See Also:
Constant Field Values

kbSCSIStatusBufferValid

static final int kbSCSIStatusBufferValid
Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
Status buffer valid
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:763

See Also:
Constant Field Values

kbSCSIMessageBufferValid

static final int kbSCSIMessageBufferValid
Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
Message buffer valid
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:764

See Also:
Constant Field Values

kbSCSIFlagReserved9

static final int kbSCSIFlagReserved9
Defines for the bit numbers of the scsiFlags field in the PB header for the SCSIExecIO function
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:765

See Also:
Constant Field Values

scsiDirectionMask

static final int scsiDirectionMask
Defines for the bit masks of the scsiFlags field
Data direction mask
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:770

See Also:
Constant Field Values

scsiDirectionNone

static final int scsiDirectionNone
Defines for the bit masks of the scsiFlags field
Data direction (11: no data)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:771

See Also:
Constant Field Values

scsiDirectionReserved

static final int scsiDirectionReserved
Defines for the bit masks of the scsiFlags field
Data direction (00: reserved)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:772

See Also:
Constant Field Values

scsiDirectionOut

static final int scsiDirectionOut
Defines for the bit masks of the scsiFlags field
Data direction (10: DATA OUT)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:773

See Also:
Constant Field Values

scsiDirectionIn

static final int scsiDirectionIn
Defines for the bit masks of the scsiFlags field
Data direction (01: DATA IN)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:774

See Also:
Constant Field Values

scsiDisableAutosense

static final int scsiDisableAutosense
Defines for the bit masks of the scsiFlags field
Disable auto sense feature
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:775

See Also:
Constant Field Values

scsiFlagReservedA

static final int scsiFlagReservedA
Defines for the bit masks of the scsiFlags field
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:776

See Also:
Constant Field Values

scsiFlagReserved0

static final int scsiFlagReserved0
Defines for the bit masks of the scsiFlags field
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:777

See Also:
Constant Field Values

scsiCDBLinked

static final int scsiCDBLinked
Defines for the bit masks of the scsiFlags field
The PB contains a linked CDB
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:778

See Also:
Constant Field Values

scsiQEnable

static final int scsiQEnable
Defines for the bit masks of the scsiFlags field
Target queue actions are enabled
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:779

See Also:
Constant Field Values

scsiCDBIsPointer

static final int scsiCDBIsPointer
Defines for the bit masks of the scsiFlags field
The CDB field contains a pointer
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:780

See Also:
Constant Field Values

scsiFlagReserved1

static final int scsiFlagReserved1
Defines for the bit masks of the scsiFlags field
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:781

See Also:
Constant Field Values

scsiInitiateSyncData

static final int scsiInitiateSyncData
Defines for the bit masks of the scsiFlags field
Attempt Sync data xfer and SDTR
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:782

See Also:
Constant Field Values

scsiDisableSyncData

static final int scsiDisableSyncData
Defines for the bit masks of the scsiFlags field
Disable sync, go to async
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:783

See Also:
Constant Field Values

scsiSIMQHead

static final int scsiSIMQHead
Defines for the bit masks of the scsiFlags field
Place PB at the head of SIM Q
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:784

See Also:
Constant Field Values

scsiSIMQFreeze

static final int scsiSIMQFreeze
Defines for the bit masks of the scsiFlags field
Return the SIM Q to frozen state
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:785

See Also:
Constant Field Values

scsiSIMQNoFreeze

static final int scsiSIMQNoFreeze
Defines for the bit masks of the scsiFlags field
Disallow SIM Q freezing
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:786

See Also:
Constant Field Values

scsiDoDisconnect

static final int scsiDoDisconnect
Defines for the bit masks of the scsiFlags field
Definitely do disconnect
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:787

See Also:
Constant Field Values

scsiDontDisconnect

static final int scsiDontDisconnect
Defines for the bit masks of the scsiFlags field
Definitely don't disconnect
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:788

See Also:
Constant Field Values

scsiDataReadyForDMA

static final int scsiDataReadyForDMA
Defines for the bit masks of the scsiFlags field
Data buffer(s) are ready for DMA
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:789

See Also:
Constant Field Values

scsiFlagReserved3

static final int scsiFlagReserved3
Defines for the bit masks of the scsiFlags field
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:790

See Also:
Constant Field Values

scsiDataPhysical

static final int scsiDataPhysical
Defines for the bit masks of the scsiFlags field
SG/Buffer data ptrs are physical
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:791

See Also:
Constant Field Values

scsiSensePhysical

static final int scsiSensePhysical
Defines for the bit masks of the scsiFlags field
Autosense buffer ptr is physical
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:792

See Also:
Constant Field Values

scsiFlagReserved5

static final int scsiFlagReserved5
Defines for the bit masks of the scsiFlags field
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:793

See Also:
Constant Field Values

scsiFlagReserved6

static final int scsiFlagReserved6
Defines for the bit masks of the scsiFlags field
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:794

See Also:
Constant Field Values

scsiFlagReserved7

static final int scsiFlagReserved7
Defines for the bit masks of the scsiFlags field
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:795

See Also:
Constant Field Values

scsiFlagReserved8

static final int scsiFlagReserved8
Defines for the bit masks of the scsiFlags field
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:796

See Also:
Constant Field Values

scsiNoParityCheck

static final int scsiNoParityCheck
bit masks for the scsiIOFlags field in SCSIExecIOPB
disable parity checking
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:801

See Also:
Constant Field Values

scsiDisableSelectWAtn

static final int scsiDisableSelectWAtn
bit masks for the scsiIOFlags field in SCSIExecIOPB
disable select w/Atn
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:802

See Also:
Constant Field Values

scsiSavePtrOnDisconnect

static final int scsiSavePtrOnDisconnect
bit masks for the scsiIOFlags field in SCSIExecIOPB
do SaveDataPointer upon Disconnect msg
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:803

See Also:
Constant Field Values

scsiNoBucketIn

static final int scsiNoBucketIn
bit masks for the scsiIOFlags field in SCSIExecIOPB
don’t bit bucket in during this I/O
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:804

See Also:
Constant Field Values

scsiNoBucketOut

static final int scsiNoBucketOut
bit masks for the scsiIOFlags field in SCSIExecIOPB
don’t bit bucket out during this I/O
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:805

See Also:
Constant Field Values

scsiDisableWide

static final int scsiDisableWide
bit masks for the scsiIOFlags field in SCSIExecIOPB
disable wide transfer negotiation
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:806

See Also:
Constant Field Values

scsiInitiateWide

static final int scsiInitiateWide
bit masks for the scsiIOFlags field in SCSIExecIOPB
initiate wide transfer negotiation
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:807

See Also:
Constant Field Values

scsiRenegotiateSense

static final int scsiRenegotiateSense
bit masks for the scsiIOFlags field in SCSIExecIOPB
renegotiate sync/wide before issuing autosense
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:808

See Also:
Constant Field Values

scsiDisableDiscipline

static final int scsiDisableDiscipline
bit masks for the scsiIOFlags field in SCSIExecIOPB
disable parameter checking on SCSIExecIO calls
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:809

See Also:
Constant Field Values

scsiIOFlagReserved0080

static final int scsiIOFlagReserved0080
bit masks for the scsiIOFlags field in SCSIExecIOPB
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:810

See Also:
Constant Field Values

scsiIOFlagReserved8000

static final int scsiIOFlagReserved8000
bit masks for the scsiIOFlags field in SCSIExecIOPB
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:811

See Also:
Constant Field Values

scsiBusMDP

static final int scsiBusMDP
scsiHBAInquiry field bits
Supports Modify Data Pointer message
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:817

See Also:
Constant Field Values

scsiBusWide32

static final int scsiBusWide32
scsiHBAInquiry field bits
Supports 32 bit wide SCSI
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:818

See Also:
Constant Field Values

scsiBusWide16

static final int scsiBusWide16
scsiHBAInquiry field bits
Supports 16 bit wide SCSI
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:819

See Also:
Constant Field Values

scsiBusSDTR

static final int scsiBusSDTR
scsiHBAInquiry field bits
Supports Sync Data Transfer Req message
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:820

See Also:
Constant Field Values

scsiBusLinkedCDB

static final int scsiBusLinkedCDB
scsiHBAInquiry field bits
Supports linked CDBs
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:821

See Also:
Constant Field Values

scsiBusTagQ

static final int scsiBusTagQ
scsiHBAInquiry field bits
Supports tag queue message
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:822

See Also:
Constant Field Values

scsiBusSoftReset

static final int scsiBusSoftReset
scsiHBAInquiry field bits
Supports soft reset
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:823

See Also:
Constant Field Values

scsiDataBuffer

static final int scsiDataBuffer
Defines for the scsiDataType field
single contiguous buffer supplied
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:828

See Also:
Constant Field Values

scsiDataTIB

static final int scsiDataTIB
Defines for the scsiDataType field
TIB supplied (ptr in scsiDataPtr)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:829

See Also:
Constant Field Values

scsiDataSG

static final int scsiDataSG
Defines for the scsiDataType field
scatter/gather list supplied
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:830

See Also:
Constant Field Values

scsiDataIOTable

static final int scsiDataIOTable
Defines for the scsiDataType field
#(7/11/95) Prepared by Block Storage
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:831

See Also:
Constant Field Values

scsiBusDataTIB

static final int scsiBusDataTIB
bits 0->15 Apple-defined, 16->30 3rd-party unique, 31 = reserved
TIB supplied (ptr in scsiDataPtr)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:837

See Also:
Constant Field Values

scsiBusDataBuffer

static final int scsiBusDataBuffer
bits 0->15 Apple-defined, 16->30 3rd-party unique, 31 = reserved
single contiguous buffer supplied
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:838

See Also:
Constant Field Values

scsiBusDataSG

static final int scsiBusDataSG
bits 0->15 Apple-defined, 16->30 3rd-party unique, 31 = reserved
scatter/gather list supplied
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:839

See Also:
Constant Field Values

scsiBusDataIOTable

static final int scsiBusDataIOTable
bits 0->15 Apple-defined, 16->30 3rd-party unique, 31 = reserved
(2/6/95) Prepare Memory for IO
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:840

See Also:
Constant Field Values

scsiBusDataReserved

static final int scsiBusDataReserved
bits 0->15 Apple-defined, 16->30 3rd-party unique, 31 = reserved
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:841

See Also:
Constant Field Values

scsiBusScansDevices

static final int scsiBusScansDevices
scsiScanFlags field bits
Bus scans for and maintains device list
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:846

See Also:
Constant Field Values

scsiBusScansOnInit

static final int scsiBusScansOnInit
scsiScanFlags field bits
Bus scans performed at power-up/reboot
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:847

See Also:
Constant Field Values

scsiBusLoadsROMDrivers

static final int scsiBusLoadsROMDrivers
scsiScanFlags field bits
may load ROM drivers to support targets
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:848

See Also:
Constant Field Values

scsiBusLVD

static final int scsiBusLVD
scsiFeatureFlags field bits
HBA is Low Voltage Differential Bus
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:853

See Also:
Constant Field Values

scsiBusUltra3SCSI

static final int scsiBusUltra3SCSI
scsiFeatureFlags field bits
HBA supports Ultra3 SCSI
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:854

See Also:
Constant Field Values

scsiBusUltra2SCSI

static final int scsiBusUltra2SCSI
scsiFeatureFlags field bits
HBA supports Ultra2 SCSI
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:855

See Also:
Constant Field Values

scsiBusInternalExternalMask

static final int scsiBusInternalExternalMask
scsiFeatureFlags field bits
bus internal/external mask
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:856

See Also:
Constant Field Values

scsiBusInternalExternalUnknown

static final int scsiBusInternalExternalUnknown
scsiFeatureFlags field bits
not known whether bus is inside or outside
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:857

See Also:
Constant Field Values

scsiBusInternalExternal

static final int scsiBusInternalExternal
scsiFeatureFlags field bits
bus goes inside and outside the box
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:858

See Also:
Constant Field Values

scsiBusInternal

static final int scsiBusInternal
scsiFeatureFlags field bits
bus goes inside the box
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:859

See Also:
Constant Field Values

scsiBusExternal

static final int scsiBusExternal
scsiFeatureFlags field bits
bus goes outside the box
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:860

See Also:
Constant Field Values

scsiBusCacheCoherentDMA

static final int scsiBusCacheCoherentDMA
scsiFeatureFlags field bits
DMA is cache coherent
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:861

See Also:
Constant Field Values

scsiBusOldCallCapable

static final int scsiBusOldCallCapable
scsiFeatureFlags field bits
SIM is old call capable
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:862

See Also:
Constant Field Values

scsiBusUltraSCSI

static final int scsiBusUltraSCSI
scsiFeatureFlags field bits
HBA supports Ultra SCSI
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:863

See Also:
Constant Field Values

scsiBusDifferential

static final int scsiBusDifferential
scsiFeatureFlags field bits
Single Ended (0) or Differential (1)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:864

See Also:
Constant Field Values

scsiBusFastSCSI

static final int scsiBusFastSCSI
scsiFeatureFlags field bits
HBA supports fast SCSI
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:865

See Also:
Constant Field Values

scsiBusDMAavailable

static final int scsiBusDMAavailable
scsiFeatureFlags field bits
DMA is available
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:866

See Also:
Constant Field Values

scsiOddDisconnectUnsafeRead1

static final int scsiOddDisconnectUnsafeRead1
scsiWeirdStuff field bits
Disconnects on odd byte boundries are unsafe with DMA and/or blind reads
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:871

See Also:
Constant Field Values

scsiOddDisconnectUnsafeWrite1

static final int scsiOddDisconnectUnsafeWrite1
scsiWeirdStuff field bits
Disconnects on odd byte boundries are unsafe with DMA and/or blind writes
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:872

See Also:
Constant Field Values

scsiBusErrorsUnsafe

static final int scsiBusErrorsUnsafe
scsiWeirdStuff field bits
Non-handshaked delays or disconnects during blind transfers may cause a crash
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:873

See Also:
Constant Field Values

scsiRequiresHandshake

static final int scsiRequiresHandshake
scsiWeirdStuff field bits
Non-handshaked delays or disconnects during blind transfers may cause data corruption
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:874

See Also:
Constant Field Values

scsiTargetDrivenSDTRSafe

static final int scsiTargetDrivenSDTRSafe
scsiWeirdStuff field bits
Targets which initiate synchronous negotiations are supported
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:875

See Also:
Constant Field Values

scsiOddCountForPhysicalUnsafe

static final int scsiOddCountForPhysicalUnsafe
scsiWeirdStuff field bits
If using physical addrs all counts must be even, and disconnects must be on even boundries
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:876

See Also:
Constant Field Values

scsiAbortCmdFixed

static final int scsiAbortCmdFixed
scsiWeirdStuff field bits
Set if abort command is fixed to properly make callbacks
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:877

See Also:
Constant Field Values

scsiMeshACKTimingFixed

static final int scsiMeshACKTimingFixed
scsiWeirdStuff field bits
Set if bug allowing Mesh to release ACK prematurely is fixed
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:878

See Also:
Constant Field Values

scsiMotherboardBus

static final int scsiMotherboardBus
scsiHBAslotType values
A built in Apple supplied bus
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:883

See Also:
Constant Field Values

scsiNuBus

static final int scsiNuBus
scsiHBAslotType values
A SIM on a NuBus card
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:884

See Also:
Constant Field Values

scsiPDSBus

static final int scsiPDSBus
scsiHBAslotType values
" on a PDS card
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:885

See Also:
Constant Field Values

scsiPCIBus

static final int scsiPCIBus
scsiHBAslotType values
" on a PCI bus card
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:886

See Also:
Constant Field Values

scsiPCMCIABus

static final int scsiPCMCIABus
scsiHBAslotType values
" on a PCMCIA card
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:887

See Also:
Constant Field Values

scsiFireWireBridgeBus

static final int scsiFireWireBridgeBus
scsiHBAslotType values
" connected through a FireWire bridge
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:888

See Also:
Constant Field Values

scsiUSBBus

static final int scsiUSBBus
scsiHBAslotType values
" connected on a USB bus
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:889

See Also:
Constant Field Values

scsiDeviceSensitive

static final int scsiDeviceSensitive
Defines for the scsiDriverFlags field (in SCSIDriverPB)
Only driver should access this device
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:894

See Also:
Constant Field Values

scsiDeviceNoOldCallAccess

static final int scsiDeviceNoOldCallAccess
Defines for the scsiDriverFlags field (in SCSIDriverPB)
no old call access to this device
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:895

See Also:
Constant Field Values

scsiStatGood

static final int scsiStatGood
SCSI bus status. These values are returned by the SCSI target in the status phase.
They are not related to Macintosh status values (except that values other than
scsiStatusGood will result in scsiResult set to scsiNonZeroStatus).
Good Status
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:904

See Also:
Constant Field Values

scsiStatCheckCondition

static final int scsiStatCheckCondition
SCSI bus status. These values are returned by the SCSI target in the status phase.
They are not related to Macintosh status values (except that values other than
scsiStatusGood will result in scsiResult set to scsiNonZeroStatus).
Check Condition
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:905

See Also:
Constant Field Values

scsiStatConditionMet

static final int scsiStatConditionMet
SCSI bus status. These values are returned by the SCSI target in the status phase.
They are not related to Macintosh status values (except that values other than
scsiStatusGood will result in scsiResult set to scsiNonZeroStatus).
Condition Met
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:906

See Also:
Constant Field Values

scsiStatBusy

static final int scsiStatBusy
SCSI bus status. These values are returned by the SCSI target in the status phase.
They are not related to Macintosh status values (except that values other than
scsiStatusGood will result in scsiResult set to scsiNonZeroStatus).
Busy
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:907

See Also:
Constant Field Values

scsiStatIntermediate

static final int scsiStatIntermediate
SCSI bus status. These values are returned by the SCSI target in the status phase.
They are not related to Macintosh status values (except that values other than
scsiStatusGood will result in scsiResult set to scsiNonZeroStatus).
Intermediate
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:908

See Also:
Constant Field Values

scsiStatIntermedMet

static final int scsiStatIntermedMet
SCSI bus status. These values are returned by the SCSI target in the status phase.
They are not related to Macintosh status values (except that values other than
scsiStatusGood will result in scsiResult set to scsiNonZeroStatus).
Intermediate - Condition Met
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:909

See Also:
Constant Field Values

scsiStatResvConflict

static final int scsiStatResvConflict
SCSI bus status. These values are returned by the SCSI target in the status phase.
They are not related to Macintosh status values (except that values other than
scsiStatusGood will result in scsiResult set to scsiNonZeroStatus).
Reservation conflict
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:910

See Also:
Constant Field Values

scsiStatTerminated

static final int scsiStatTerminated
SCSI bus status. These values are returned by the SCSI target in the status phase.
They are not related to Macintosh status values (except that values other than
scsiStatusGood will result in scsiResult set to scsiNonZeroStatus).
Command terminated
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:911

See Also:
Constant Field Values

scsiStatQFull

static final int scsiStatQFull
SCSI bus status. These values are returned by the SCSI target in the status phase.
They are not related to Macintosh status values (except that values other than
scsiStatusGood will result in scsiResult set to scsiNonZeroStatus).
Queue full
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:912

See Also:
Constant Field Values

kCmdCompleteMsg

static final int kCmdCompleteMsg
SCSI messages
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:917

See Also:
Constant Field Values

kExtendedMsg

static final int kExtendedMsg
SCSI messages
0x01
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:918

See Also:
Constant Field Values

kSaveDataPointerMsg

static final int kSaveDataPointerMsg
SCSI messages
0x02
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:919

See Also:
Constant Field Values

kRestorePointersMsg

static final int kRestorePointersMsg
SCSI messages
0x03
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:920

See Also:
Constant Field Values

kDisconnectMsg

static final int kDisconnectMsg
SCSI messages
0x04
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:921

See Also:
Constant Field Values

kInitiatorDetectedErrorMsg

static final int kInitiatorDetectedErrorMsg
SCSI messages
0x05
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:922

See Also:
Constant Field Values

kAbortMsg

static final int kAbortMsg
SCSI messages
0x06
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:923

See Also:
Constant Field Values

kMsgRejectMsg

static final int kMsgRejectMsg
SCSI messages
0x07
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:924

See Also:
Constant Field Values

kNoOperationMsg

static final int kNoOperationMsg
SCSI messages
0x08
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:925

See Also:
Constant Field Values

kMsgParityErrorMsg

static final int kMsgParityErrorMsg
SCSI messages
0x09
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:926

See Also:
Constant Field Values

kLinkedCmdCompleteMsg

static final int kLinkedCmdCompleteMsg
SCSI messages
0x0a
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:927

See Also:
Constant Field Values

kLinkedCmdCompleteWithFlagMsg

static final int kLinkedCmdCompleteWithFlagMsg
SCSI messages
0x0b
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:928

See Also:
Constant Field Values

kBusDeviceResetMsg

static final int kBusDeviceResetMsg
SCSI messages
0x0c
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:929

See Also:
Constant Field Values

kAbortTagMsg

static final int kAbortTagMsg
SCSI messages
0x0d
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:930

See Also:
Constant Field Values

kClearQueueMsg

static final int kClearQueueMsg
SCSI messages
0x0e
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:931

See Also:
Constant Field Values

kInitiateRecoveryMsg

static final int kInitiateRecoveryMsg
SCSI messages
0x0f
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:932

See Also:
Constant Field Values

kReleaseRecoveryMsg

static final int kReleaseRecoveryMsg
SCSI messages
0x10
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:933

See Also:
Constant Field Values

kTerminateIOProcessMsg

static final int kTerminateIOProcessMsg
SCSI messages
0x11
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:934

See Also:
Constant Field Values

kSimpleQueueTag

static final int kSimpleQueueTag
SCSI messages
0x20
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:935

See Also:
Constant Field Values

kHeadOfQueueTagMsg

static final int kHeadOfQueueTagMsg
SCSI messages
0x21
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:936

See Also:
Constant Field Values

kOrderedQueueTagMsg

static final int kOrderedQueueTagMsg
SCSI messages
0x22
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:937

See Also:
Constant Field Values

kIgnoreWideResidueMsg

static final int kIgnoreWideResidueMsg
SCSI messages
0x23
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:938

See Also:
Constant Field Values

kNSLMinSystemVersion

static final int kNSLMinSystemVersion
equivalent to 9.0
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:34

See Also:
Constant Field Values

kNSLMinOTVersion

static final int kNSLMinOTVersion
equivalent to 1.3
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:35

See Also:
Constant Field Values

kNSLDefaultListSize

static final int kNSLDefaultListSize
default list size for service and protocol lists
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:39

See Also:
Constant Field Values

kNSLURLDelimiter

static final char kNSLURLDelimiter
delimits URL's within memory buffers
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:43

See Also:
Constant Field Values

kNSLNoContext

static final int kNSLNoContext
the default context for NSLError structs
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:50

See Also:
Constant Field Values

kNSLDuplicateSearchInProgress

static final int kNSLDuplicateSearchInProgress
informational only.
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:64

See Also:
Constant Field Values

kNSLUserCanceled

static final int kNSLUserCanceled
User hit cancel from the NSLStandardGetURL dialog
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:65

See Also:
Constant Field Values

kNSLInvalidEnumeratorRef

static final int kNSLInvalidEnumeratorRef
Invalid enumeratorRef
this is not an error; it is the equiv to a NULL ptr
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:67

See Also:
Constant Field Values

kNSLSearchStateBufferFull

static final int kNSLSearchStateBufferFull
State codes for notifiers.
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:73

See Also:
Constant Field Values

kNSLSearchStateOnGoing

static final int kNSLSearchStateOnGoing
See Also:
Constant Field Values

kNSLSearchStateComplete

static final int kNSLSearchStateComplete
See Also:
Constant Field Values

kNSLSearchStateStalled

static final int kNSLSearchStateStalled
See Also:
Constant Field Values

kNSLWaitingForContinue

static final int kNSLWaitingForContinue
See Also:
Constant Field Values

kNSLServicesLookupDataEvent

static final int kNSLServicesLookupDataEvent
Event codes
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:83

See Also:
Constant Field Values

kNSLNeighborhoodLookupDataEvent

static final int kNSLNeighborhoodLookupDataEvent
See Also:
Constant Field Values

kNSLNewDataEvent

static final int kNSLNewDataEvent
See Also:
Constant Field Values

kNSLContinueLookupEvent

static final int kNSLContinueLookupEvent
See Also:
Constant Field Values

kIdleKCEvent

static final int kIdleKCEvent
null event
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:68

See Also:
Constant Field Values

kLockKCEvent

static final int kLockKCEvent
a keychain was locked
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:69

See Also:
Constant Field Values

kUnlockKCEvent

static final int kUnlockKCEvent
a keychain was unlocked
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:70

See Also:
Constant Field Values

kAddKCEvent

static final int kAddKCEvent
an item was added to a keychain
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:71

See Also:
Constant Field Values

kDeleteKCEvent

static final int kDeleteKCEvent
an item was deleted from a keychain
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:72

See Also:
Constant Field Values

kUpdateKCEvent

static final int kUpdateKCEvent
an item was updated
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:73

See Also:
Constant Field Values

kPasswordChangedKCEvent

static final int kPasswordChangedKCEvent
the keychain identity was changed
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:74

See Also:
Constant Field Values

kSystemKCEvent

static final int kSystemKCEvent
the keychain client can process events
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:75

See Also:
Constant Field Values

kDefaultChangedKCEvent

static final int kDefaultChangedKCEvent
the default keychain was changed
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:76

See Also:
Constant Field Values

kDataAccessKCEvent

static final int kDataAccessKCEvent
a process has accessed a keychain item's data
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:77

See Also:
Constant Field Values

kKeychainListChangedKCEvent

static final int kKeychainListChangedKCEvent
the list of keychains has changed
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:78

See Also:
Constant Field Values

kIdleKCEventMask

static final int kIdleKCEventMask
See Also:
Constant Field Values

kLockKCEventMask

static final int kLockKCEventMask
See Also:
Constant Field Values

kUnlockKCEventMask

static final int kUnlockKCEventMask
See Also:
Constant Field Values

kAddKCEventMask

static final int kAddKCEventMask
See Also:
Constant Field Values

kDeleteKCEventMask

static final int kDeleteKCEventMask
See Also:
Constant Field Values

kUpdateKCEventMask

static final int kUpdateKCEventMask
See Also:
Constant Field Values

kPasswordChangedKCEventMask

static final int kPasswordChangedKCEventMask
See Also:
Constant Field Values

kSystemEventKCEventMask

static final int kSystemEventKCEventMask
See Also:
Constant Field Values

kDefaultChangedKCEventMask

static final int kDefaultChangedKCEventMask
See Also:
Constant Field Values

kDataAccessKCEventMask

static final int kDataAccessKCEventMask
See Also:
Constant Field Values

kEveryKCEventMask

static final int kEveryKCEventMask
all of the above
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:93

See Also:
Constant Field Values

kUnlockStateKCStatus

static final int kUnlockStateKCStatus
See Also:
Constant Field Values

kRdPermKCStatus

static final int kRdPermKCStatus
See Also:
Constant Field Values

kWrPermKCStatus

static final int kWrPermKCStatus
See Also:
Constant Field Values

kCertificateKCItemClass

static final int kCertificateKCItemClass
Certificate
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:114

See Also:
Constant Field Values

kAppleSharePasswordKCItemClass

static final int kAppleSharePasswordKCItemClass
Appleshare password
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:115

See Also:
Constant Field Values

kInternetPasswordKCItemClass

static final int kInternetPasswordKCItemClass
Internet password
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:116

See Also:
Constant Field Values

kGenericPasswordKCItemClass

static final int kGenericPasswordKCItemClass
Generic password
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:117

See Also:
Constant Field Values

kClassKCItemAttr

static final int kClassKCItemAttr
Common attributes
Item class (KCItemClass)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:124

See Also:
Constant Field Values

kCreationDateKCItemAttr

static final int kCreationDateKCItemAttr
Date the item was created (UInt32)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:125

See Also:
Constant Field Values

kModDateKCItemAttr

static final int kModDateKCItemAttr
Last time the item was updated (UInt32)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:126

See Also:
Constant Field Values

kDescriptionKCItemAttr

static final int kDescriptionKCItemAttr
User-visible description string (string)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:127

See Also:
Constant Field Values

kCommentKCItemAttr

static final int kCommentKCItemAttr
User's comment about the item (string)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:128

See Also:
Constant Field Values

kCreatorKCItemAttr

static final int kCreatorKCItemAttr
Item's creator (OSType)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:129

See Also:
Constant Field Values

kTypeKCItemAttr

static final int kTypeKCItemAttr
Item's type (OSType)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:130

See Also:
Constant Field Values

kScriptCodeKCItemAttr

static final int kScriptCodeKCItemAttr
Script code for all strings (ScriptCode)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:131

See Also:
Constant Field Values

kLabelKCItemAttr

static final int kLabelKCItemAttr
Item label (string)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:132

See Also:
Constant Field Values

kInvisibleKCItemAttr

static final int kInvisibleKCItemAttr
Invisible (boolean)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:133

See Also:
Constant Field Values

kNegativeKCItemAttr

static final int kNegativeKCItemAttr
Negative (boolean)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:134

See Also:
Constant Field Values

kCustomIconKCItemAttr

static final int kCustomIconKCItemAttr
Custom icon (boolean)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:135

See Also:
Constant Field Values

kAccountKCItemAttr

static final int kAccountKCItemAttr
User account (string)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:136

See Also:
Constant Field Values

kServiceKCItemAttr

static final int kServiceKCItemAttr
Unique Generic password attributes
Service (string)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:138

See Also:
Constant Field Values

kGenericKCItemAttr

static final int kGenericKCItemAttr
User-defined attribute (untyped bytes)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:139

See Also:
Constant Field Values

kSecurityDomainKCItemAttr

static final int kSecurityDomainKCItemAttr
Unique Internet password attributes
Security domain (string)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:141

See Also:
Constant Field Values

kServerKCItemAttr

static final int kServerKCItemAttr
Server's domain name or IP address (string)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:142

See Also:
Constant Field Values

kAuthTypeKCItemAttr

static final int kAuthTypeKCItemAttr
Authentication Type (KCAuthType)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:143

See Also:
Constant Field Values

kPortKCItemAttr

static final int kPortKCItemAttr
Port (UInt16)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:144

See Also:
Constant Field Values

kPathKCItemAttr

static final int kPathKCItemAttr
Path (string)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:145

See Also:
Constant Field Values

kVolumeKCItemAttr

static final int kVolumeKCItemAttr
Unique Appleshare password attributes
Volume (string)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:147

See Also:
Constant Field Values

kAddressKCItemAttr

static final int kAddressKCItemAttr
Server address (IP or domain name) or zone name (string)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:148

See Also:
Constant Field Values

kSignatureKCItemAttr

static final int kSignatureKCItemAttr
Server signature block (AFPServerSignature)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:149

See Also:
Constant Field Values

kProtocolKCItemAttr

static final int kProtocolKCItemAttr
Unique AppleShare and Internet attributes
Protocol (KCProtocolType)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:151

See Also:
Constant Field Values

kSubjectKCItemAttr

static final int kSubjectKCItemAttr
Certificate attributes
Subject distinguished name (DER-encoded data)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:153

See Also:
Constant Field Values

kCommonNameKCItemAttr

static final int kCommonNameKCItemAttr
Common Name (UTF8-encoded string)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:154

See Also:
Constant Field Values

kIssuerKCItemAttr

static final int kIssuerKCItemAttr
Issuer distinguished name (DER-encoded data)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:155

See Also:
Constant Field Values

kSerialNumberKCItemAttr

static final int kSerialNumberKCItemAttr
Certificate serial number (DER-encoded data)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:156

See Also:
Constant Field Values

kEMailKCItemAttr

static final int kEMailKCItemAttr
E-mail address (ASCII-encoded string)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:157

See Also:
Constant Field Values

kPublicKeyHashKCItemAttr

static final int kPublicKeyHashKCItemAttr
Hash of public key (KCPublicKeyHash), 20 bytes max.
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:158

See Also:
Constant Field Values

kIssuerURLKCItemAttr

static final int kIssuerURLKCItemAttr
URL of the certificate issuer (ASCII-encoded string)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:159

See Also:
Constant Field Values

kEncryptKCItemAttr

static final int kEncryptKCItemAttr
Shared by keys and certificates
Encrypt (Boolean)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:161

See Also:
Constant Field Values

kDecryptKCItemAttr

static final int kDecryptKCItemAttr
Decrypt (Boolean)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:162

See Also:
Constant Field Values

kSignKCItemAttr

static final int kSignKCItemAttr
Sign (Boolean)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:163

See Also:
Constant Field Values

kVerifyKCItemAttr

static final int kVerifyKCItemAttr
Verify (Boolean)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:164

See Also:
Constant Field Values

kWrapKCItemAttr

static final int kWrapKCItemAttr
Wrap (Boolean)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:165

See Also:
Constant Field Values

kUnwrapKCItemAttr

static final int kUnwrapKCItemAttr
Unwrap (Boolean)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:166

See Also:
Constant Field Values

kStartDateKCItemAttr

static final int kStartDateKCItemAttr
Start Date (UInt32)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:167

See Also:
Constant Field Values

kEndDateKCItemAttr

static final int kEndDateKCItemAttr
End Date (UInt32)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:168

See Also:
Constant Field Values

kKCAuthTypeNTLM

static final int kKCAuthTypeNTLM
See Also:
Constant Field Values

kKCAuthTypeMSN

static final int kKCAuthTypeMSN
See Also:
Constant Field Values

kKCAuthTypeDPA

static final int kKCAuthTypeDPA
See Also:
Constant Field Values

kKCAuthTypeRPA

static final int kKCAuthTypeRPA
See Also:
Constant Field Values

kKCAuthTypeHTTPDigest

static final int kKCAuthTypeHTTPDigest
See Also:
Constant Field Values

kKCAuthTypeDefault

static final int kKCAuthTypeDefault
See Also:
Constant Field Values

kKCProtocolTypeFTP

static final int kKCProtocolTypeFTP
See Also:
Constant Field Values

kKCProtocolTypeFTPAccount

static final int kKCProtocolTypeFTPAccount
See Also:
Constant Field Values

kKCProtocolTypeHTTP

static final int kKCProtocolTypeHTTP
See Also:
Constant Field Values

kKCProtocolTypeIRC

static final int kKCProtocolTypeIRC
See Also:
Constant Field Values

kKCProtocolTypeNNTP

static final int kKCProtocolTypeNNTP
See Also:
Constant Field Values

kKCProtocolTypePOP3

static final int kKCProtocolTypePOP3
See Also:
Constant Field Values

kKCProtocolTypeSMTP

static final int kKCProtocolTypeSMTP
See Also:
Constant Field Values

kKCProtocolTypeSOCKS

static final int kKCProtocolTypeSOCKS
See Also:
Constant Field Values

kKCProtocolTypeIMAP

static final int kKCProtocolTypeIMAP
See Also:
Constant Field Values

kKCProtocolTypeLDAP

static final int kKCProtocolTypeLDAP
See Also:
Constant Field Values

kKCProtocolTypeAppleTalk

static final int kKCProtocolTypeAppleTalk
See Also:
Constant Field Values

kKCProtocolTypeAFP

static final int kKCProtocolTypeAFP
See Also:
Constant Field Values

kKCProtocolTypeTelnet

static final int kKCProtocolTypeTelnet
See Also:
Constant Field Values

kSecOptionReserved

static final int kSecOptionReserved
First byte reserved for SecOptions flags
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:201

See Also:
Constant Field Values

kCertUsageShift

static final int kCertUsageShift
start at bit 8
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:202

See Also:
Constant Field Values

kCertUsageSigningAdd

static final int kCertUsageSigningAdd
See Also:
Constant Field Values

kCertUsageSigningAskAndAdd

static final int kCertUsageSigningAskAndAdd
See Also:
Constant Field Values

kCertUsageVerifyAdd

static final int kCertUsageVerifyAdd
See Also:
Constant Field Values

kCertUsageVerifyAskAndAdd

static final int kCertUsageVerifyAskAndAdd
See Also:
Constant Field Values

kCertUsageEncryptAdd

static final int kCertUsageEncryptAdd
See Also:
Constant Field Values

kCertUsageEncryptAskAndAdd

static final int kCertUsageEncryptAskAndAdd
See Also:
Constant Field Values

kCertUsageDecryptAdd

static final int kCertUsageDecryptAdd
See Also:
Constant Field Values

kCertUsageDecryptAskAndAdd

static final int kCertUsageDecryptAskAndAdd
See Also:
Constant Field Values

kCertUsageKeyExchAdd

static final int kCertUsageKeyExchAdd
See Also:
Constant Field Values

kCertUsageKeyExchAskAndAdd

static final int kCertUsageKeyExchAskAndAdd
See Also:
Constant Field Values

kCertUsageRootAdd

static final int kCertUsageRootAdd
See Also:
Constant Field Values

kCertUsageRootAskAndAdd

static final int kCertUsageRootAskAndAdd
See Also:
Constant Field Values

kCertUsageSSLAdd

static final int kCertUsageSSLAdd
See Also:
Constant Field Values

kCertUsageSSLAskAndAdd

static final int kCertUsageSSLAskAndAdd
See Also:
Constant Field Values

kCertUsageAllAdd

static final int kCertUsageAllAdd
See Also:
Constant Field Values

kPolicyKCStopOn

static final int kPolicyKCStopOn
See Also:
Constant Field Values

kNoneKCStopOn

static final int kNoneKCStopOn
See Also:
Constant Field Values

kFirstPassKCStopOn

static final int kFirstPassKCStopOn
See Also:
Constant Field Values

kFirstFailKCStopOn

static final int kFirstFailKCStopOn
See Also:
Constant Field Values

kCertSearchShift

static final int kCertSearchShift
start at bit 0
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:230

See Also:
Constant Field Values

kCertSearchSigningIgnored

static final int kCertSearchSigningIgnored
See Also:
Constant Field Values

kCertSearchSigningAllowed

static final int kCertSearchSigningAllowed
See Also:
Constant Field Values

kCertSearchSigningDisallowed

static final int kCertSearchSigningDisallowed
See Also:
Constant Field Values

kCertSearchSigningMask

static final int kCertSearchSigningMask
See Also:
Constant Field Values

kCertSearchVerifyIgnored

static final int kCertSearchVerifyIgnored
See Also:
Constant Field Values

kCertSearchVerifyAllowed

static final int kCertSearchVerifyAllowed
See Also:
Constant Field Values

kCertSearchVerifyDisallowed

static final int kCertSearchVerifyDisallowed
See Also:
Constant Field Values

kCertSearchVerifyMask

static final int kCertSearchVerifyMask
See Also:
Constant Field Values

kCertSearchEncryptIgnored

static final int kCertSearchEncryptIgnored
See Also:
Constant Field Values

kCertSearchEncryptAllowed

static final int kCertSearchEncryptAllowed
See Also:
Constant Field Values

kCertSearchEncryptDisallowed

static final int kCertSearchEncryptDisallowed
See Also:
Constant Field Values

kCertSearchEncryptMask

static final int kCertSearchEncryptMask
See Also:
Constant Field Values

kCertSearchDecryptIgnored

static final int kCertSearchDecryptIgnored
See Also:
Constant Field Values

kCertSearchDecryptAllowed

static final int kCertSearchDecryptAllowed
See Also:
Constant Field Values

kCertSearchDecryptDisallowed

static final int kCertSearchDecryptDisallowed
See Also:
Constant Field Values

kCertSearchDecryptMask

static final int kCertSearchDecryptMask
See Also:
Constant Field Values

kCertSearchWrapIgnored

static final int kCertSearchWrapIgnored
See Also:
Constant Field Values

kCertSearchWrapAllowed

static final int kCertSearchWrapAllowed
See Also:
Constant Field Values

kCertSearchWrapDisallowed

static final int kCertSearchWrapDisallowed
See Also:
Constant Field Values

kCertSearchWrapMask

static final int kCertSearchWrapMask
See Also:
Constant Field Values

kCertSearchUnwrapIgnored

static final int kCertSearchUnwrapIgnored
See Also:
Constant Field Values

kCertSearchUnwrapAllowed

static final int kCertSearchUnwrapAllowed
See Also:
Constant Field Values

kCertSearchUnwrapDisallowed

static final int kCertSearchUnwrapDisallowed
See Also:
Constant Field Values

kCertSearchUnwrapMask

static final int kCertSearchUnwrapMask
See Also:
Constant Field Values

kCertSearchPrivKeyRequired

static final int kCertSearchPrivKeyRequired
See Also:
Constant Field Values

kCertSearchAny

static final int kCertSearchAny
See Also:
Constant Field Values

kAnyPort

static final int kAnyPort
Other constants
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/KeychainCore.h:261

See Also:
Constant Field Values

kAnyProtocol

static final int kAnyProtocol
See Also:
Constant Field Values

kAnyAuthType

static final int kAnyAuthType
See Also:
Constant Field Values
Method Detail

CSIdentityAuthorityGetTypeID

NativeLong CSIdentityAuthorityGetTypeID()
CSIdentityAuthorityGetTypeID()

Summary:
Returns the CSIdentityAuthority type identifier

Mac OS X threading:
Thread safe since version 10.5

Result:
The CFTypeID of the CSIdentityAuthority Core Foundation type

Availability:
Mac OS X: in version 10.5 and later in CoreServices.framework
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : CFTypeID CSIdentityAuthorityGetTypeID()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentityAuthority.h:57


CSGetDefaultIdentityAuthority

OSServicesLibrary.__CSIdentityAuthority CSGetDefaultIdentityAuthority()
CSGetDefaultIdentityAuthority()

Summary:
Returns the system's default identity authority

Discussion:
The default identity authority is a pseudo-authority representing
the union of the local identity authority and the managed
identity authority. The function CSIdentityGetAuthority will
never return the default authority instance.

Mac OS X threading:
Thread safe since version 10.5

Result:
The CSIdentityAuthorityRef of the default authority

Availability:
Mac OS X: in version 10.5 and later in CoreServices.framework
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : CSIdentityAuthorityRef CSGetDefaultIdentityAuthority()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentityAuthority.h:85


CSGetLocalIdentityAuthority

OSServicesLibrary.__CSIdentityAuthority CSGetLocalIdentityAuthority()
CSGetLocalIdentityAuthority()

Summary:
Returns the identity authority for identities defined on the
local host

Mac OS X threading:
Thread safe since version 10.5

Result:
The CSIdentityAuthorityRef of the local authority

Availability:
Mac OS X: in version 10.5 and later in CoreServices.framework
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : CSIdentityAuthorityRef CSGetLocalIdentityAuthority()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentityAuthority.h:108


CSGetManagedIdentityAuthority

OSServicesLibrary.__CSIdentityAuthority CSGetManagedIdentityAuthority()
CSGetManagedIdentityAuthority()

Summary:
Returns the identity authority for identities defined in the
system's managed directory server(s)

Discussion:
There is always a valid managed identity authority instance, but
if the system is not bound to any managed directory servers, the
managed identity authority will contain no identities.

Mac OS X threading:
Thread safe since version 10.5

Result:
The CSIdentityAuthorityRef of the managed authority

Availability:
Mac OS X: in version 10.5 and later in CoreServices.framework
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : CSIdentityAuthorityRef CSGetManagedIdentityAuthority()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentityAuthority.h:136


CSIdentityGetTypeID

NativeLong CSIdentityGetTypeID()
CSIdentityGetTypeID()

Summary:
Returns the CSIdentity type identifier

Mac OS X threading:
Thread safe since version 10.5

Result:
The CFTypeID of the CSIdentity Core Foundation type

Availability:
Mac OS X: in version 10.5 and later in CoreServices.framework
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : CFTypeID CSIdentityGetTypeID()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:220


CSIdentityCreateCopy

OSServicesLibrary.__CSIdentity CSIdentityCreateCopy(CoreFoundationLibrary.__CFAllocator allocator,
                                                    OSServicesLibrary.__CSIdentity identity)
CSIdentityCreateCopy()

Summary:
Creates a copy of an identity

Mac OS X threading:
Thread safe since version 10.5

Parameters:

allocator:
The allocator to use for the new identity. NULL is equivalent
to specifying kCFAllocatorDefault.

identity:
The identity to copy

Result:
The CSIdentityRef of the newly created identity object

Availability:
Mac OS X: in version 10.5 and later in CoreServices.framework
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : CSIdentityRef CSIdentityCreateCopy(CFAllocatorRef, CSIdentityRef)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:319


CSIdentityGetClass

int CSIdentityGetClass(OSServicesLibrary.__CSIdentity identity)
See Also:
OSServicesLibrary.CSIdentityClass

CSIdentityGetAuthority

OSServicesLibrary.__CSIdentityAuthority CSIdentityGetAuthority(OSServicesLibrary.__CSIdentity identity)
CSIdentityGetAuthority()

Summary:
Returns the identity authority of an identity

Mac OS X threading:
Thread safe since version 10.5

Parameters:

identity:
The identity object to access

Result:
A CSIdentityAuthorityRef object

Availability:
Mac OS X: in version 10.5 and later in CoreServices.framework
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : CSIdentityAuthorityRef CSIdentityGetAuthority(CSIdentityRef)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:380


CSIdentityGetUUID

CoreFoundationLibrary.__CFUUID CSIdentityGetUUID(OSServicesLibrary.__CSIdentity identity)
CSIdentityGetUUID()

Summary:
Returns an identity's UUID.

Mac OS X threading:
Thread safe since version 10.5

Parameters:

identity:
The identity object to access

Result:
A CFUUID object containing identity's UUID. Will never return
NULL.

Availability:
Mac OS X: in version 10.5 and later in CoreServices.framework
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : CFUUIDRef CSIdentityGetUUID(CSIdentityRef)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:408


CSIdentityGetPosixID

int CSIdentityGetPosixID(OSServicesLibrary.__CSIdentity identity)
CSIdentityGetPosixID()

Summary:
Retrieve POSIX ID of an identity.

Mac OS X threading:
Thread safe since version 10.5

Parameters:

identity:
The identity to access

Result:
Returns an identity's POSIX identifier (a UID or GID).

Availability:
Mac OS X: in version 10.5 and later in CoreServices.framework
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : id_t CSIdentityGetPosixID(CSIdentityRef)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:467


CSIdentityGetImageURL

ColorSyncLibrary.__CFURL CSIdentityGetImageURL(OSServicesLibrary.__CSIdentity identity)
CSIdentityGetImageURL()

Summary:
Retrieve the URL to an identity's image file

Mac OS X threading:
Thread safe since version 10.5

Parameters:

identity:
The identity to access

Result:
Returns a CFURLRef that contains the location of the user's image
file, or NULL if there is no image URL. The identity object may
release its reference to the return value when the identity is
modified.

Availability:
Mac OS X: in version 10.5 and later in CoreServices.framework
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : CFURLRef CSIdentityGetImageURL(CSIdentityRef)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:559


CSIdentityGetAliases

HIServicesLibrary.__CFArray CSIdentityGetAliases(OSServicesLibrary.__CSIdentity identity)
CSIdentityGetAliases()

Summary:
Retrieve the aliases of an identity.

Discussion:
Aliases are alternate names for identities. As with all identity
names, aliases must be unique within the entire namespace of of
the identity authority.

Mac OS X threading:
Thread safe since version 10.5

Parameters:

identity:
The identity to access

Result:
Returns an array containing the identity's name aliases as
CFStringRefs. The array may be empty. The identity object may
release its reference to the return value when the identity is
modified.

Availability:
Mac OS X: in version 10.5 and later in CoreServices.framework
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : CFArrayRef CSIdentityGetAliases(CSIdentityRef)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:652


CSIdentityIsMemberOfGroup

boolean CSIdentityIsMemberOfGroup(OSServicesLibrary.__CSIdentity identity,
                                  OSServicesLibrary.__CSIdentity group)
CSIdentityIsMemberOfGroup()

Summary:
Check if an identity is a memeber of a group

Mac OS X threading:
Thread safe since version 10.5

Parameters:

identity:
The identity whose membership is in question

group:
The group identity whose membership is to be checked

Result:
Returns true if the identity is a member (directly or indirectly)
of the specified group

Availability:
Mac OS X: in version 10.5 and later in CoreServices.framework
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : Boolean CSIdentityIsMemberOfGroup(CSIdentityRef, CSIdentityRef)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:683


CSIdentityIsHidden

boolean CSIdentityIsHidden(OSServicesLibrary.__CSIdentity identity)
CSIdentityIsHidden()

Summary:
Determine if a identity's hidden attribute is enabled

Mac OS X threading:
Thread safe since version 10.5

Parameters:

identity:
The identity object to access

Result:
Returns true if the identity was created with the hidden attribute

Availability:
Mac OS X: in version 10.5 and later in CoreServices.framework
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : Boolean CSIdentityIsHidden(CSIdentityRef)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:712


CSIdentityIsEnabled

boolean CSIdentityIsEnabled(OSServicesLibrary.__CSIdentity user)
CSIdentityIsEnabled()

Summary:
Determine if a user is enabled

Discussion:
A user that is not enabled cannot authenticate. This setting may
be used to temporarily allow a user's access to all services and
resources.

Mac OS X threading:
Thread safe since version 10.5

Parameters:

user:
The user identity to access

Result:
Returns true if the user is enabled. A user that is not enabled
cannot authenticate.

Availability:
Mac OS X: in version 10.5 and later in CoreServices.framework
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : Boolean CSIdentityIsEnabled(CSIdentityRef)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:796


CSIdentityGetCertificate

OSServicesLibrary.OpaqueSecCertificateRef CSIdentityGetCertificate(OSServicesLibrary.__CSIdentity user)
CSIdentityGetCertificate()

Summary:
Get a user's authentication certificate

Discussion:
The authentication certificate can be used in PKI-based protocols
to authenticate users.

Mac OS X threading:
Thread safe since version 10.5

Parameters:

user:
The user identity to access

Result:
The identity's certificate, or NULL if there is no certificate.
The identity object may release its reference to the return value
when the identity is modified.

Availability:
Mac OS X: in version 10.5 and later in CoreServices.framework
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : SecCertificateRef CSIdentityGetCertificate(CSIdentityRef)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:861


CSIdentityCreateGroupMembershipQuery

OSServicesLibrary.__CSIdentityQuery CSIdentityCreateGroupMembershipQuery(CoreFoundationLibrary.__CFAllocator allocator,
                                                                         OSServicesLibrary.__CSIdentity group)
CSIdentityCreateGroupMembershipQuery()

Summary:
Creates a query to find a group's members

Discussion:
Using a query to lookup group membership allows the caller to
execute the query synchronously or asynchronously.

Mac OS X threading:
Thread safe since version 10.5

Parameters:

allocator:
The allocator to use for the query

group:
The group identity whose members are to be queried

Result:
The CSIdentityQueryRef of the newly created object. The query is
ready to be executed.

Availability:
Mac OS X: in version 10.5 and later in CoreServices.framework
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : CSIdentityQueryRef CSIdentityCreateGroupMembershipQuery(CFAllocatorRef, CSIdentityRef)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:902


CSIdentitySetImageURL

void CSIdentitySetImageURL(OSServicesLibrary.__CSIdentity identity,
                           ColorSyncLibrary.__CFURL url)
CSIdentitySetImageURL()

Summary:
Set the URL of an identity's external image storage

Discussion:
This change must be committed.

Mac OS X threading:
Thread safe since version 10.5

Parameters:

identity:
The identity to access

url:
The URL file of the image. For local identities, this must be a
file URL. Pass NULL to remove the image URL from the identity.

Availability:
Mac OS X: in version 10.5 and later in CoreServices.framework
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : void CSIdentitySetImageURL(CSIdentityRef, CFURLRef)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:1006


CSIdentityAddMember

void CSIdentityAddMember(OSServicesLibrary.__CSIdentity group,
                         OSServicesLibrary.__CSIdentity member)
CSIdentityAddMember()

Summary:
Add an identity to a group

Discussion:
This change to the group must be committed.

Mac OS X threading:
Thread safe since version 10.5

Parameters:

group:
The group identity to access

member:
The identity to add to the group. Can be a user or group
identity.

Availability:
Mac OS X: in version 10.5 and later in CoreServices.framework
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : void CSIdentityAddMember(CSIdentityRef, CSIdentityRef)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:1146


CSIdentityRemoveMember

void CSIdentityRemoveMember(OSServicesLibrary.__CSIdentity group,
                            OSServicesLibrary.__CSIdentity member)
CSIdentityRemoveMember()

Summary:
Remove a member from a group

Discussion:
This change to the group must be committed.

Mac OS X threading:
Thread safe since version 10.5

Parameters:

group:
The group identity to access

member:
The member identity to remove

Availability:
Mac OS X: in version 10.5 and later in CoreServices.framework
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : void CSIdentityRemoveMember(CSIdentityRef, CSIdentityRef)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:1178


CSIdentitySetIsEnabled

void CSIdentitySetIsEnabled(OSServicesLibrary.__CSIdentity user,
                            boolean isEnabled)
CSIdentitySetIsEnabled()

Summary:
Enable or disable a user

Discussion:
A disabled user account cannot authenticate. Credentials
(password and certificate) are not affected. This change must be
committed.

Mac OS X threading:
Thread safe since version 10.5

Parameters:

user:
The identity object to access

isEnabled:
The new value of the isEnabled attribute

Availability:
Mac OS X: in version 10.5 and later in CoreServices.framework
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : void CSIdentitySetIsEnabled(CSIdentityRef, Boolean)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:1220


CSIdentitySetCertificate

void CSIdentitySetCertificate(OSServicesLibrary.__CSIdentity user,
                              OSServicesLibrary.OpaqueSecCertificateRef certificate)
CSIdentitySetCertificate()

Summary:
Set a user's authentication certificate

Discussion:
The subject name in the certificate will function as an alias for
the identity. As with all identity names, the subject name must
be unique within the entire name space of the identity authority.
This change must be submitted.

Mac OS X threading:
Thread safe since version 10.5

Parameters:

user:
The user identity to access

certificate:
The user's certificate, or NULL to remove the current
certificate

Availability:
Mac OS X: in version 10.5 and later in CoreServices.framework
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : void CSIdentitySetCertificate(CSIdentityRef, SecCertificateRef)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:1292


CSIdentityDelete

void CSIdentityDelete(OSServicesLibrary.__CSIdentity identity)
CSIdentityDelete()

Summary:
Permanently delete an identity from the identity database

Discussion:
Sets an identity to deleted state. This change must be committed.

Mac OS X threading:
Thread safe since version 10.5

Parameters:

identity:
The identity to delete

Availability:
Mac OS X: in version 10.5 and later in CoreServices.framework
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : void CSIdentityDelete(CSIdentityRef)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:1326


CSIdentityCommit

@Deprecated
boolean CSIdentityCommit(OSServicesLibrary.__CSIdentity identity,
                                    OSServicesLibrary.AuthorizationOpaqueRef authorization,
                                    PointerByReference error)
Deprecated. use the safer method CSIdentityCommit(org.rococoa.cocoa.osservices.OSServicesLibrary.__CSIdentity, org.rococoa.cocoa.osservices.OSServicesLibrary.AuthorizationOpaqueRef, org.rococoa.cocoa.colorsync.ColorSyncLibrary.__CFError[]) instead

CSIdentityCommit()

Summary:
Synchronously commit all pending changes to the identity
authority database

Mac OS X threading:
Thread safe since version 10.5

Parameters:

identity:
The identity to commit

authorization:
The authorization object holding credentials necessary to allow
modification to the identity database. As a convenience,
callers may pass NULL for the authorization, and the
implmentation will attempt to acquire the necessary credentials
from Authorization Services.

error:
Optional pointer to a CFErrorRef which will be set if this
function returns false. When this occurs, the caller is
responsible for releasing the error.

Result:
Returns true if successful, false if an error occurred

Availability:
Mac OS X: in version 10.5 and later in CoreServices.framework
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : Boolean CSIdentityCommit(CSIdentityRef, AuthorizationRef, CFErrorRef*)

Parameters:
authorization - can be NULL
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:1373

CSIdentityCommit

boolean CSIdentityCommit(OSServicesLibrary.__CSIdentity identity,
                         OSServicesLibrary.AuthorizationOpaqueRef authorization,
                         ColorSyncLibrary.__CFError[] error)
CSIdentityCommit()

Summary:
Synchronously commit all pending changes to the identity
authority database

Mac OS X threading:
Thread safe since version 10.5

Parameters:

identity:
The identity to commit

authorization:
The authorization object holding credentials necessary to allow
modification to the identity database. As a convenience,
callers may pass NULL for the authorization, and the
implmentation will attempt to acquire the necessary credentials
from Authorization Services.

error:
Optional pointer to a CFErrorRef which will be set if this
function returns false. When this occurs, the caller is
responsible for releasing the error.

Result:
Returns true if successful, false if an error occurred

Availability:
Mac OS X: in version 10.5 and later in CoreServices.framework
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : Boolean CSIdentityCommit(CSIdentityRef, AuthorizationRef, CFErrorRef*)

Parameters:
authorization - can be NULL
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:1373

CSIdentityIsCommitting

boolean CSIdentityIsCommitting(OSServicesLibrary.__CSIdentity identity)
CSIdentityIsCommitting()

Summary:
Determine if a commit operation is in progress

Mac OS X threading:
Thread safe since version 10.5

Parameters:

identity:
The identity to access

Result:
Returns true if a commit operation is in progress

Availability:
Mac OS X: in version 10.5 and later in CoreServices.framework
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : Boolean CSIdentityIsCommitting(CSIdentityRef)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:1523


CSIdentityRemoveClient

void CSIdentityRemoveClient(OSServicesLibrary.__CSIdentity identity)
CSIdentityRemoveClient()

Summary:
Invalidate an identity's client structure to stop client callbacks

Discussion:
After returning, this function guarantees that client callbacks
will never be invoked again. Use this function when releasing an
identity which may have an outstanding asynchronous request. This
function does not cancel an outstanding commit operation because
a commit cannot be interrupted.

Mac OS X threading:
Thread safe since version 10.5

Parameters:

identity:
The identity to access

Availability:
Mac OS X: in version 10.5 and later in CoreServices.framework
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : void CSIdentityRemoveClient(CSIdentityRef)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentity.h:1554


CSIdentityQueryGetTypeID

NativeLong CSIdentityQueryGetTypeID()
CSIdentityQueryGetTypeID()

Summary:
Retrieve the CFTypeID of the CSIdentityQuery class

Mac OS X threading:
Thread safe since version 10.5

Availability:
Mac OS X: in version 10.5 and later in CoreServices.framework
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : CFTypeID CSIdentityQueryGetTypeID()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentityQuery.h:49


CSIdentityQueryCreate

OSServicesLibrary.__CSIdentityQuery CSIdentityQueryCreate(CoreFoundationLibrary.__CFAllocator allocator,
                                                          int identityClass,
                                                          OSServicesLibrary.__CSIdentityAuthority authority)
CSIdentityQueryCreate()

Summary:
Creates an identity query object for all identities in the
specified authority

Discussion:
The results of this query include all of the identities in the
specified authority's database.

Mac OS X threading:
Thread safe since version 10.5

Parameters:

allocator:
The allocator to use for this instance

identityClass:
The class of identity to find

authority:
The identity authority to query

Result:
A new CSIdentityQuery object

Availability:
Mac OS X: in version 10.5 and later in CoreServices.framework
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : CSIdentityQueryRef CSIdentityQueryCreate(CFAllocatorRef, CSIdentityClass, CSIdentityAuthorityRef)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentityQuery.h:138

Parameters:
identityClass - @see CSIdentityClass

CSIdentityQueryCreateForUUID

OSServicesLibrary.__CSIdentityQuery CSIdentityQueryCreateForUUID(CoreFoundationLibrary.__CFAllocator allocator,
                                                                 CoreFoundationLibrary.__CFUUID uuid,
                                                                 OSServicesLibrary.__CSIdentityAuthority authority)
CSIdentityQueryCreateForUUID()

Summary:
Creates an identity query object based on a UUID

Discussion:
Finds an identity by its UUID

Mac OS X threading:
Thread safe since version 10.5

Parameters:

allocator:
The allocator to use for this instance

uuid:
The UUID of the identity to find

authority:
The identity authority to query

Result:
A new CSIdentityQuery object

Availability:
Mac OS X: in version 10.5 and later in CoreServices.framework
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : CSIdentityQueryRef CSIdentityQueryCreateForUUID(CFAllocatorRef, CFUUIDRef, CSIdentityAuthorityRef)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentityQuery.h:225


CSIdentityQueryCreateForPosixID

OSServicesLibrary.__CSIdentityQuery CSIdentityQueryCreateForPosixID(CoreFoundationLibrary.__CFAllocator allocator,
                                                                    int posixID,
                                                                    int identityClass,
                                                                    OSServicesLibrary.__CSIdentityAuthority authority)
CSIdentityQueryCreateForPosixID()

Summary:
Creates an identity query object based on a POSIX ID

Discussion:
Finds an identity by its UID or GID

Mac OS X threading:
Thread safe since version 10.5

Parameters:

allocator:
The allocator to use for this instance

posixID:
The UID or GID of the identity to find

identityClass:
The class of identity to find

authority:
The identity authority to query

Result:
A new CSIdentityQuery object

Availability:
Mac OS X: in version 10.5 and later in CoreServices.framework
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : CSIdentityQueryRef CSIdentityQueryCreateForPosixID(CFAllocatorRef, id_t, CSIdentityClass, CSIdentityAuthorityRef)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentityQuery.h:267

Parameters:
identityClass - @see CSIdentityClass

CSIdentityQueryCreateForCurrentUser

OSServicesLibrary.__CSIdentityQuery CSIdentityQueryCreateForCurrentUser(CoreFoundationLibrary.__CFAllocator allocator)
CSIdentityQueryCreateForCurrentUser()

Summary:
Creates a query for the current session user's identity

Mac OS X threading:
Thread safe since version 10.5

Parameters:

allocator:
The allocator to use for this instance

Result:
A new CSIdentityQuery object

Availability:
Mac OS X: in version 10.5 and later in CoreServices.framework
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : CSIdentityQueryRef CSIdentityQueryCreateForCurrentUser(CFAllocatorRef)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentityQuery.h:335


CSIdentityQueryCopyResults

HIServicesLibrary.__CFArray CSIdentityQueryCopyResults(OSServicesLibrary.__CSIdentityQuery query)
CSIdentityQueryCopyResults()

Summary:
Retrieve the results of executing an identity query

Discussion:
Returns an immutable array of CSIdentityRefs, reflecting the
current results of the query's execution.

Mac OS X threading:
Thread safe since version 10.5

Parameters:

query:
The query object to access

Result:
An array of zero or more CSIdentityRefs

Availability:
Mac OS X: in version 10.5 and later in CoreServices.framework
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : CFArrayRef CSIdentityQueryCopyResults(CSIdentityQueryRef)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentityQuery.h:366


CSIdentityQueryExecute

@Deprecated
boolean CSIdentityQueryExecute(OSServicesLibrary.__CSIdentityQuery query,
                                          NativeLong flags,
                                          PointerByReference error)
Deprecated. use the safer method CSIdentityQueryExecute(org.rococoa.cocoa.osservices.OSServicesLibrary.__CSIdentityQuery, com.sun.jna.NativeLong, org.rococoa.cocoa.colorsync.ColorSyncLibrary.__CFError[]) instead

CSIdentityQueryExecute()

Summary:
Execute an identity query synchronously

Mac OS X threading:
Thread safe since version 10.5

Parameters:

query:
The query object to execute

flags:
Execution options

error:
Optional pointer to a CFError object which must be released by
the caller if CSIdentityQueryExecute returns false

Result:
Returns true if the query executed successfully, false if an
error occurred.

Availability:
Mac OS X: in version 10.5 and later in CoreServices.framework
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : Boolean CSIdentityQueryExecute(CSIdentityQueryRef, CSIdentityQueryFlags, CFErrorRef*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentityQuery.h:401


CSIdentityQueryExecute

boolean CSIdentityQueryExecute(OSServicesLibrary.__CSIdentityQuery query,
                               NativeLong flags,
                               ColorSyncLibrary.__CFError[] error)
CSIdentityQueryExecute()

Summary:
Execute an identity query synchronously

Mac OS X threading:
Thread safe since version 10.5

Parameters:

query:
The query object to execute

flags:
Execution options

error:
Optional pointer to a CFError object which must be released by
the caller if CSIdentityQueryExecute returns false

Result:
Returns true if the query executed successfully, false if an
error occurred.

Availability:
Mac OS X: in version 10.5 and later in CoreServices.framework
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : Boolean CSIdentityQueryExecute(CSIdentityQueryRef, CSIdentityQueryFlags, CFErrorRef*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentityQuery.h:401


CSIdentityQueryStop

void CSIdentityQueryStop(OSServicesLibrary.__CSIdentityQuery query)
CSIdentityQueryStop()

Summary:
Invalidate an identity query client

Discussion:
Invalidate a query client so that its callback will never be
called in the future. Clients should call CSIdentityQueryStop
when an query will no longer be used, prior to releasing the
final query reference.

Mac OS X threading:
Thread safe since version 10.5

Parameters:

query:
The query to access

Availability:
Mac OS X: in version 10.5 and later in CoreServices.framework
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : void CSIdentityQueryStop(CSIdentityQueryRef)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentityQuery.h:564


AlertSoundPlay

void AlertSoundPlay()
AlertSoundPlay() *** DEPRECATED ***

Deprecated:
Use AudioServicesPlayAlertSound(). Found in


Summary:
Play an Alert Sound

Discussion:
Play the user's current alert sound, interrupting any previously
playing alert sound.

Availability:
Mac OS X: in version 10.2 and later in CoreServices.framework but deprecated in 10.5
CarbonLib: not available in CarbonLib 1.x
Non-Carbon CFM: not available
Original signature : void AlertSoundPlay()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SystemSound.h:117


AlertSoundPlayCustomSound

void AlertSoundPlayCustomSound(int inAction)
AlertSoundPlayCustomSound() *** DEPRECATED ***

Deprecated:
Use AudioServicesPlayAlertSound(). Found in


Summary:
Play a User designated Alert Sound

Discussion:
Play a sound, designated by a SystemSoundActionID, with the
behavior of AlertSoundPlay().

Parameters:

inAction:
A SystemSoundActionID indicating the desired Sound to be played
with AlertSound behavior.

Availability:
Mac OS X: in version 10.3 and later in CoreServices.framework but deprecated in 10.5
CarbonLib: not available in CarbonLib 1.x
Non-Carbon CFM: not available
Original signature : void AlertSoundPlayCustomSound(SystemSoundActionID)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SystemSound.h:146


SystemSoundPlay

void SystemSoundPlay(int inAction)
SystemSoundPlay() *** DEPRECATED ***

Deprecated:
Use AudioServicesPlaySystemSound(). Found in


Summary:
Play a System Sound

Discussion:
Immediately play the sound designated by actionID. Use for one
time actions that do not require a duration or modification
during playback. Sustain loops in the sound will be ignored.

Parameters:

inAction:
A SystemSoundActionID indicating the desired System Sound to be
played.

Availability:
Mac OS X: in version 10.2 and later in CoreServices.framework but deprecated in 10.5
CarbonLib: not available in CarbonLib 1.x
Non-Carbon CFM: not available
Original signature : void SystemSoundPlay(SystemSoundActionID)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SystemSound.h:176


SystemSoundRemoveCompletionRoutine

void SystemSoundRemoveCompletionRoutine(int inAction)
SystemSoundRemoveCompletionRoutine() *** DEPRECATED ***

Deprecated:
Use AudioServicesRemoveSystemSoundCompletion(). Found in


Summary:
Remove the Completion Routine being used for the provided
SystemSoundActionID.

Discussion:
To be called when it is no longer desired for the Completion
Routine to be called when a System Sound action has finished
playing.

Parameters:

inAction:
A SystemSoundActionID that currently has an associated
completion routine.

Availability:
Mac OS X: in version 10.3 and later in CoreServices.framework but deprecated in 10.5
CarbonLib: not available in CarbonLib 1.x
Non-Carbon CFM: not available
Original signature : void SystemSoundRemoveCompletionRoutine(SystemSoundActionID)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SystemSound.h:333


WSGetCFTypeIDFromWSTypeID

NativeLong WSGetCFTypeIDFromWSTypeID(int typeID)
WSGetCFTypeIDFromWSTypeID()

Discussion:
Returns the CFTypeID that is associated with a given WSTypeID.
CFTypeIDs are only valid during a particular instance of a
process and should not be used as static values.

Mac OS X threading:
Thread safe

Parameters:

typeID:
a WSTypeID constant

Result:
a CFTypeID, or 0 if not found

Availability:
Mac OS X: in version 10.2 and later
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : CFTypeID WSGetCFTypeIDFromWSTypeID(WSTypeID)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/WSTypes.h:227

Parameters:
typeID - @see WSTypeID

WSMethodInvocationGetTypeID

NativeLong WSMethodInvocationGetTypeID()
WSMethodInvocationGetTypeID()

Mac OS X threading:
Thread safe

Availability:
Mac OS X: in version 10.2 and later
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : CFTypeID WSMethodInvocationGetTypeID()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/WSMethodInvocation.h:182


WSMethodInvocationSetParameters

void WSMethodInvocationSetParameters(OSServicesLibrary.OpaqueWSMethodInvocationRef invocation,
                                     HIServicesLibrary.__CFDictionary parameters,
                                     HIServicesLibrary.__CFArray parameterOrder)
WSMethodInvocationSetParameters()

Discussion:
Set the parameters for a method invocation. The parameterOrder
may be NULL, in which case the order of th parameters is
undefined. If it is not NULL and the parameters dictionary
contains more parameters than are specified by the order, the
behavior is undefined. If the parameterOrder specifies more
parameters than are present in the dictionary, the result is
undefined.

Mac OS X threading:
Thread safe

Parameters:

invocation:
the invocation object

parameters:
a CFDictionaryRef of CFString keys and CFTypeRef values.

parameterOrder:
a CFArrayRef of CFString parameter names.

Availability:
Mac OS X: in version 10.2 and later
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : void WSMethodInvocationSetParameters(WSMethodInvocationRef, CFDictionaryRef, CFArrayRef)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/WSMethodInvocation.h:315


WSMethodInvocationCopyParameters

@Deprecated
HIServicesLibrary.__CFDictionary WSMethodInvocationCopyParameters(OSServicesLibrary.OpaqueWSMethodInvocationRef invocation,
                                                                             PointerByReference parameterOrder)
Deprecated. use the safer method WSMethodInvocationCopyParameters(org.rococoa.cocoa.osservices.OSServicesLibrary.OpaqueWSMethodInvocationRef, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFArray[]) instead

WSMethodInvocationCopyParameters()

Discussion:
Copies the parameters from the invocation. The resulting
dictionary contains the parameter dictionary. The parameterOrder
output parameter, if not NULL, will contain the order used to
serialize the parameters.

Mac OS X threading:
Thread safe

Parameters:

invocation:
the invocation

parameterOrder:
a pointer to a CFArray which will will receive the names, in
their specified order, of the input parameter values. This
parameter may be NULL.

Result:
a CFDictionaryRef

Availability:
Mac OS X: in version 10.2 and later
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : CFDictionaryRef WSMethodInvocationCopyParameters(WSMethodInvocationRef, CFArrayRef*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/WSMethodInvocation.h:352


WSMethodInvocationCopyParameters

HIServicesLibrary.__CFDictionary WSMethodInvocationCopyParameters(OSServicesLibrary.OpaqueWSMethodInvocationRef invocation,
                                                                  HIServicesLibrary.__CFArray[] parameterOrder)
WSMethodInvocationCopyParameters()

Discussion:
Copies the parameters from the invocation. The resulting
dictionary contains the parameter dictionary. The parameterOrder
output parameter, if not NULL, will contain the order used to
serialize the parameters.

Mac OS X threading:
Thread safe

Parameters:

invocation:
the invocation

parameterOrder:
a pointer to a CFArray which will will receive the names, in
their specified order, of the input parameter values. This
parameter may be NULL.

Result:
a CFDictionaryRef

Availability:
Mac OS X: in version 10.2 and later
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : CFDictionaryRef WSMethodInvocationCopyParameters(WSMethodInvocationRef, CFArrayRef*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/WSMethodInvocation.h:352


WSMethodInvocationInvoke

HIServicesLibrary.__CFDictionary WSMethodInvocationInvoke(OSServicesLibrary.OpaqueWSMethodInvocationRef invocation)
WSMethodInvocationInvoke()

Discussion:
Execute the invocation. If the call was successful, the result
will contain the result of the invocation. If for some reason the
invocation failed, including out of memory or invalid parameter
errors, then the result will contain a fault structure. You must
release the result when you're done with it.

Mac OS X threading:
Thread safe

Parameters:

invocation:
the invocation

Result:
a CFDictionaryRef containing the result of the execution or a
fault, and optional debug information.

Availability:
Mac OS X: in version 10.2 and later
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : CFDictionaryRef WSMethodInvocationInvoke(WSMethodInvocationRef)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/WSMethodInvocation.h:462


WSMethodInvocationSetCallBack

void WSMethodInvocationSetCallBack(OSServicesLibrary.OpaqueWSMethodInvocationRef invocation,
                                   OSServicesLibrary.WSMethodInvocationCallBackProcPtr clientCB,
                                   WSClientContext context)
WSMethodInvocationSetCallBack()

Discussion:
sets the callback for an asynchronous method invocation. Call
with a clientCB and context of NULL to clear the invocation
callback.

Mac OS X threading:
Thread safe

Parameters:

invocation:
the invocation

clientCB:
a ProcPtr to be called when the invocation completes.

context:
a pointer to a WSClientContext. The structure will be copied.

Availability:
Mac OS X: in version 10.2 and later
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : void WSMethodInvocationSetCallBack(WSMethodInvocationRef, WSMethodInvocationCallBackProcPtr, WSClientContext*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/WSMethodInvocation.h:540


WSMethodResultIsFault

boolean WSMethodResultIsFault(HIServicesLibrary.__CFDictionary methodResult)
WSMethodResultIsFault()

Discussion:
returns TRUE if the method invocation result contains a fault.

Mac OS X threading:
Thread safe

Parameters:

methodResult:
the result ref

Result:
TRUE if the result contains a fault condition

Availability:
Mac OS X: in version 10.2 and later
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : Boolean WSMethodResultIsFault(CFDictionaryRef)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/WSMethodInvocation.h:648


WSProtocolHandlerGetTypeID

NativeLong WSProtocolHandlerGetTypeID()
WSProtocolHandlerGetTypeID()

Mac OS X threading:
Thread safe

Availability:
Mac OS X: in version 10.3 and later
CarbonLib: not available
Non-Carbon CFM: not available
Original signature : CFTypeID WSProtocolHandlerGetTypeID()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/WSProtocolHandler.h:65


NewSleepQUPP

OSServicesLibrary.SleepQProcPtr NewSleepQUPP(OSServicesLibrary.SleepQProcPtr userRoutine)
NewSleepQUPP()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: available as macro/inline
Original signature : SleepQUPP NewSleepQUPP(SleepQProcPtr)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:102


DisposeSleepQUPP

void DisposeSleepQUPP(OSServicesLibrary.SleepQProcPtr userUPP)
DisposeSleepQUPP()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: available as macro/inline
Original signature : void DisposeSleepQUPP(SleepQUPP)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:113


GetCPUSpeed

int GetCPUSpeed()
GetCPUSpeed()

Discussion:
GetCPUSpeed() returns the current effective clock speed of the
CPU in megahertz.

Result:
the current effective clock speed of the CPU in megahertz.

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in InterfaceLib 7.1 and later
Original signature : GetCPUSpeed()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:164


SleepQInstall

void SleepQInstall(SleepQRec qRecPtr)
SleepQInstall()

Discussion:
Adds an entry to the sleep queue.

Parameters:

qRecPtr:
A pointer to a sleep queue record to be installed.

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in InterfaceLib 7.1 and later
Original signature : void SleepQInstall(SleepQRecPtr)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:184


SleepQRemove

void SleepQRemove(SleepQRec qRecPtr)
SleepQRemove()

Discussion:
Remove an entry from the sleep queue.

Parameters:

qRecPtr:
A pointer to a sleep queue record to be removed.

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in InterfaceLib 7.1 and later
Original signature : void SleepQRemove(SleepQRecPtr)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:204


MaximumProcessorSpeed

int MaximumProcessorSpeed()
MaximumProcessorSpeed()

Discussion:
MaximumProcessorSpeed() returns the maximum effective clock speed
of the CPU in megahertz.

Result:
the maximum effective clock speed of the CPU in megahertz.

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : MaximumProcessorSpeed()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:223


MinimumProcessorSpeed

int MinimumProcessorSpeed()
MinimumProcessorSpeed()

Discussion:
MinimumProcessorSpeed() returns the minimum effective clock speed
of the CPU in megahertz. Before Mac OS X 10.4, this function
always returns the maximum cpu speed, not the minimum as expected.

Result:
the minimum effective clock speed of the CPU in megahertz.

Availability:
Mac OS X: in version 10.1 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : MinimumProcessorSpeed()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:243


CurrentProcessorSpeed

int CurrentProcessorSpeed()
CurrentProcessorSpeed()

Discussion:
CurrentProcessorSpeed() returns the current effective clock speed
of the CPU in megahertz. Before Mac OS X 10.4, this function
always returns the maximum cpu speed, not the actual current
speed the processor is running at. One MHz represents one
million cycles per second.

Result:
the current effective clock speed of the CPU in megahertz.

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : CurrentProcessorSpeed()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:265


BatteryCount

int BatteryCount()
BatteryCount()

Summary:
Return the count of batteries installed on this computer.

Result:
the count of batteries installed.

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : BatteryCount()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:283


SetSpindownDisable

void SetSpindownDisable(boolean setDisable)
SetSpindownDisable() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : void SetSpindownDisable(Boolean)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:707


PMSelectorCount

int PMSelectorCount()
PMSelectorCount() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : PMSelectorCount()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:719


PMFeatures

int PMFeatures()
PMFeatures() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : UInt32 PMFeatures()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:731


SetProcessorSpeed

boolean SetProcessorSpeed(boolean fullSpeed)
SetProcessorSpeed() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : Boolean SetProcessorSpeed(Boolean)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:743


FullProcessorSpeed

boolean FullProcessorSpeed()
FullProcessorSpeed() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : Boolean FullProcessorSpeed()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:755


IdleUpdate

int IdleUpdate()
IdleUpdate() *** DEPRECATED ***

Deprecated:
The Power Manager is deprecated in Mac OS X. Some of this
functionality is provided in similar form in IOKit; some is
provided in the Carbon and Cocoa frameworks.

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in InterfaceLib 7.1 and later
Original signature : IdleUpdate()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:843


EnableIdle

void EnableIdle()
EnableIdle() *** DEPRECATED ***

Deprecated:
The Power Manager is deprecated in Mac OS X. Some of this
functionality is provided in similar form in IOKit; some is
provided in the Carbon and Cocoa frameworks.

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in InterfaceLib 7.1 and later
Original signature : void EnableIdle()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:860


DisableIdle

void DisableIdle()
DisableIdle() *** DEPRECATED ***

Deprecated:
The Power Manager is deprecated in Mac OS X. Some of this
functionality is provided in similar form in IOKit; some is
provided in the Carbon and Cocoa frameworks.

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in InterfaceLib 7.1 and later
Original signature : void DisableIdle()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:877


AOn

void AOn()
AOn() *** DEPRECATED ***

Deprecated:
This function is deprecated on Mac OS X. IOKit may provide
replacement functionality depending on what this was being used
for.

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in InterfaceLib 7.1 and later
Original signature : void AOn()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:894


AOnIgnoreModem

void AOnIgnoreModem()
AOnIgnoreModem() *** DEPRECATED ***

Deprecated:
This function is deprecated on Mac OS X. IOKit may provide
replacement functionality depending on what this was being used
for.

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in InterfaceLib 7.1 and later
Original signature : void AOnIgnoreModem()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:911


BOn

void BOn()
BOn() *** DEPRECATED ***

Deprecated:
This function is deprecated on Mac OS X. IOKit may provide
replacement functionality depending on what this was being used
for.

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in InterfaceLib 7.1 and later
Original signature : void BOn()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:928


AOff

void AOff()
AOff() *** DEPRECATED ***

Deprecated:
This function is deprecated on Mac OS X. IOKit may provide
replacement functionality depending on what this was being used
for.

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in InterfaceLib 7.1 and later
Original signature : void AOff()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:945


BOff

void BOff()
BOff() *** DEPRECATED ***

Deprecated:
This function is deprecated on Mac OS X. IOKit may provide
replacement functionality depending on what this was being used
for.

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in InterfaceLib 7.1 and later
Original signature : void BOff()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:962


GetSleepTimeout

byte GetSleepTimeout()
GetSleepTimeout() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : UInt8 GetSleepTimeout()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:976


SetSleepTimeout

void SetSleepTimeout(byte timeout)
SetSleepTimeout() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : void SetSleepTimeout(UInt8)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:988


GetHardDiskTimeout

byte GetHardDiskTimeout()
GetHardDiskTimeout() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : UInt8 GetHardDiskTimeout()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1000


SetHardDiskTimeout

void SetHardDiskTimeout(byte timeout)
SetHardDiskTimeout() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : void SetHardDiskTimeout(UInt8)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1012


HardDiskPowered

boolean HardDiskPowered()
HardDiskPowered() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : Boolean HardDiskPowered()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1024


SpinDownHardDisk

void SpinDownHardDisk()
SpinDownHardDisk() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : void SpinDownHardDisk()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1036


IsSpindownDisabled

boolean IsSpindownDisabled()
IsSpindownDisabled() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : Boolean IsSpindownDisabled()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1048


GetScaledBatteryInfo

void GetScaledBatteryInfo(short whichBattery,
                          BatteryInfo theInfo)
GetScaledBatteryInfo() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : void GetScaledBatteryInfo(short, BatteryInfo*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1084


AutoSleepControl

void AutoSleepControl(boolean enableSleep)
AutoSleepControl() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : void AutoSleepControl(Boolean)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1098


GetIntModemInfo

int GetIntModemInfo()
GetIntModemInfo() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : UInt32 GetIntModemInfo()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1110


SetIntModemState

void SetIntModemState(short theState)
SetIntModemState() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : void SetIntModemState(short)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1122


GetSCSIDiskModeAddress

int GetSCSIDiskModeAddress()
GetSCSIDiskModeAddress() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : GetSCSIDiskModeAddress()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1134


SetSCSIDiskModeAddress

void SetSCSIDiskModeAddress(short scsiAddress)
SetSCSIDiskModeAddress() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : void SetSCSIDiskModeAddress(short)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1146


GetWakeupTimer

void GetWakeupTimer(WakeupTime theTime)
GetWakeupTimer() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : void GetWakeupTimer(WakeupTime*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1158


SetWakeupTimer

void SetWakeupTimer(WakeupTime theTime)
SetWakeupTimer() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : void SetWakeupTimer(WakeupTime*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1170


IsProcessorCyclingEnabled

boolean IsProcessorCyclingEnabled()
IsProcessorCyclingEnabled() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : Boolean IsProcessorCyclingEnabled()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1182


EnableProcessorCycling

void EnableProcessorCycling(boolean enable)
EnableProcessorCycling() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : void EnableProcessorCycling(Boolean)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1194


GetBatteryVoltage

int GetBatteryVoltage(short whichBattery)
GetBatteryVoltage() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : Fixed GetBatteryVoltage(short)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1206


GetBatteryTimes

void GetBatteryTimes(short whichBattery,
                     BatteryTimeRec theTimes)
GetBatteryTimes() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : void GetBatteryTimes(short, BatteryTimeRec*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1218


GetDimmingTimeout

byte GetDimmingTimeout()
GetDimmingTimeout() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : UInt8 GetDimmingTimeout()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1232


SetDimmingTimeout

void SetDimmingTimeout(byte timeout)
SetDimmingTimeout() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : void SetDimmingTimeout(UInt8)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1244


DimmingControl

void DimmingControl(boolean enableSleep)
DimmingControl() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : void DimmingControl(Boolean)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1256


IsDimmingControlDisabled

boolean IsDimmingControlDisabled()
IsDimmingControlDisabled() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : Boolean IsDimmingControlDisabled()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1268


IsAutoSlpControlDisabled

boolean IsAutoSlpControlDisabled()
IsAutoSlpControlDisabled() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.0 and later
Original signature : Boolean IsAutoSlpControlDisabled()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1280


GetDimSuspendState

boolean GetDimSuspendState()
GetDimSuspendState() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.1 and later
Original signature : Boolean GetDimSuspendState()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1388


SetDimSuspendState

void SetDimSuspendState(boolean dimSuspendState)
SetDimSuspendState() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.0
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in PowerMgrLib 1.1 and later
Original signature : void SetDimSuspendState(Boolean)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1400


NewHDSpindownUPP

OSServicesLibrary.HDSpindownProcPtr NewHDSpindownUPP(OSServicesLibrary.HDSpindownProcPtr userRoutine)
NewHDSpindownUPP()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: available as macro/inline
Original signature : HDSpindownUPP NewHDSpindownUPP(HDSpindownProcPtr)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1415


NewPMgrStateChangeUPP

OSServicesLibrary.PMgrStateChangeProcPtr NewPMgrStateChangeUPP(OSServicesLibrary.PMgrStateChangeProcPtr userRoutine)
NewPMgrStateChangeUPP()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: available as macro/inline
Original signature : PMgrStateChangeUPP NewPMgrStateChangeUPP(PMgrStateChangeProcPtr)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1426


DisposeHDSpindownUPP

void DisposeHDSpindownUPP(OSServicesLibrary.HDSpindownProcPtr userUPP)
DisposeHDSpindownUPP()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: available as macro/inline
Original signature : void DisposeHDSpindownUPP(HDSpindownUPP)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1437


DisposePMgrStateChangeUPP

void DisposePMgrStateChangeUPP(OSServicesLibrary.PMgrStateChangeProcPtr userUPP)
DisposePMgrStateChangeUPP()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: available as macro/inline
Original signature : void DisposePMgrStateChangeUPP(PMgrStateChangeUPP)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1448


InvokeHDSpindownUPP

void InvokeHDSpindownUPP(HDQueueElement theElement,
                         OSServicesLibrary.HDSpindownProcPtr userUPP)
InvokeHDSpindownUPP()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: available as macro/inline
Original signature : void InvokeHDSpindownUPP(HDQueueElement*, HDSpindownUPP)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/Power.h:1459


NewSCSICallbackUPP

OSServicesLibrary.SCSICallbackProcPtr NewSCSICallbackUPP(OSServicesLibrary.SCSICallbackProcPtr userRoutine)
NewSCSICallbackUPP()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.3 and later
Non-Carbon CFM: available as macro/inline
Original signature : SCSICallbackUPP NewSCSICallbackUPP(SCSICallbackProcPtr)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:203


DisposeSCSICallbackUPP

void DisposeSCSICallbackUPP(OSServicesLibrary.SCSICallbackProcPtr userUPP)
DisposeSCSICallbackUPP()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.3 and later
Non-Carbon CFM: available as macro/inline
Original signature : void DisposeSCSICallbackUPP(SCSICallbackUPP)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:214


InvokeSCSICallbackUPP

void InvokeSCSICallbackUPP(Pointer scsiPB,
                           OSServicesLibrary.SCSICallbackProcPtr userUPP)
InvokeSCSICallbackUPP()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.3 and later
Non-Carbon CFM: available as macro/inline
Original signature : void InvokeSCSICallbackUPP(void*, SCSICallbackUPP)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/SCSI.h:225


NewNSLMgrNotifyUPP

OSServicesLibrary.NSLMgrNotifyProcPtr NewNSLMgrNotifyUPP(OSServicesLibrary.NSLMgrNotifyProcPtr userRoutine)
NewNSLMgrNotifyUPP()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: available as macro/inline
Original signature : NSLMgrNotifyUPP NewNSLMgrNotifyUPP(NSLMgrNotifyProcPtr)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:158


NewNSLClientNotifyUPP

OSServicesLibrary.NSLClientNotifyProcPtr NewNSLClientNotifyUPP(OSServicesLibrary.NSLClientNotifyProcPtr userRoutine)
NewNSLClientNotifyUPP()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: available as macro/inline
Original signature : NSLClientNotifyUPP NewNSLClientNotifyUPP(NSLClientNotifyProcPtr)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:169


DisposeNSLMgrNotifyUPP

void DisposeNSLMgrNotifyUPP(OSServicesLibrary.NSLMgrNotifyProcPtr userUPP)
DisposeNSLMgrNotifyUPP()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: available as macro/inline
Original signature : void DisposeNSLMgrNotifyUPP(NSLMgrNotifyUPP)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:180


DisposeNSLClientNotifyUPP

void DisposeNSLClientNotifyUPP(OSServicesLibrary.NSLClientNotifyProcPtr userUPP)
DisposeNSLClientNotifyUPP()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: available as macro/inline
Original signature : void DisposeNSLClientNotifyUPP(NSLClientNotifyUPP)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:191


InvokeNSLMgrNotifyUPP

void InvokeNSLMgrNotifyUPP(NSLPluginAsyncInfo thePluginAsyncInfo,
                           OSServicesLibrary.NSLMgrNotifyProcPtr userUPP)
InvokeNSLMgrNotifyUPP()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: available as macro/inline
Original signature : void InvokeNSLMgrNotifyUPP(NSLPluginAsyncInfo*, NSLMgrNotifyUPP)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:202


InvokeNSLClientNotifyUPP

void InvokeNSLClientNotifyUPP(NSLClientAsyncInfo theClientAsyncInfo,
                              OSServicesLibrary.NSLClientNotifyProcPtr userUPP)
InvokeNSLClientNotifyUPP()

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: available as macro/inline
Original signature : void InvokeNSLClientNotifyUPP(NSLClientAsyncInfo*, NSLClientNotifyUPP)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:215


NSLLibraryVersion

int NSLLibraryVersion()
NSLLibraryVersion() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.1 and later
Original signature : UInt32 NSLLibraryVersion()
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:313


NSLStandardRegisterURL

@Deprecated
NSLError.ByValue NSLStandardRegisterURL(Pointer urlToRegister,
                                                   Pointer neighborhoodToRegisterIn)
Deprecated. use the safer methods NSLStandardRegisterURL(java.nio.ByteBuffer, java.nio.ByteBuffer) and NSLStandardRegisterURL(com.sun.jna.Pointer, com.sun.jna.Pointer) instead

NSLStandardRegisterURL() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.1 and later
Original signature : NSLError NSLStandardRegisterURL(NSLPath, NSLNeighborhood)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:347


NSLStandardRegisterURL

NSLError.ByValue NSLStandardRegisterURL(ByteBuffer urlToRegister,
                                        ByteBuffer neighborhoodToRegisterIn)
NSLStandardRegisterURL() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.1 and later
Original signature : NSLError NSLStandardRegisterURL(NSLPath, NSLNeighborhood)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:347


NSLStandardDeregisterURL

@Deprecated
NSLError.ByValue NSLStandardDeregisterURL(Pointer urlToDeregister,
                                                     Pointer neighborhoodToDeregisterIn)
Deprecated. use the safer methods NSLStandardDeregisterURL(java.nio.ByteBuffer, java.nio.ByteBuffer) and NSLStandardDeregisterURL(com.sun.jna.Pointer, com.sun.jna.Pointer) instead

NSLStandardDeregisterURL() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.1 and later
Original signature : NSLError NSLStandardDeregisterURL(NSLPath, NSLNeighborhood)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:366


NSLStandardDeregisterURL

NSLError.ByValue NSLStandardDeregisterURL(ByteBuffer urlToDeregister,
                                          ByteBuffer neighborhoodToDeregisterIn)
NSLStandardDeregisterURL() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.1 and later
Original signature : NSLError NSLStandardDeregisterURL(NSLPath, NSLNeighborhood)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:366


NSLMakeNewServicesList

@Deprecated
PointerByReference NSLMakeNewServicesList(Pointer initialServiceList)
Deprecated. use the safer methods NSLMakeNewServicesList(java.lang.String) and NSLMakeNewServicesList(com.sun.jna.Pointer) instead

NSLMakeNewServicesList() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.0 and later
Original signature : NSLServicesList NSLMakeNewServicesList(const char*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:423


NSLMakeNewServicesList

PointerByReference NSLMakeNewServicesList(String initialServiceList)
NSLMakeNewServicesList() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.0 and later
Original signature : NSLServicesList NSLMakeNewServicesList(const char*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:423


NSLAddServiceToServicesList

@Deprecated
NSLError.ByValue NSLAddServiceToServicesList(PointerByReference serviceList,
                                                        Pointer serviceType)
Deprecated. use the safer methods NSLAddServiceToServicesList(java.lang.String[], java.nio.ByteBuffer) and NSLAddServiceToServicesList(com.sun.jna.ptr.PointerByReference, com.sun.jna.Pointer) instead

NSLAddServiceToServicesList() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.0 and later
Original signature : NSLError NSLAddServiceToServicesList(NSLServicesList, NSLServiceType)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:435


NSLAddServiceToServicesList

NSLError.ByValue NSLAddServiceToServicesList(String[] serviceList,
                                             ByteBuffer serviceType)
NSLAddServiceToServicesList() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.0 and later
Original signature : NSLError NSLAddServiceToServicesList(NSLServicesList, NSLServiceType)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:435


NSLDisposeServicesList

@Deprecated
void NSLDisposeServicesList(PointerByReference theList)
Deprecated. use the safer methods NSLDisposeServicesList(java.lang.String[]) and NSLDisposeServicesList(com.sun.jna.ptr.PointerByReference) instead

NSLDisposeServicesList() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.0 and later
Original signature : void NSLDisposeServicesList(NSLServicesList)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:449


NSLDisposeServicesList

void NSLDisposeServicesList(String[] theList)
NSLDisposeServicesList() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.0 and later
Original signature : void NSLDisposeServicesList(NSLServicesList)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:449


NSLMakeNewNeighborhood

@Deprecated
Pointer NSLMakeNewNeighborhood(Pointer name,
                                          Pointer protocolList)
Deprecated. use the safer methods NSLMakeNewNeighborhood(java.lang.String, java.lang.String) and NSLMakeNewNeighborhood(com.sun.jna.Pointer, com.sun.jna.Pointer) instead

NSLMakeNewNeighborhood() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.0 and later
Original signature : NSLNeighborhood NSLMakeNewNeighborhood(const char*, const char*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:467


NSLMakeNewNeighborhood

Pointer NSLMakeNewNeighborhood(String name,
                               String protocolList)
NSLMakeNewNeighborhood() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.0 and later
Original signature : NSLNeighborhood NSLMakeNewNeighborhood(const char*, const char*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:467


NSLCopyNeighborhood

@Deprecated
Pointer NSLCopyNeighborhood(Pointer neighborhood)
Deprecated. use the safer methods NSLCopyNeighborhood(java.nio.ByteBuffer) and NSLCopyNeighborhood(com.sun.jna.Pointer) instead

NSLCopyNeighborhood() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.1 and later
Original signature : NSLNeighborhood NSLCopyNeighborhood(NSLNeighborhood)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:482


NSLCopyNeighborhood

Pointer NSLCopyNeighborhood(ByteBuffer neighborhood)
NSLCopyNeighborhood() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.1 and later
Original signature : NSLNeighborhood NSLCopyNeighborhood(NSLNeighborhood)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:482


NSLFreeNeighborhood

@Deprecated
Pointer NSLFreeNeighborhood(Pointer neighborhood)
Deprecated. use the safer methods NSLFreeNeighborhood(java.nio.ByteBuffer) and NSLFreeNeighborhood(com.sun.jna.Pointer) instead

NSLFreeNeighborhood() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.0 and later
Original signature : NSLNeighborhood NSLFreeNeighborhood(NSLNeighborhood)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:494


NSLFreeNeighborhood

Pointer NSLFreeNeighborhood(ByteBuffer neighborhood)
NSLFreeNeighborhood() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.0 and later
Original signature : NSLNeighborhood NSLFreeNeighborhood(NSLNeighborhood)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:494


NSLGetNameFromNeighborhood

@Deprecated
void NSLGetNameFromNeighborhood(Pointer neighborhood,
                                           PointerByReference name,
                                           NativeLongByReference length)
Deprecated. use the safer methods NSLGetNameFromNeighborhood(java.nio.ByteBuffer, java.lang.String[], com.sun.jna.ptr.NativeLongByReference) and NSLGetNameFromNeighborhood(com.sun.jna.Pointer, com.sun.jna.ptr.PointerByReference, com.sun.jna.ptr.NativeLongByReference) instead

NSLGetNameFromNeighborhood() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.0 and later
Original signature : void NSLGetNameFromNeighborhood(NSLNeighborhood, char**, long*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:506


NSLGetNameFromNeighborhood

void NSLGetNameFromNeighborhood(ByteBuffer neighborhood,
                                String[] name,
                                NativeLongByReference length)
NSLGetNameFromNeighborhood() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.0 and later
Original signature : void NSLGetNameFromNeighborhood(NSLNeighborhood, char**, long*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:506


NSLFreeTypedDataPtr

NSLTypedData NSLFreeTypedDataPtr(NSLTypedData nslTypeData)
NSLFreeTypedDataPtr() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.0 and later
Original signature : NSLTypedDataPtr NSLFreeTypedDataPtr(NSLTypedDataPtr)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:540


NSLGetNextUrl

@Deprecated
boolean NSLGetNextUrl(NSLClientAsyncInfo infoPtr,
                                 PointerByReference urlPtr,
                                 NativeLongByReference urlLength)
Deprecated. use the safer methods NSLGetNextUrl(org.rococoa.cocoa.osservices.NSLClientAsyncInfo, java.lang.String[], com.sun.jna.ptr.NativeLongByReference) and NSLGetNextUrl(org.rococoa.cocoa.osservices.NSLClientAsyncInfo, com.sun.jna.ptr.PointerByReference, com.sun.jna.ptr.NativeLongByReference) instead

NSLGetNextUrl() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.0 and later
Original signature : Boolean NSLGetNextUrl(NSLClientAsyncInfoPtr, char**, long*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:556


NSLGetNextUrl

boolean NSLGetNextUrl(NSLClientAsyncInfo infoPtr,
                      String[] urlPtr,
                      NativeLongByReference urlLength)
NSLGetNextUrl() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.0 and later
Original signature : Boolean NSLGetNextUrl(NSLClientAsyncInfoPtr, char**, long*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:556


NSLGetNextNeighborhood

boolean NSLGetNextNeighborhood(NSLClientAsyncInfo infoPtr,
                               PointerByReference neighborhood,
                               NativeLongByReference neighborhoodLength)
NSLGetNextNeighborhood() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.0 and later
Original signature : Boolean NSLGetNextNeighborhood(NSLClientAsyncInfoPtr, NSLNeighborhood*, long*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:575


NSLCloseNavigationAPI

void NSLCloseNavigationAPI(int theClient)
NSLCloseNavigationAPI() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.0 and later
Original signature : void NSLCloseNavigationAPI(NSLClientRef)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:633


NSLPrepareRequest

@Deprecated
NSLError.ByValue NSLPrepareRequest(OSServicesLibrary.NSLClientNotifyProcPtr notifier,
                                              Pointer contextPtr,
                                              int theClient,
                                              IntByReference ref,
                                              Pointer bufPtr,
                                              NativeLong bufLen,
                                              PointerByReference infoPtr)
Deprecated. use the safer methods NSLPrepareRequest(org.rococoa.cocoa.osservices.OSServicesLibrary.NSLClientNotifyProcPtr, com.sun.jna.Pointer, int, java.nio.IntBuffer, java.nio.ByteBuffer, com.sun.jna.NativeLong, com.sun.jna.ptr.PointerByReference) and NSLPrepareRequest(org.rococoa.cocoa.osservices.OSServicesLibrary.NSLClientNotifyProcPtr, com.sun.jna.Pointer, int, com.sun.jna.ptr.IntByReference, com.sun.jna.Pointer, com.sun.jna.NativeLong, com.sun.jna.ptr.PointerByReference) instead

NSLPrepareRequest() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.0 and later
Original signature : NSLError NSLPrepareRequest(NSLClientNotifyUPP, void*, NSLClientRef, NSLRequestRef*, char*, unsigned long, NSLClientAsyncInfoPtr*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:661


NSLPrepareRequest

NSLError.ByValue NSLPrepareRequest(OSServicesLibrary.NSLClientNotifyProcPtr notifier,
                                   Pointer contextPtr,
                                   int theClient,
                                   IntBuffer ref,
                                   ByteBuffer bufPtr,
                                   NativeLong bufLen,
                                   PointerByReference infoPtr)
NSLPrepareRequest() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.0 and later
Original signature : NSLError NSLPrepareRequest(NSLClientNotifyUPP, void*, NSLClientRef, NSLRequestRef*, char*, unsigned long, NSLClientAsyncInfoPtr*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:661


NSLStartNeighborhoodLookup

@Deprecated
NSLError.ByValue NSLStartNeighborhoodLookup(int ref,
                                                       Pointer neighborhood,
                                                       NSLClientAsyncInfo asyncInfo)
Deprecated. use the safer methods NSLStartNeighborhoodLookup(int, java.nio.ByteBuffer, org.rococoa.cocoa.osservices.NSLClientAsyncInfo) and NSLStartNeighborhoodLookup(int, com.sun.jna.Pointer, org.rococoa.cocoa.osservices.NSLClientAsyncInfo) instead

NSLStartNeighborhoodLookup() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.0 and later
Original signature : NSLError NSLStartNeighborhoodLookup(NSLRequestRef, NSLNeighborhood, NSLClientAsyncInfo*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:687


NSLStartNeighborhoodLookup

NSLError.ByValue NSLStartNeighborhoodLookup(int ref,
                                            ByteBuffer neighborhood,
                                            NSLClientAsyncInfo asyncInfo)
NSLStartNeighborhoodLookup() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.0 and later
Original signature : NSLError NSLStartNeighborhoodLookup(NSLRequestRef, NSLNeighborhood, NSLClientAsyncInfo*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:687


NSLStartServicesLookup

@Deprecated
NSLError.ByValue NSLStartServicesLookup(int ref,
                                                   Pointer neighborhood,
                                                   NSLTypedData requestData,
                                                   NSLClientAsyncInfo asyncInfo)
Deprecated. use the safer methods NSLStartServicesLookup(int, java.nio.ByteBuffer, org.rococoa.cocoa.osservices.NSLTypedData, org.rococoa.cocoa.osservices.NSLClientAsyncInfo) and NSLStartServicesLookup(int, com.sun.jna.Pointer, org.rococoa.cocoa.osservices.NSLTypedData, org.rococoa.cocoa.osservices.NSLClientAsyncInfo) instead

NSLStartServicesLookup() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.0 and later
Original signature : NSLError NSLStartServicesLookup(NSLRequestRef, NSLNeighborhood, NSLTypedDataPtr, NSLClientAsyncInfo*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:707


NSLStartServicesLookup

NSLError.ByValue NSLStartServicesLookup(int ref,
                                        ByteBuffer neighborhood,
                                        NSLTypedData requestData,
                                        NSLClientAsyncInfo asyncInfo)
NSLStartServicesLookup() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.0 and later
Original signature : NSLError NSLStartServicesLookup(NSLRequestRef, NSLNeighborhood, NSLTypedDataPtr, NSLClientAsyncInfo*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:707


NSLContinueLookup

NSLError.ByValue NSLContinueLookup(NSLClientAsyncInfo asyncInfo)
NSLContinueLookup() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.0 and later
Original signature : NSLError NSLContinueLookup(NSLClientAsyncInfo*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:726


NSLCancelRequest

NSLError.ByValue NSLCancelRequest(int ref)
NSLCancelRequest() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.0 and later
Original signature : NSLError NSLCancelRequest(NSLRequestRef)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:741


NSLDeleteRequest

NSLError.ByValue NSLDeleteRequest(int ref)
NSLDeleteRequest() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.0 and later
Original signature : NSLError NSLDeleteRequest(NSLRequestRef)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:758


NSLServiceIsInServiceList

@Deprecated
boolean NSLServiceIsInServiceList(PointerByReference serviceList,
                                             Pointer svcToFind)
Deprecated. use the safer methods NSLServiceIsInServiceList(java.lang.String[], java.nio.ByteBuffer) and NSLServiceIsInServiceList(com.sun.jna.ptr.PointerByReference, com.sun.jna.Pointer) instead

NSLServiceIsInServiceList() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.1 and later
Original signature : Boolean NSLServiceIsInServiceList(NSLServicesList, NSLServiceType)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:852


NSLServiceIsInServiceList

boolean NSLServiceIsInServiceList(String[] serviceList,
                                  ByteBuffer svcToFind)
NSLServiceIsInServiceList() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.1 and later
Original signature : Boolean NSLServiceIsInServiceList(NSLServicesList, NSLServiceType)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:852


NSLGetNeighborhoodLength

@Deprecated
int NSLGetNeighborhoodLength(Pointer neighborhood)
Deprecated. use the safer methods NSLGetNeighborhoodLength(java.nio.ByteBuffer) and NSLGetNeighborhoodLength(com.sun.jna.Pointer) instead

NSLGetNeighborhoodLength() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.1 and later
Original signature : NSLGetNeighborhoodLength(NSLNeighborhood)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:886


NSLGetNeighborhoodLength

int NSLGetNeighborhoodLength(ByteBuffer neighborhood)
NSLGetNeighborhoodLength() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in NSLPPCLib 1.1 and later
Original signature : NSLGetNeighborhoodLength(NSLNeighborhood)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:886



Copyright © 2009. All Rights Reserved.