coreservices

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2026 License: MIT Imports: 10 Imported by: 0

Documentation

Overview

Package coreservices provides Go bindings for the coreservices framework.

Access and manage key operating system services, such as launch and identity services.

This collection of documents provides the API reference for the Core Services framework, which encompasses many fundamental operating system services used by Carbon applications.

Code generated from Apple documentation. DO NOT EDIT.

Index

Constants

View Source
const (
	// GestaltDupSelectorErr: Specifies you tried to add an entry that already existed.
	GestaltDupSelectorErr int = -5552
	// GestaltLocationErr: Specifies the gestalt function ptr was not in the system heap.
	GestaltLocationErr int = -5553
	// GestaltUndefSelectorErr: Specifies an undefined selector was passed to the Gestalt Manager.
	GestaltUndefSelectorErr int = -5551
	// GestaltUnknownErr: Specifies an unknown error.
	GestaltUnknownErr int = -5550
)
View Source
const (
	KAEZoomIn  uint = 7
	KAEZoomOut uint = 8
)
View Source
const CoreFoundationUnknownErr int = -4960
View Source
const DialogNoTimeoutErr int = -5640
View Source
const ErrTaskNotFound int = -10780
View Source
const EvtNotEnb uint = 1
View Source
const KAEHandleArray uint = 2
View Source
const KALMLocationNotFoundErr int = -30048
View Source
const KCSDiskSpaceRecoveryOptionNoUI uint = 1
View Source
const KCSIdentityCommitCompleted uint = 1
View Source
const KCoreEventClass uint = 'a'<<24 | 'e'<<16 | 'v'<<8 | 't' // 'aevt'
View Source
const KFSEventStreamEventIdSinceNow uint = 0
View Source
const KIconServicesCatalogInfoMask uint = 0
View Source
const KMPNanokernelNeedsMemoryErr int = -29294
View Source
const KQTSSUnknownErr int = -6150
View Source
const KSystemIconsCreator uint = 'm'<<24 | 'a'<<16 | 'c'<<8 | 's' // 'macs'
View Source
const KUCCollateStandardOptions uint = 2
View Source
const KUCCollateTypeHFSExtended uint = 1
View Source
const KUCCollateTypeMask uint = 0
View Source
const KUCKeyTranslateNoDeadKeysBit uint = 0
View Source
const KUCKeyTranslateNoDeadKeysMask uint = 1
View Source
const KUCTypeSelectMaxListSize uint = 0
View Source
const KUnicodeCollationClass uint = 'u'<<24 | 'c'<<16 | 'o'<<8 | 'l' // 'ucol'
View Source
const KUnicodeTextBreakClass uint = 'u'<<24 | 'b'<<16 | 'r'<<8 | 'k' // 'ubrk'
View Source
const KeyReplyPortAttr uint = 'r'<<24 | 'e'<<16 | 'p'<<8 | 'p' // 'repp'
View Source
const MmInternalError int = -2526
View Source
const NmTypErr int = -299
View Source
const NoMaskFoundErr int = -1000
View Source
const PrinterStatusOpCodeNotSupportedErr int = -25280
View Source
const ThreadBadAppContextErr int = -616
View Source
const TypeAuditToken uint = 't'<<24 | 'o'<<16 | 'k'<<8 | 'n' // 'tokn'

Variables

This section is empty.

Functions

func AEBuildAppleEvent

func AEBuildAppleEvent(arg0 uint32, arg1 uint32, arg2 uint32, arg3 corefoundation.CGSize, arg4 int16, arg5 int32, arg6 AEDesc, arg7 AEBuildError, arg8 int8) int32

AEBuildAppleEvent constructs an entire Apple event in a single call.

See: https://developer.apple.com/documentation/coreservices/1573757-aebuildappleevent

func AEBuildDesc

func AEBuildDesc(arg0 AEDesc, arg1 AEBuildError, arg2 int8) int32

AEBuildDesc provides a facility for compiling AEBuild descriptor strings into Apple event descriptors (AEDesc).

See: https://developer.apple.com/documentation/coreservices/1573758-aebuilddesc

func AEBuildParameters

func AEBuildParameters(arg0 AEDesc, arg1 AEBuildError, arg2 int8) int32

AEBuildParameters adds additional parameters or attributes to an existing Apple event.

See: https://developer.apple.com/documentation/coreservices/1573755-aebuildparameters

func AECallObjectAccessor

func AECallObjectAccessor(desiredClass uint32, containerToken unsafe.Pointer, containerClass uint32, keyForm uint32, keyData unsafe.Pointer, token unsafe.Pointer) int16

AECallObjectAccessor invokes the appropriate object accessor function for a specific desired type and container type.

See: https://developer.apple.com/documentation/coreservices/1447059-aecallobjectaccessor

func AECheckIsRecord

func AECheckIsRecord(theDesc unsafe.Pointer) bool

AECheckIsRecord determines whether a descriptor is truly an AERecord.

See: https://developer.apple.com/documentation/coreservices/1444011-aecheckisrecord

func AECoerceDesc

func AECoerceDesc(theAEDesc unsafe.Pointer, toType uint32, result unsafe.Pointer) int16

AECoerceDesc coerces the data in a descriptor to another descriptor type and creates a descriptor containing the newly coerced data.

See: https://developer.apple.com/documentation/coreservices/1446519-aecoercedesc

func AECoercePtr

func AECoercePtr(typeCode uint32, dataPtr unsafe.Pointer, dataSize corefoundation.CGSize, toType uint32, result unsafe.Pointer) int16

AECoercePtr coerces data to a desired descriptor type and creates a descriptor containing the newly coerced data.

See: https://developer.apple.com/documentation/coreservices/1441846-aecoerceptr

func AECountItems

func AECountItems(theAEDescList unsafe.Pointer, theCount unsafe.Pointer) int16

AECountItems counts the number of descriptors in a descriptor list.

See: https://developer.apple.com/documentation/coreservices/1449533-aecountitems

func AECreateAppleEvent

func AECreateAppleEvent(theAEEventClass uint32, theAEEventID uint32, target unsafe.Pointer, returnID AEReturnID, transactionID AETransactionID, result *AEDesc) int16

AECreateAppleEvent creates an Apple event with several important attributes but no parameters.

See: https://developer.apple.com/documentation/coreservices/1448525-aecreateappleevent

func AECreateDesc

func AECreateDesc(typeCode uint32, dataPtr unsafe.Pointer, dataSize corefoundation.CGSize, result unsafe.Pointer) int16

AECreateDesc creates a new descriptor that incorporates the specified data.

See: https://developer.apple.com/documentation/coreservices/1448535-aecreatedesc

func AECreateDescFromExternalPtr

func AECreateDescFromExternalPtr(descriptorType uint32, dataPtr unsafe.Pointer, dataLength corefoundation.CGSize, disposeCallback AEDisposeExternalUPP, disposeRefcon uintptr, theDesc unsafe.Pointer) int32

AECreateDescFromExternalPtr creates a new descriptor that uses a memory buffer supplied by the caller.

See: https://developer.apple.com/documentation/coreservices/1446239-aecreatedescfromexternalptr

func AECreateList

func AECreateList(factoringPtr unsafe.Pointer, factoredSize corefoundation.CGSize, isRecord unsafe.Pointer, resultList unsafe.Pointer) int16

AECreateList creates an empty descriptor list or Apple event record.

See: https://developer.apple.com/documentation/coreservices/1448643-aecreatelist

func AEDecodeMessage

func AEDecodeMessage(header unsafe.Pointer, event *AEDesc, reply *AEDesc) int32

AEDecodeMessage decodes a Mach message and converts it into an Apple event and its related reply.

See: https://developer.apple.com/documentation/coreservices/1447827-aedecodemessage

func AEDeleteItem

func AEDeleteItem(theAEDescList unsafe.Pointer, index unsafe.Pointer) int16

AEDeleteItem deletes a descriptor from a descriptor list, causing all subsequent descriptors to move up one place.

See: https://developer.apple.com/documentation/coreservices/1447164-aedeleteitem

func AEDeleteParam

func AEDeleteParam(theAppleEvent *AEDesc, theAEKeyword uint32) int16

AEDeleteParam deletes a keyword-specified parameter from an Apple event record.

See: https://developer.apple.com/documentation/coreservices/1444338-aedeleteparam

func AEDeterminePermissionToAutomateTarget

func AEDeterminePermissionToAutomateTarget(target unsafe.Pointer, theAEEventClass uint32, theAEEventID uint32, askUserIfNeeded unsafe.Pointer) int32

AEDeterminePermissionToAutomateTarget.

See: https://developer.apple.com/documentation/coreservices/3025784-aedeterminepermissiontoautomatet

func AEDisposeDesc

func AEDisposeDesc(theAEDesc unsafe.Pointer) int16

AEDisposeDesc deallocates the memory used by a descriptor.

See: https://developer.apple.com/documentation/coreservices/1444208-aedisposedesc

func AEDisposeToken

func AEDisposeToken(theToken unsafe.Pointer) int16

AEDisposeToken deallocates the memory used by a token.

See: https://developer.apple.com/documentation/coreservices/1446783-aedisposetoken

func AEDuplicateDesc

func AEDuplicateDesc(theAEDesc unsafe.Pointer, result unsafe.Pointer) int16

AEDuplicateDesc creates a copy of a descriptor.

See: https://developer.apple.com/documentation/coreservices/1442661-aeduplicatedesc

func AEFlattenDesc

func AEFlattenDesc(theAEDesc unsafe.Pointer, buffer coreimage.Ptr, bufferSize corefoundation.CGSize, actualSize *corefoundation.CGSize) int32

AEFlattenDesc flattens the specified descriptor and stores the data in the supplied buffer.

See: https://developer.apple.com/documentation/coreservices/1441808-aeflattendesc

func AEGetArray

func AEGetArray(theAEDescList unsafe.Pointer, arrayType AEArrayType, arrayPtr AEArrayDataPointer, maximumSize corefoundation.CGSize, itemType *uint32, itemSize *corefoundation.CGSize, itemCount unsafe.Pointer) int16

AEGetArray extracts data from an Apple event array created with the AEPutArray function and stores it as a standard array of fixed size items in the specified buffer.

See: https://developer.apple.com/documentation/coreservices/1445720-aegetarray

func AEGetAttributeDesc

func AEGetAttributeDesc(theAppleEvent *AEDesc, theAEKeyword uint32, desiredType uint32, result unsafe.Pointer) int16

AEGetAttributeDesc gets a copy of the descriptor for a specified Apple event attribute from an Apple event; typically used when your application needs to pass the descriptor on to another function.

See: https://developer.apple.com/documentation/coreservices/1450314-aegetattributedesc

func AEGetAttributePtr

func AEGetAttributePtr(theAppleEvent *AEDesc, theAEKeyword uint32, desiredType uint32, typeCode *uint32, dataPtr unsafe.Pointer, maximumSize corefoundation.CGSize, actualSize *corefoundation.CGSize) int16

AEGetAttributePtr gets a copy of the data for a specified Apple event attribute from an Apple event; typically used when your application needs to work with the data directly.

See: https://developer.apple.com/documentation/coreservices/1445109-aegetattributeptr

func AEGetCoercionHandler

func AEGetCoercionHandler(fromType uint32, toType uint32, handler unsafe.Pointer, handlerRefcon *uintptr, fromTypeIsDesc unsafe.Pointer, isSysHandler unsafe.Pointer) int16

AEGetCoercionHandler gets the coercion handler for a specified descriptor type.

See: https://developer.apple.com/documentation/coreservices/1445348-aegetcoercionhandler

func AEGetDescData

func AEGetDescData(theAEDesc unsafe.Pointer, dataPtr unsafe.Pointer, maximumSize corefoundation.CGSize) int16

AEGetDescData gets the data from the specified descriptor.

See: https://developer.apple.com/documentation/coreservices/1444427-aegetdescdata

func AEGetDescDataRange

func AEGetDescDataRange(dataDesc unsafe.Pointer, buffer unsafe.Pointer, offset corefoundation.CGSize, length corefoundation.CGSize) int32

AEGetDescDataRange retrieves a specified series of bytes from the specified descriptor.

See: https://developer.apple.com/documentation/coreservices/1446560-aegetdescdatarange

func AEGetDescDataSize

func AEGetDescDataSize(theAEDesc unsafe.Pointer) corefoundation.CGSize

AEGetDescDataSize gets the size, in bytes, of the data in the specified descriptor.

See: https://developer.apple.com/documentation/coreservices/1450119-aegetdescdatasize

func AEGetEventHandler

func AEGetEventHandler(theAEEventClass uint32, theAEEventID uint32, handler unsafe.Pointer, handlerRefcon *uintptr, isSysHandler unsafe.Pointer) int16

AEGetEventHandler gets an event handler from an Apple event dispatch table.

See: https://developer.apple.com/documentation/coreservices/1445631-aegeteventhandler

func AEGetNthDesc

func AEGetNthDesc(theAEDescList unsafe.Pointer, index unsafe.Pointer, desiredType uint32, theAEKeyword unsafe.Pointer, result unsafe.Pointer) int16

AEGetNthDesc copies a descriptor from a specified position in a descriptor list into a specified descriptor; typically used when your application needs to pass the extracted data to another function as a descriptor.

See: https://developer.apple.com/documentation/coreservices/1448326-aegetnthdesc

func AEGetNthPtr

func AEGetNthPtr(theAEDescList unsafe.Pointer, index unsafe.Pointer, desiredType uint32, theAEKeyword unsafe.Pointer, typeCode *uint32, dataPtr unsafe.Pointer, maximumSize corefoundation.CGSize, actualSize *corefoundation.CGSize) int16

AEGetNthPtr gets a copy of the data from a descriptor at a specified position in a descriptor list; typically used when your application needs to work with the extracted data directly.

See: https://developer.apple.com/documentation/coreservices/1447539-aegetnthptr

func AEGetObjectAccessor

func AEGetObjectAccessor(desiredClass uint32, containerType uint32, accessor unsafe.Pointer, accessorRefcon *uintptr, isSysHandler unsafe.Pointer) int16

AEGetObjectAccessor gets an object accessor function from an object accessor dispatch table.

See: https://developer.apple.com/documentation/coreservices/1449054-aegetobjectaccessor

func AEGetParamDesc

func AEGetParamDesc(theAppleEvent *AEDesc, theAEKeyword uint32, desiredType uint32, result unsafe.Pointer) int16

AEGetParamDesc gets a copy of the descriptor for a keyword-specified Apple event parameter from an Apple event or an Apple event record.

See: https://developer.apple.com/documentation/coreservices/1449233-aegetparamdesc

func AEGetParamPtr

func AEGetParamPtr(theAppleEvent *AEDesc, theAEKeyword uint32, desiredType uint32, actualType *uint32, dataPtr unsafe.Pointer, maximumSize corefoundation.CGSize, actualSize *corefoundation.CGSize) int16

AEGetParamPtr gets a copy of the data for a specified Apple event parameter from an Apple event or an Apple event record.

See: https://developer.apple.com/documentation/coreservices/1444069-aegetparamptr

func AEGetRegisteredMachPort

func AEGetRegisteredMachPort() uint32

AEGetRegisteredMachPort returns the Mach port (in the form of a `mach_port_t`) that was registered with the bootstrap server for this process.

See: https://developer.apple.com/documentation/coreservices/1449736-aegetregisteredmachport

func AEGetSpecialHandler

func AEGetSpecialHandler(functionClass uint32, handler unsafe.Pointer, isSysHandler unsafe.Pointer) int16

AEGetSpecialHandler gets a specified handler from a special handler dispatch table.

See: https://developer.apple.com/documentation/coreservices/1444274-aegetspecialhandler

func AEInitializeDesc

func AEInitializeDesc(desc unsafe.Pointer)

AEInitializeDesc initializes a new descriptor.

See: https://developer.apple.com/documentation/coreservices/1446047-aeinitializedesc

func AEInstallCoercionHandler

func AEInstallCoercionHandler(fromType uint32, toType uint32, handler AECoercionHandlerUPP, handlerRefcon uintptr, fromTypeIsDesc unsafe.Pointer, isSysHandler unsafe.Pointer) int16

AEInstallCoercionHandler installs a coercion handler in either the application or system coercion handler dispatch table.

See: https://developer.apple.com/documentation/coreservices/1445548-aeinstallcoercionhandler

func AEInstallEventHandler

func AEInstallEventHandler(theAEEventClass uint32, theAEEventID uint32, handler AEEventHandlerUPP, handlerRefcon uintptr, isSysHandler unsafe.Pointer) int16

AEInstallEventHandler adds an entry for an event handler to an Apple event dispatch table.

See: https://developer.apple.com/documentation/coreservices/1448596-aeinstalleventhandler

func AEInstallObjectAccessor

func AEInstallObjectAccessor(desiredClass uint32, containerType uint32, theAccessor OSLAccessorUPP, accessorRefcon uintptr, isSysHandler unsafe.Pointer) int16

AEInstallObjectAccessor adds or replaces an entry for an object accessor function to an object accessor dispatch table.

See: https://developer.apple.com/documentation/coreservices/1447905-aeinstallobjectaccessor

func AEInstallSpecialHandler

func AEInstallSpecialHandler(functionClass uint32, handler AEEventHandlerUPP, isSysHandler unsafe.Pointer) int16

AEInstallSpecialHandler installs a callback function in a special handler dispatch table.

See: https://developer.apple.com/documentation/coreservices/1445532-aeinstallspecialhandler

func AEManagerInfo

func AEManagerInfo(keyWord uint32, result unsafe.Pointer) int16

AEManagerInfo provides information about the version of the Apple Event Manager currently available or the number of processes that are currently recording Apple events.

See: https://developer.apple.com/documentation/coreservices/1449373-aemanagerinfo

func AEObjectInit

func AEObjectInit() int16

AEObjectInit initializes the Object Support Library.

See: https://developer.apple.com/documentation/coreservices/1447372-aeobjectinit

func AEPrintDescToHandle

func AEPrintDescToHandle(desc unsafe.Pointer, result uintptr) int32

AEPrintDescToHandle provides a pretty printer facility for displaying the contents of Apple event descriptors.

See: https://developer.apple.com/documentation/coreservices/1445158-aeprintdesctohandle

func AEProcessMessage

func AEProcessMessage(header unsafe.Pointer) int32

AEProcessMessage decodes and dispatches a low level Mach message event to an event handler, including packaging and returning the reply to the sender.

See: https://developer.apple.com/documentation/coreservices/1444387-aeprocessmessage

func AEPutArray

func AEPutArray(theAEDescList unsafe.Pointer, arrayType AEArrayType, arrayPtr unsafe.Pointer, itemType uint32, itemSize corefoundation.CGSize, itemCount unsafe.Pointer) int16

AEPutArray inserts the data for an Apple event array into a descriptor list, replacing any previous descriptors in the list.

See: https://developer.apple.com/documentation/coreservices/1442535-aeputarray

func AEPutAttributeDesc

func AEPutAttributeDesc(theAppleEvent *AEDesc, theAEKeyword uint32, theAEDesc unsafe.Pointer) int16

AEPutAttributeDesc adds a descriptor and a keyword to an Apple event as an attribute.

See: https://developer.apple.com/documentation/coreservices/1441790-aeputattributedesc

func AEPutAttributePtr

func AEPutAttributePtr(theAppleEvent *AEDesc, theAEKeyword uint32, typeCode uint32, dataPtr unsafe.Pointer, dataSize corefoundation.CGSize) int16

AEPutAttributePtr adds a pointer to data, a descriptor type, and a keyword to an Apple event as an attribute.

See: https://developer.apple.com/documentation/coreservices/1445940-aeputattributeptr

func AEPutDesc

func AEPutDesc(theAEDescList unsafe.Pointer, index unsafe.Pointer, theAEDesc unsafe.Pointer) int16

AEPutDesc adds a descriptor to any descriptor list, possibly replacing an existing descriptor in the list.

See: https://developer.apple.com/documentation/coreservices/1450093-aeputdesc

func AEPutParamDesc

func AEPutParamDesc(theAppleEvent *AEDesc, theAEKeyword uint32, theAEDesc unsafe.Pointer) int16

AEPutParamDesc inserts a descriptor and a keyword into an Apple event or Apple event record as an Apple event parameter.

See: https://developer.apple.com/documentation/coreservices/1447576-aeputparamdesc

func AEPutParamPtr

func AEPutParamPtr(theAppleEvent *AEDesc, theAEKeyword uint32, typeCode uint32, dataPtr unsafe.Pointer, dataSize corefoundation.CGSize) int16

AEPutParamPtr inserts data, a descriptor type, and a keyword into an Apple event or Apple event record as an Apple event parameter.

See: https://developer.apple.com/documentation/coreservices/1449263-aeputparamptr

func AEPutPtr

func AEPutPtr(theAEDescList unsafe.Pointer, index unsafe.Pointer, typeCode uint32, dataPtr unsafe.Pointer, dataSize corefoundation.CGSize) int16

AEPutPtr inserts data specified in a buffer into a descriptor list as a descriptor, possibly replacing an existing descriptor in the list.

See: https://developer.apple.com/documentation/coreservices/1445287-aeputptr

func AERemoteProcessResolverGetProcesses

func AERemoteProcessResolverGetProcesses(ref AERemoteProcessResolverRef, outError unsafe.Pointer) corefoundation.CFArrayRef

AERemoteProcessResolverGetProcesses returns an array of objects containing information about processes running on a remote machine.

See: https://developer.apple.com/documentation/coreservices/1444456-aeremoteprocessresolvergetproces

func AERemoteProcessResolverScheduleWithRunLoop

func AERemoteProcessResolverScheduleWithRunLoop(ref AERemoteProcessResolverRef, runLoop corefoundation.CFRunLoopRef, runLoopMode corefoundation.CFStringRef, callback AERemoteProcessResolverCallback, ctx unsafe.Pointer)

AERemoteProcessResolverScheduleWithRunLoop schedules a resolver for execution on a given run loop in a given mode.

See: https://developer.apple.com/documentation/coreservices/1447259-aeremoteprocessresolverschedulew

func AERemoveCoercionHandler

func AERemoveCoercionHandler(fromType uint32, toType uint32, handler AECoercionHandlerUPP, isSysHandler unsafe.Pointer) int16

AERemoveCoercionHandler removes a coercion handler from a coercion handler dispatch table.

See: https://developer.apple.com/documentation/coreservices/1441907-aeremovecoercionhandler

func AERemoveEventHandler

func AERemoveEventHandler(theAEEventClass uint32, theAEEventID uint32, handler AEEventHandlerUPP, isSysHandler unsafe.Pointer) int16

AERemoveEventHandler removes an event handler entry from an Apple event dispatch table.

See: https://developer.apple.com/documentation/coreservices/1445239-aeremoveeventhandler

func AERemoveObjectAccessor

func AERemoveObjectAccessor(desiredClass uint32, containerType uint32, theAccessor OSLAccessorUPP, isSysHandler unsafe.Pointer) int16

AERemoveObjectAccessor removes an object accessor function from an object accessor dispatch table.

See: https://developer.apple.com/documentation/coreservices/1442552-aeremoveobjectaccessor

func AERemoveSpecialHandler

func AERemoveSpecialHandler(functionClass uint32, handler AEEventHandlerUPP, isSysHandler unsafe.Pointer) int16

AERemoveSpecialHandler removes a handler from a special handler dispatch table.

See: https://developer.apple.com/documentation/coreservices/1447960-aeremovespecialhandler

func AEReplaceDescData

func AEReplaceDescData(typeCode uint32, dataPtr unsafe.Pointer, dataSize corefoundation.CGSize, theAEDesc unsafe.Pointer) int16

AEReplaceDescData copies the specified data into the specified descriptor, replacing any previous data.

See: https://developer.apple.com/documentation/coreservices/1446695-aereplacedescdata

func AEResolve

func AEResolve(objectSpecifier unsafe.Pointer, callbackFlags unsafe.Pointer, theToken unsafe.Pointer) int16

AEResolve resolves an object specifier.

See: https://developer.apple.com/documentation/coreservices/1449720-aeresolve

func AESendMessage

func AESendMessage(event *AEDesc, reply *AEDesc, sendMode AESendMode, timeOutInTicks unsafe.Pointer) int32

AESendMessage sends an AppleEvent to a target process without some of the overhead required by [AESend].

See: https://developer.apple.com/documentation/coreservices/1442994-aesendmessage

func AESetObjectCallbacks

func AESetObjectCallbacks(myCompareProc OSLCompareUPP, myCountProc OSLCountUPP, myDisposeTokenProc OSLDisposeTokenUPP, myGetMarkTokenProc OSLGetMarkTokenUPP, myMarkProc OSLMarkUPP, myAdjustMarksProc OSLAdjustMarksUPP, myGetErrDescProcPtr OSLGetErrDescUPP) int16

AESetObjectCallbacks specifies the object callback functions for your application.

See: https://developer.apple.com/documentation/coreservices/1447756-aesetobjectcallbacks

func AESizeOfAttribute

func AESizeOfAttribute(theAppleEvent *AEDesc, theAEKeyword uint32, typeCode *uint32, dataSize *corefoundation.CGSize) int16

AESizeOfAttribute gets the size and descriptor type of an Apple event attribute from a descriptor of type AppleEvent.

See: https://developer.apple.com/documentation/coreservices/1445764-aesizeofattribute

func AESizeOfFlattenedDesc

func AESizeOfFlattenedDesc(theAEDesc unsafe.Pointer) corefoundation.CGSize

AESizeOfFlattenedDesc returns the amount of buffer space needed to store the descriptor after flattening it.

See: https://developer.apple.com/documentation/coreservices/1447305-aesizeofflatteneddesc

func AESizeOfNthItem

func AESizeOfNthItem(theAEDescList unsafe.Pointer, index unsafe.Pointer, typeCode *uint32, dataSize *corefoundation.CGSize) int16

AESizeOfNthItem gets the data size and descriptor type of the descriptor at a specified position in a descriptor list.

See: https://developer.apple.com/documentation/coreservices/1447307-aesizeofnthitem

func AESizeOfParam

func AESizeOfParam(theAppleEvent *AEDesc, theAEKeyword uint32, typeCode *uint32, dataSize *corefoundation.CGSize) int16

AESizeOfParam gets the size and descriptor type of an Apple event parameter from a descriptor of type AERecord or AppleEvent.

See: https://developer.apple.com/documentation/coreservices/1449998-aesizeofparam

func AEStreamClose

func AEStreamClose(ref AEStreamRef, desc unsafe.Pointer) int32

AEStreamClose closes and deallocates an AEStreamRef.

See: https://developer.apple.com/documentation/coreservices/1449821-aestreamclose

func AEStreamCloseDesc

func AEStreamCloseDesc(ref AEStreamRef) int32

AEStreamCloseDesc marks the end of a descriptor in an AEStreamRef.

See: https://developer.apple.com/documentation/coreservices/1449272-aestreamclosedesc

func AEStreamCloseList

func AEStreamCloseList(ref AEStreamRef) int32

AEStreamCloseList marks the end of a list of descriptors in an AEStreamRef.

See: https://developer.apple.com/documentation/coreservices/1448185-aestreamcloselist

func AEStreamCloseRecord

func AEStreamCloseRecord(ref AEStreamRef) int32

AEStreamCloseRecord marks the end of a record in an AEStreamRef.

See: https://developer.apple.com/documentation/coreservices/1449522-aestreamcloserecord

func AEStreamOpenDesc

func AEStreamOpenDesc(ref AEStreamRef, newType uint32) int32

AEStreamOpenDesc marks the beginning of a descriptor in an AEStreamRef.

See: https://developer.apple.com/documentation/coreservices/1446544-aestreamopendesc

func AEStreamOpenKeyDesc

func AEStreamOpenKeyDesc(ref AEStreamRef, key uint32, newType uint32) int32

AEStreamOpenKeyDesc marks the beginning of a key descriptor in an AEStreamRef.

See: https://developer.apple.com/documentation/coreservices/1442897-aestreamopenkeydesc

func AEStreamOpenList

func AEStreamOpenList(ref AEStreamRef) int32

AEStreamOpenList marks the beginning of a descriptor list in an AEStreamRef.

See: https://developer.apple.com/documentation/coreservices/1448594-aestreamopenlist

func AEStreamOpenRecord

func AEStreamOpenRecord(ref AEStreamRef, newType uint32) int32

AEStreamOpenRecord marks the beginning of an Apple event record in an AEStreamRef.

See: https://developer.apple.com/documentation/coreservices/1447141-aestreamopenrecord

func AEStreamOptionalParam

func AEStreamOptionalParam(ref AEStreamRef, key uint32) int32

AEStreamOptionalParam designates a parameter in an Apple event as optional.

See: https://developer.apple.com/documentation/coreservices/1444481-aestreamoptionalparam

func AEStreamSetRecordType

func AEStreamSetRecordType(ref AEStreamRef, newType uint32) int32

AEStreamSetRecordType sets the type of the most recently created record in an AEStreamRef.

See: https://developer.apple.com/documentation/coreservices/1447704-aestreamsetrecordtype

func AEStreamWriteAEDesc

func AEStreamWriteAEDesc(ref AEStreamRef, desc unsafe.Pointer) int32

AEStreamWriteAEDesc copies an existing descriptor into an AEStreamRef.

See: https://developer.apple.com/documentation/coreservices/1448487-aestreamwriteaedesc

func AEStreamWriteData

func AEStreamWriteData(ref AEStreamRef, data unsafe.Pointer, length corefoundation.CGSize) int32

AEStreamWriteData appends data to the current descriptor in an AEStreamRef.

See: https://developer.apple.com/documentation/coreservices/1442610-aestreamwritedata

func AEStreamWriteDesc

func AEStreamWriteDesc(ref AEStreamRef, newType uint32, data unsafe.Pointer, length corefoundation.CGSize) int32

AEStreamWriteDesc appends the data for a complete descriptor to an AEStreamRef.

See: https://developer.apple.com/documentation/coreservices/1450387-aestreamwritedesc

func AEStreamWriteKey

func AEStreamWriteKey(ref AEStreamRef, key uint32) int32

AEStreamWriteKey marks the beginning of a keyword/descriptor pair for a descriptor in an AEStreamRef.

See: https://developer.apple.com/documentation/coreservices/1448750-aestreamwritekey

func AEStreamWriteKeyDesc

func AEStreamWriteKeyDesc(ref AEStreamRef, key uint32, newType uint32, data unsafe.Pointer, length corefoundation.CGSize) int32

AEStreamWriteKeyDesc writes a complete keyword/descriptor pair to an AEStreamRef.

See: https://developer.apple.com/documentation/coreservices/1442568-aestreamwritekeydesc

func AEUnflattenDesc deprecated

func AEUnflattenDesc(buffer unsafe.Pointer, result unsafe.Pointer) int32

AEUnflattenDesc unflattens the data in the passed buffer and creates a descriptor from it.

Deprecated: Deprecated since macOS 11.0.

See: https://developer.apple.com/documentation/coreservices/1448997-aeunflattendesc

func AbsoluteDeltaToDuration deprecated

func AbsoluteDeltaToDuration(arg0 unsafe.Pointer, arg1 unsafe.Pointer) unsafe.Pointer

AbsoluteDeltaToDuration.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1501245-absolutedeltatoduration

func AbsoluteToDuration deprecated

func AbsoluteToDuration(arg0 unsafe.Pointer) unsafe.Pointer

AbsoluteToDuration.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1501266-absolutetoduration

func AcquireIconRef deprecated

func AcquireIconRef(theIconRef uintptr) int16

AcquireIconRef.

Deprecated: Deprecated since macOS 10.15.

See: https://developer.apple.com/documentation/coreservices/1441852-acquireiconref

func AddAbsoluteToAbsolute deprecated

func AddAbsoluteToAbsolute(arg0 unsafe.Pointer, arg1 unsafe.Pointer) unsafe.Pointer

AddAbsoluteToAbsolute.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1501267-addabsolutetoabsolute

func AddAtomic deprecated

func AddAtomic(arg0 int32, arg1 int32) int32

AddAtomic.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1490591-addatomic

func AddAtomic8 deprecated

func AddAtomic8(arg0 int32, arg1 int8) int8

AddAtomic8.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1490594-addatomic8

func AddAtomic16 deprecated

func AddAtomic16(arg0 int32, arg1 int16) int16

AddAtomic16.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1490589-addatomic16

func AddCollectionItem deprecated

func AddCollectionItem(arg0 Collection, arg1 CollectionTag, arg2 int32, arg3 int32) int16

AddCollectionItem.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551404-addcollectionitem

func AddCollectionItemHdl deprecated

func AddCollectionItemHdl(arg0 Collection, arg1 CollectionTag, arg2 int32, arg3 uintptr) int16

AddCollectionItemHdl.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551458-addcollectionitemhdl

func AddDurationToAbsolute deprecated

func AddDurationToAbsolute(arg0 unsafe.Pointer, arg1 unsafe.Pointer) unsafe.Pointer

AddDurationToAbsolute.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1501249-adddurationtoabsolute

func AddFolderDescriptor deprecated

func AddFolderDescriptor(arg0 FolderType, arg1 FolderDescFlags, arg2 FolderClass, arg3 FolderLocation, arg4 uint32, arg5 uint32, arg6 unsafe.Pointer, arg7 bool) int16

AddFolderDescriptor.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1389301-addfolderdescriptor

func AddNanosecondsToAbsolute deprecated

func AddNanosecondsToAbsolute(arg0 Nanoseconds, arg1 unsafe.Pointer) unsafe.Pointer

AddNanosecondsToAbsolute.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1501264-addnanosecondstoabsolute

func AddResource deprecated

func AddResource(arg0 uintptr, arg1 uint32, arg2 ResID, arg3 unsafe.Pointer)

AddResource.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529276-addresource

func Annuity deprecated

func Annuity(arg0 float64, arg1 float64) float64

Annuity.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1492633-annuity

func BatteryCount deprecated

func BatteryCount() int16

BatteryCount.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1427413-batterycount

func BitAnd deprecated

func BitAnd(arg0 int, arg1 int) int

BitAnd.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1494613-bitand

func BitAndAtomic deprecated

func BitAndAtomic(arg0 uint32, arg1 uint32) uint32

BitAndAtomic.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1490596-bitandatomic

func BitAndAtomic8 deprecated

func BitAndAtomic8(arg0 uint32, arg1 uint8) uint8

BitAndAtomic8.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1490584-bitandatomic8

func BitAndAtomic16 deprecated

func BitAndAtomic16(arg0 uint32, arg1 uint16) uint16

BitAndAtomic16.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1490599-bitandatomic16

func BitClr deprecated

func BitClr(arg0 int)

BitClr.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1494616-bitclr

func BitNot deprecated

func BitNot(arg0 int) int

BitNot.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1494611-bitnot

func BitOr deprecated

func BitOr(arg0 int, arg1 int) int

BitOr.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1494619-bitor

func BitOrAtomic deprecated

func BitOrAtomic(arg0 uint32, arg1 uint32) uint32

BitOrAtomic.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1490597-bitoratomic

func BitOrAtomic8 deprecated

func BitOrAtomic8(arg0 uint32, arg1 uint8) uint8

BitOrAtomic8.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1490581-bitoratomic8

func BitOrAtomic16 deprecated

func BitOrAtomic16(arg0 uint32, arg1 uint16) uint16

BitOrAtomic16.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1490587-bitoratomic16

func BitSet deprecated

func BitSet(arg0 int)

BitSet.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1494618-bitset

func BitShift deprecated

func BitShift(arg0 int, arg1 int16) int

BitShift.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1494615-bitshift

func BitTst deprecated

func BitTst(arg0 int) bool

BitTst.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1494606-bittst

func BitXor deprecated

func BitXor(arg0 int, arg1 int) int

BitXor.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1494620-bitxor

func BitXorAtomic deprecated

func BitXorAtomic(arg0 uint32, arg1 uint32) uint32

BitXorAtomic.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1490592-bitxoratomic

func BitXorAtomic8 deprecated

func BitXorAtomic8(arg0 uint32, arg1 uint8) uint8

BitXorAtomic8.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1490577-bitxoratomic8

func BitXorAtomic16 deprecated

func BitXorAtomic16(arg0 uint32, arg1 uint16) uint16

BitXorAtomic16.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1490572-bitxoratomic16

func CSBackupIsItemExcluded

func CSBackupIsItemExcluded(item corefoundation.CFURLRef, excludeByPath unsafe.Pointer) bool

CSBackupIsItemExcluded returns a Boolean value indicating whether an item is currently excluded from the backup.

See: https://developer.apple.com/documentation/coreservices/1443602-csbackupisitemexcluded

func CSBackupSetItemExcluded

func CSBackupSetItemExcluded(item corefoundation.CFURLRef, exclude unsafe.Pointer, excludeByPath unsafe.Pointer) int32

CSBackupSetItemExcluded includes or excludes an item from the backup.

See: https://developer.apple.com/documentation/coreservices/1445043-csbackupsetitemexcluded

func CSCopyMachineName deprecated

func CSCopyMachineName() corefoundation.CFStringRef

CSCopyMachineName.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1533316-cscopymachinename

func CSCopyUserName deprecated

func CSCopyUserName(arg0 bool) corefoundation.CFStringRef

CSCopyUserName.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1533406-cscopyusername

func CSDiskSpaceStartRecovery

func CSDiskSpaceStartRecovery(volumeURL corefoundation.CFURLRef, bytesNeeded uint64, options uint32, outOperationUUID *corefoundation.CFUUID, callbackQueue dispatch.Queue, callback unsafe.Pointer)

CSDiskSpaceStartRecovery.

See: https://developer.apple.com/documentation/coreservices/1447968-csdiskspacestartrecovery

func CSIdentityCommitAsynchronously

func CSIdentityCommitAsynchronously(identity CSIdentityRef, clientContext unsafe.Pointer, runLoop corefoundation.CFRunLoopRef, runLoopMode corefoundation.CFStringRef, authorization security.AuthorizationRef) bool

CSIdentityCommitAsynchronously.

See: https://developer.apple.com/documentation/coreservices/1447936-csidentitycommitasynchronously

func CSIdentityQueryExecuteAsynchronously

func CSIdentityQueryExecuteAsynchronously(query CSIdentityQueryRef, flags uint32, clientContext unsafe.Pointer, runLoop corefoundation.CFRunLoopRef, runLoopMode corefoundation.CFStringRef) bool

CSIdentityQueryExecuteAsynchronously.

See: https://developer.apple.com/documentation/coreservices/1429011-csidentityqueryexecuteasynchrono

func CSSetComponentsThreadMode deprecated

func CSSetComponentsThreadMode(arg0 CSComponentsThreadMode)

CSSetComponentsThreadMode sets whether or not using thread-unsafe components is allowed in the current thread.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516422-cssetcomponentsthreadmode

func ChangeTextToUnicodeInfo

func ChangeTextToUnicodeInfo(arg0 TextToUnicodeInfo, arg1 ConstUnicodeMappingPtr) int32

ChangeTextToUnicodeInfo changes the mapping information for the specified Unicodeconverter object used to convert text to Unicode to the new mappingyou provide.

See: https://developer.apple.com/documentation/coreservices/1433487-changetexttounicodeinfo

func ChangeUnicodeToTextInfo

func ChangeUnicodeToTextInfo(arg0 UnicodeToTextInfo, arg1 ConstUnicodeMappingPtr) int32

ChangeUnicodeToTextInfo changes the mapping information contained in the specifiedUnicode converter object used to convert Unicode text to a non-Unicodeencoding.

See: https://developer.apple.com/documentation/coreservices/1433509-changeunicodetotextinfo

func ChangedResource deprecated

func ChangedResource(arg0 uintptr)

ChangedResource.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529318-changedresource

func CloseComponent deprecated

func CloseComponent(arg0 ComponentInstance) int16

CloseComponent terminates your application’s connection to a component.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516436-closecomponent

func CloseComponentResFile deprecated

func CloseComponentResFile(arg0 ResFileRefNum) int16

CloseComponentResFile closes the resource file that your component opened previously with the OpenComponentResFile function.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516319-closecomponentresfile

func CloseResFile deprecated

func CloseResFile(arg0 ResFileRefNum)

CloseResFile.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529362-closeresfile

func CollectionTagExists deprecated

func CollectionTagExists(arg0 Collection, arg1 CollectionTag) bool

CollectionTagExists.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551428-collectiontagexists

func CompareAndSwap deprecated

func CompareAndSwap(arg0 uint32, arg1 uint32, arg2 uint32) bool

CompareAndSwap.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1490575-compareandswap

func CompositeIconRef deprecated

func CompositeIconRef(backgroundIconRef uintptr, foregroundIconRef uintptr, compositeIconRef uintptr) int16

CompositeIconRef.

Deprecated: Deprecated since macOS 10.15.

See: https://developer.apple.com/documentation/coreservices/1450541-compositeiconref

func Compound deprecated

func Compound(arg0 float64, arg1 float64) float64

Compound.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1492661-compound

func ConvertFromPStringToUnicode

func ConvertFromPStringToUnicode(arg0 TextToUnicodeInfo, arg1 unsafe.Pointer, arg2 uintptr, arg3 uintptr, arg4 uint16) int32

ConvertFromPStringToUnicode converts a Pascal string in a Mac OS text encoding toa Unicode string.

See: https://developer.apple.com/documentation/coreservices/1433483-convertfrompstringtounicode

func ConvertFromTextToUnicode

func ConvertFromTextToUnicode(arg0 TextToUnicodeInfo, arg1 uintptr, arg2 unsafe.Pointer, arg3 uintptr, arg4 uintptr, arg5 uintptr, arg6 uintptr, arg7 uintptr, arg8 uintptr, arg9 uintptr, arg10 uintptr, arg11 uint16) int32

ConvertFromTextToUnicode converts a string from any encoding to Unicode.

See: https://developer.apple.com/documentation/coreservices/1433517-convertfromtexttounicode

func ConvertFromUnicodeToPString

func ConvertFromUnicodeToPString(arg0 UnicodeToTextInfo, arg1 uintptr, arg2 uint16, arg3 unsafe.Pointer) int32

ConvertFromUnicodeToPString converts a Unicode string to Pascal in a Mac OS text encoding.

See: https://developer.apple.com/documentation/coreservices/1433581-convertfromunicodetopstring

func ConvertFromUnicodeToScriptCodeRun

func ConvertFromUnicodeToScriptCodeRun(arg0 UnicodeToTextRunInfo, arg1 uintptr, arg2 uint16, arg3 uintptr, arg4 uintptr, arg5 uintptr, arg6 uintptr, arg7 uintptr, arg8 uintptr, arg9 uintptr, arg10 uintptr, arg11 unsafe.Pointer, arg12 uintptr, arg13 uintptr, arg14 ScriptCodeRun) int32

ConvertFromUnicodeToScriptCodeRun converts a string from Unicode to one or more scripts.

See: https://developer.apple.com/documentation/coreservices/1433662-convertfromunicodetoscriptcoderu

func ConvertFromUnicodeToText

func ConvertFromUnicodeToText(arg0 UnicodeToTextInfo, arg1 uintptr, arg2 uint16, arg3 uintptr, arg4 uintptr, arg5 uintptr, arg6 uintptr, arg7 uintptr, arg8 uintptr, arg9 uintptr, arg10 uintptr, arg11 unsafe.Pointer) int32

ConvertFromUnicodeToText converts a Unicode text string to the destination encodingyou specify.

See: https://developer.apple.com/documentation/coreservices/1433542-convertfromunicodetotext

func ConvertFromUnicodeToTextRun

func ConvertFromUnicodeToTextRun(arg0 UnicodeToTextRunInfo, arg1 uintptr, arg2 uint16, arg3 uintptr, arg4 uintptr, arg5 uintptr, arg6 uintptr, arg7 uintptr, arg8 uintptr, arg9 uintptr, arg10 uintptr, arg11 unsafe.Pointer, arg12 uintptr, arg13 uintptr, arg14 TextEncodingRun) int32

ConvertFromUnicodeToTextRun converts a string from Unicode to one or more encodings.

See: https://developer.apple.com/documentation/coreservices/1433511-convertfromunicodetotextrun

func CoreEndianFlipData deprecated

func CoreEndianFlipData(arg0 uint32, arg1 uint32, arg2 int16, arg3 uintptr, arg4 bool) int32

CoreEndianFlipData calls the flipper callback associated with the specifieddata type.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1575610-coreendianflipdata

func CoreEndianGetFlipper deprecated

func CoreEndianGetFlipper(arg0 uint32, arg1 uint32, arg2 unsafe.Pointer) int32

CoreEndianGetFlipper obtains the flipper callback that is installed for thespecified data type.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1575564-coreendiangetflipper

func CoreEndianInstallFlipper deprecated

func CoreEndianInstallFlipper(arg0 uint32, arg1 uint32, arg2 unsafe.Pointer) int32

CoreEndianInstallFlipper installs a flipper callback for the specified data type.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1575602-coreendianinstallflipper

func CountCollectionItems deprecated

func CountCollectionItems(arg0 Collection) int32

CountCollectionItems.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551438-countcollectionitems

func CountCollectionOwners deprecated

func CountCollectionOwners(arg0 Collection) int32

CountCollectionOwners.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551353-countcollectionowners

func CountCollectionTags deprecated

func CountCollectionTags(arg0 Collection) int32

CountCollectionTags.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551378-countcollectiontags

func CountComponentInstances deprecated

func CountComponentInstances(arg0 Component) int

CountComponentInstances determines the number of open connections being managed by a specified component.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516394-countcomponentinstances

func CountComponents deprecated

func CountComponents(arg0 ComponentDescription) int

CountComponents returns the number of registered components that meet the selection criteria specified by your application.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516515-countcomponents

func CountTaggedCollectionItems deprecated

func CountTaggedCollectionItems(arg0 Collection, arg1 CollectionTag) int32

CountTaggedCollectionItems.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551379-counttaggedcollectionitems

func CountUnicodeMappings

func CountUnicodeMappings(arg0 uintptr, arg1 ConstUnicodeMappingPtr, arg2 uintptr) int32

CountUnicodeMappings counts available mappings that meet the specified matchingcriteria.

See: https://developer.apple.com/documentation/coreservices/1433665-countunicodemappings

func CreateCompDescriptor

func CreateCompDescriptor(comparisonOperator uint32, operand1 unsafe.Pointer, operand2 unsafe.Pointer, disposeInputs unsafe.Pointer, theDescriptor unsafe.Pointer) int16

CreateCompDescriptor creates a comparison descriptor that specifies how to compare one or more Apple event objects with either another Apple event object or a descriptor.

See: https://developer.apple.com/documentation/coreservices/1449155-createcompdescriptor

func CreateLogicalDescriptor

func CreateLogicalDescriptor(theLogicalTerms unsafe.Pointer, theLogicOperator uint32, disposeInputs unsafe.Pointer, theDescriptor unsafe.Pointer) int16

CreateLogicalDescriptor creates a logical descriptor that specifies a logical operator and one or more logical terms for the Apple Event Manager to evaluate.

See: https://developer.apple.com/documentation/coreservices/1445212-createlogicaldescriptor

func CreateObjSpecifier

func CreateObjSpecifier(desiredClass uint32, theContainer unsafe.Pointer, keyForm uint32, keyData unsafe.Pointer, disposeInputs unsafe.Pointer, objSpecifier unsafe.Pointer) int16

CreateObjSpecifier assembles an object specifier that identifies one or more Apple event objects, from other descriptors.

See: https://developer.apple.com/documentation/coreservices/1450244-createobjspecifier

func CreateOffsetDescriptor

func CreateOffsetDescriptor(theOffset unsafe.Pointer, theDescriptor unsafe.Pointer) int16

CreateOffsetDescriptor creates an offset descriptor that specifies the position of an element in relation to the beginning or end of its container.

See: https://developer.apple.com/documentation/coreservices/1444957-createoffsetdescriptor

func CreateRangeDescriptor

func CreateRangeDescriptor(rangeStart unsafe.Pointer, rangeStop unsafe.Pointer, disposeInputs unsafe.Pointer, theDescriptor unsafe.Pointer) int16

CreateRangeDescriptor creates a range descriptor that specifies a series of consecutive elements in the same container.

See: https://developer.apple.com/documentation/coreservices/1444087-createrangedescriptor

func CreateTextToUnicodeInfo

func CreateTextToUnicodeInfo(arg0 ConstUnicodeMappingPtr, arg1 TextToUnicodeInfo) int32

CreateTextToUnicodeInfo creates and returns a Unicode converter object containinginformation required for converting strings from a non-Unicode encodingto Unicode.

See: https://developer.apple.com/documentation/coreservices/1433598-createtexttounicodeinfo

func CreateTextToUnicodeInfoByEncoding

func CreateTextToUnicodeInfoByEncoding(arg0 TextEncoding, arg1 TextToUnicodeInfo) int32

CreateTextToUnicodeInfoByEncoding based on the given text encoding specification, createsand returns a Unicode converter object containing information requiredfor converting strings from the specified non-Unicode encoding toUnicode.

See: https://developer.apple.com/documentation/coreservices/1433560-createtexttounicodeinfobyencodin

func CreateThreadPool deprecated

func CreateThreadPool(arg0 ThreadStyle, arg1 int16, arg2 corefoundation.CGSize) int16

CreateThreadPool.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1574200-createthreadpool

func CreateUnicodeToTextInfo

func CreateUnicodeToTextInfo(arg0 ConstUnicodeMappingPtr, arg1 UnicodeToTextInfo) int32

CreateUnicodeToTextInfo creates and returns a Unicode converter object containinginformation required for converting strings from Unicode to a non-Unicodeencoding.

See: https://developer.apple.com/documentation/coreservices/1433522-createunicodetotextinfo

func CreateUnicodeToTextInfoByEncoding

func CreateUnicodeToTextInfoByEncoding(arg0 TextEncoding, arg1 UnicodeToTextInfo) int32

CreateUnicodeToTextInfoByEncoding based on the given text encoding specification for theconverted text, creates and returns a Unicode converter object containinginformation required for converting strings from Unicode to thespecified non-Unicode encoding.

See: https://developer.apple.com/documentation/coreservices/1433550-createunicodetotextinfobyencodin

func CreateUnicodeToTextRunInfo

func CreateUnicodeToTextRunInfo(arg0 uintptr, arg1 UnicodeMapping, arg2 UnicodeToTextRunInfo) int32

CreateUnicodeToTextRunInfo creates and returns a Unicode converter object containingthe information required for converting a Unicode text string tostrings in one or more non-Unicode encodings.

See: https://developer.apple.com/documentation/coreservices/1433632-createunicodetotextruninfo

func CreateUnicodeToTextRunInfoByEncoding

func CreateUnicodeToTextRunInfoByEncoding(arg0 uintptr, arg1 TextEncoding, arg2 UnicodeToTextRunInfo) int32

CreateUnicodeToTextRunInfoByEncoding based on the given text encoding specifications for theconverted text runs, creates and returns a Unicode converter objectcontaining information required for converting strings from Unicodeto one or more specified non-Unicode encodings.

See: https://developer.apple.com/documentation/coreservices/1433651-createunicodetotextruninfobyenco

func CreateUnicodeToTextRunInfoByScriptCode

func CreateUnicodeToTextRunInfoByScriptCode(arg0 uintptr, arg1 unsafe.Pointer, arg2 UnicodeToTextRunInfo) int32

CreateUnicodeToTextRunInfoByScriptCode based on the given script codes for the converted textruns, creates and returns a Unicode converter object containinginformation required for converting strings from Unicode to oneor more specified non-Unicode encodings.

See: https://developer.apple.com/documentation/coreservices/1433657-createunicodetotextruninfobyscri

func CurrentProcessorSpeed deprecated

func CurrentProcessorSpeed() int16

CurrentProcessorSpeed.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1427463-currentprocessorspeed

func DCSCopyTextDefinition

func DCSCopyTextDefinition(dictionary DCSDictionaryRef, textString corefoundation.CFStringRef, range_ unsafe.Pointer) corefoundation.CFStringRef

DCSCopyTextDefinition returns the definition associated with the provided text range.

See: https://developer.apple.com/documentation/coreservices/1446842-dcscopytextdefinition

func DCSGetTermRangeInString

func DCSGetTermRangeInString(dictionary DCSDictionaryRef, textString corefoundation.CFStringRef, offset int) corefoundation.CFRange

DCSGetTermRangeInString determines the range of the longest word or phrase with respect to an offset.

See: https://developer.apple.com/documentation/coreservices/1450556-dcsgettermrangeinstring

func DebugAssert deprecated

func DebugAssert(arg0 uint32, arg1 uint32, arg2 int8, arg3 int8, arg4 int8, arg5 int8, arg6 int)

DebugAssert.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1517794-debugassert

func Dec2f deprecated

func Dec2f(arg0 Decimal) float32

Dec2f.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1492641-dec2f

func Dec2l deprecated

func Dec2l(arg0 Decimal) int

Dec2l.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1492660-dec2l

func Dec2num deprecated

func Dec2num(arg0 Decimal) unsafe.Pointer

Dec2num.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1492667-dec2num

func Dec2s deprecated

func Dec2s(arg0 Decimal) int16

Dec2s.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1492647-dec2s

func Dec2str deprecated

func Dec2str(arg0 Decform, arg1 Decimal, arg2 int8)

Dec2str.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1492629-dec2str

func DecrementAtomic deprecated

func DecrementAtomic(arg0 int32) int32

DecrementAtomic.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1490603-decrementatomic

func DecrementAtomic8 deprecated

func DecrementAtomic8(arg0 int8) int8

DecrementAtomic8.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1490570-decrementatomic8

func DecrementAtomic16 deprecated

func DecrementAtomic16(arg0 int16) int16

DecrementAtomic16.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1490579-decrementatomic16

func Delay deprecated

func Delay(arg0 uint, arg1 uint)

Delay.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1533332-delay

func DeleteGestaltValue deprecated

func DeleteGestaltValue(arg0 uint32) int16

DeleteGestaltValue deletes a [Gestalt] selector code so that it is no longer recognized by [Gestalt].

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1472699-deletegestaltvalue

func Dequeue deprecated

func Dequeue(arg0 QElemPtr, arg1 QHdrPtr) int16

Dequeue.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1533381-dequeue

func DetachResource deprecated

func DetachResource(arg0 uintptr)

DetachResource.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529238-detachresource

func DetachResourceFile deprecated

func DetachResourceFile(arg0 ResFileRefNum) int16

DetachResourceFile.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529246-detachresourcefile

func DetermineIfPathIsEnclosedByFolder deprecated

func DetermineIfPathIsEnclosedByFolder(arg0 uintptr, arg1 uint32, arg2 uint8, arg3 bool, arg4 bool) int16

DetermineIfPathIsEnclosedByFolder.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1389166-determineifpathisenclosedbyfolde

func DisposeAECoerceDescUPP

func DisposeAECoerceDescUPP(userUPP AECoerceDescUPP)

DisposeAECoerceDescUPP disposes of a universal procedure pointer to a function that coerces data stored in a descriptor.

See: https://developer.apple.com/documentation/coreservices/1448721-disposeaecoercedescupp

func DisposeAECoercePtrUPP

func DisposeAECoercePtrUPP(userUPP AECoercePtrUPP)

DisposeAECoercePtrUPP disposes of a universal procedure pointer to a function that coerces data stored in a buffer.

See: https://developer.apple.com/documentation/coreservices/1450664-disposeaecoerceptrupp

func DisposeAEDisposeExternalUPP

func DisposeAEDisposeExternalUPP(userUPP AEDisposeExternalUPP)

DisposeAEDisposeExternalUPP disposes of a universal procedure pointer to a function that disposes of data supplied to the AECreateDescFromExternalPtr function.

See: https://developer.apple.com/documentation/coreservices/1447284-disposeaedisposeexternalupp

func DisposeAEEventHandlerUPP

func DisposeAEEventHandlerUPP(userUPP AEEventHandlerUPP)

DisposeAEEventHandlerUPP disposes of a universal procedure pointer to an event handler function.

See: https://developer.apple.com/documentation/coreservices/1442066-disposeaeeventhandlerupp

func DisposeCollection deprecated

func DisposeCollection(arg0 Collection)

DisposeCollection.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551429-disposecollection

func DisposeCollectionExceptionUPP deprecated

func DisposeCollectionExceptionUPP(arg0 CollectionExceptionUPP)

DisposeCollectionExceptionUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551385-disposecollectionexceptionupp

func DisposeCollectionFlattenUPP deprecated

func DisposeCollectionFlattenUPP(arg0 CollectionFlattenUPP)

DisposeCollectionFlattenUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551454-disposecollectionflattenupp

func DisposeComponentFunctionUPP deprecated

func DisposeComponentFunctionUPP(arg0 ComponentFunctionUPP)

DisposeComponentFunctionUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516369-disposecomponentfunctionupp

func DisposeComponentMPWorkFunctionUPP deprecated

func DisposeComponentMPWorkFunctionUPP(arg0 ComponentMPWorkFunctionUPP)

DisposeComponentMPWorkFunctionUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516328-disposecomponentmpworkfunctionup

func DisposeComponentRoutineUPP deprecated

func DisposeComponentRoutineUPP(arg0 ComponentRoutineUPP)

DisposeComponentRoutineUPP disposes of the universal procedure pointer (UPP) to a component routine callback function.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516334-disposecomponentroutineupp

func DisposeDebugAssertOutputHandlerUPP deprecated

func DisposeDebugAssertOutputHandlerUPP(arg0 DebugAssertOutputHandlerUPP)

DisposeDebugAssertOutputHandlerUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1517746-disposedebugassertoutputhandleru

func DisposeDebugComponent deprecated

func DisposeDebugComponent(arg0 uint32) int32

DisposeDebugComponent.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1517752-disposedebugcomponent

func DisposeDebugComponentCallbackUPP deprecated

func DisposeDebugComponentCallbackUPP(arg0 DebugComponentCallbackUPP)

DisposeDebugComponentCallbackUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1517724-disposedebugcomponentcallbackupp

func DisposeDebuggerDisposeThreadUPP deprecated

func DisposeDebuggerDisposeThreadUPP(arg0 DebuggerDisposeThreadUPP)

DisposeDebuggerDisposeThreadUPP.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1574277-disposedebuggerdisposethreadupp

func DisposeDebuggerNewThreadUPP deprecated

func DisposeDebuggerNewThreadUPP(arg0 DebuggerNewThreadUPP)

DisposeDebuggerNewThreadUPP.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1574218-disposedebuggernewthreadupp

func DisposeDebuggerThreadSchedulerUPP deprecated

func DisposeDebuggerThreadSchedulerUPP(arg0 DebuggerThreadSchedulerUPP)

DisposeDebuggerThreadSchedulerUPP.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1574286-disposedebuggerthreadschedulerup

func DisposeDeferredTaskUPP deprecated

func DisposeDeferredTaskUPP(arg0 DeferredTaskUPP)

DisposeDeferredTaskUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1533363-disposedeferredtaskupp

func DisposeExceptionHandlerUPP deprecated

func DisposeExceptionHandlerUPP(arg0 ExceptionHandlerUPP)

DisposeExceptionHandlerUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1500674-disposeexceptionhandlerupp

func DisposeFNSubscriptionUPP deprecated

func DisposeFNSubscriptionUPP(arg0 FNSubscriptionUPP)

DisposeFNSubscriptionUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566772-disposefnsubscriptionupp

func DisposeFSVolumeEjectUPP deprecated

func DisposeFSVolumeEjectUPP(arg0 FSVolumeEjectUPP)

DisposeFSVolumeEjectUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566754-disposefsvolumeejectupp

func DisposeFSVolumeMountUPP deprecated

func DisposeFSVolumeMountUPP(arg0 FSVolumeMountUPP)

DisposeFSVolumeMountUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565735-disposefsvolumemountupp

func DisposeFSVolumeUnmountUPP deprecated

func DisposeFSVolumeUnmountUPP(arg0 FSVolumeUnmountUPP)

DisposeFSVolumeUnmountUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565476-disposefsvolumeunmountupp

func DisposeFolderManagerNotificationUPP deprecated

func DisposeFolderManagerNotificationUPP(arg0 FolderManagerNotificationUPP)

DisposeFolderManagerNotificationUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1389143-disposefoldermanagernotification

func DisposeGetMissingComponentResourceUPP deprecated

func DisposeGetMissingComponentResourceUPP(arg0 GetMissingComponentResourceUPP)

DisposeGetMissingComponentResourceUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516414-disposegetmissingcomponentresour

func DisposeHandle deprecated

func DisposeHandle(arg0 uintptr)

DisposeHandle.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1506451-disposehandle

func DisposeIOCompletionUPP deprecated

func DisposeIOCompletionUPP(arg0 IOCompletionUPP)

DisposeIOCompletionUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566947-disposeiocompletionupp

func DisposeKCCallbackUPP deprecated

func DisposeKCCallbackUPP(arg0 KCCallbackUPP)

DisposeKCCallbackUPP.

Deprecated: Deprecated since macOS 10.6.

See: https://developer.apple.com/documentation/coreservices/1563023-disposekccallbackupp

func DisposeOSLAccessorUPP

func DisposeOSLAccessorUPP(userUPP OSLAccessorUPP)

DisposeOSLAccessorUPP disposes of a universal procedure pointer to an object accessor function.

See: https://developer.apple.com/documentation/coreservices/1444684-disposeoslaccessorupp

func DisposeOSLAdjustMarksUPP

func DisposeOSLAdjustMarksUPP(userUPP OSLAdjustMarksUPP)

DisposeOSLAdjustMarksUPP disposes of a universal procedure pointer to an object callback adjust marks function.

See: https://developer.apple.com/documentation/coreservices/1443940-disposeosladjustmarksupp

func DisposeOSLCompareUPP

func DisposeOSLCompareUPP(userUPP OSLCompareUPP)

DisposeOSLCompareUPP disposes of a universal procedure pointer to an object callback comparison function.

See: https://developer.apple.com/documentation/coreservices/1448398-disposeoslcompareupp

func DisposeOSLCountUPP

func DisposeOSLCountUPP(userUPP OSLCountUPP)

DisposeOSLCountUPP disposes of a universal procedure pointer to an object callback count function.

See: https://developer.apple.com/documentation/coreservices/1443984-disposeoslcountupp

func DisposeOSLDisposeTokenUPP

func DisposeOSLDisposeTokenUPP(userUPP OSLDisposeTokenUPP)

DisposeOSLDisposeTokenUPP disposes of a universal procedure pointer to an object callback dispose token function.

See: https://developer.apple.com/documentation/coreservices/1442670-disposeosldisposetokenupp

func DisposeOSLGetErrDescUPP

func DisposeOSLGetErrDescUPP(userUPP OSLGetErrDescUPP)

DisposeOSLGetErrDescUPP disposes of a universal procedure pointer to an object callback get error descriptor function.

See: https://developer.apple.com/documentation/coreservices/1446061-disposeoslgeterrdescupp

func DisposeOSLGetMarkTokenUPP

func DisposeOSLGetMarkTokenUPP(userUPP OSLGetMarkTokenUPP)

DisposeOSLGetMarkTokenUPP disposes of a universal procedure pointer to an object callback get mark function.

See: https://developer.apple.com/documentation/coreservices/1442377-disposeoslgetmarktokenupp

func DisposeOSLMarkUPP

func DisposeOSLMarkUPP(userUPP OSLMarkUPP)

DisposeOSLMarkUPP disposes of a universal procedure pointer to an object callback mark function.

See: https://developer.apple.com/documentation/coreservices/1449253-disposeoslmarkupp

func DisposePtr deprecated

func DisposePtr(arg0 coreimage.Ptr)

DisposePtr.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1506427-disposeptr

func DisposeResErrUPP deprecated

func DisposeResErrUPP(arg0 ResErrUPP)

DisposeResErrUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529332-disposereserrupp

func DisposeSelectorFunctionUPP deprecated

func DisposeSelectorFunctionUPP(arg0 SelectorFunctionUPP)

DisposeSelectorFunctionUPP disposes of a universal procedure pointer to a selector callback function.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1472149-disposeselectorfunctionupp

func DisposeSleepQUPP deprecated

func DisposeSleepQUPP(arg0 SleepQUPP)

DisposeSleepQUPP.

Deprecated: Deprecated since macOS 10.5.

See: https://developer.apple.com/documentation/coreservices/1427426-disposesleepqupp

func DisposeTextToUnicodeInfo

func DisposeTextToUnicodeInfo(arg0 TextToUnicodeInfo) int32

DisposeTextToUnicodeInfo releases the memory allocated for the specified Unicodeconverter object.

See: https://developer.apple.com/documentation/coreservices/1433669-disposetexttounicodeinfo

func DisposeThread deprecated

func DisposeThread(arg0 ThreadID, arg1 bool) int16

DisposeThread.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1574219-disposethread

func DisposeThreadEntryUPP deprecated

func DisposeThreadEntryUPP(arg0 ThreadEntryUPP)

DisposeThreadEntryUPP.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1574275-disposethreadentryupp

func DisposeThreadSchedulerUPP deprecated

func DisposeThreadSchedulerUPP(arg0 ThreadSchedulerUPP)

DisposeThreadSchedulerUPP.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1574280-disposethreadschedulerupp

func DisposeThreadSwitchUPP deprecated

func DisposeThreadSwitchUPP(arg0 ThreadSwitchUPP)

DisposeThreadSwitchUPP.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1574264-disposethreadswitchupp

func DisposeThreadTerminationUPP deprecated

func DisposeThreadTerminationUPP(arg0 ThreadTerminationUPP)

DisposeThreadTerminationUPP.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1574233-disposethreadterminationupp

func DisposeTimerUPP deprecated

func DisposeTimerUPP(arg0 TimerUPP)

DisposeTimerUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1550797-disposetimerupp

func DisposeUnicodeToTextFallbackUPP

func DisposeUnicodeToTextFallbackUPP(arg0 UnicodeToTextFallbackUPP)

DisposeUnicodeToTextFallbackUPP disposes of a a new universal procedure pointer (UPP)to a Unicode-to-text fallback callback.

See: https://developer.apple.com/documentation/coreservices/1433648-disposeunicodetotextfallbackupp

func DisposeUnicodeToTextInfo

func DisposeUnicodeToTextInfo(arg0 UnicodeToTextInfo) int32

DisposeUnicodeToTextInfo releases the memory allocated for the specified Unicodeconverter object.

See: https://developer.apple.com/documentation/coreservices/1433564-disposeunicodetotextinfo

func DisposeUnicodeToTextRunInfo

func DisposeUnicodeToTextRunInfo(arg0 UnicodeToTextRunInfo) int32

DisposeUnicodeToTextRunInfo releases the memory allocated for the specified Unicodeconverter object.

See: https://developer.apple.com/documentation/coreservices/1433595-disposeunicodetotextruninfo

func Dtox80 deprecated

func Dtox80(arg0 float64, arg1 unsafe.Pointer)

Dtox80.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1492664-dtox80

func DurationToAbsolute deprecated

func DurationToAbsolute(arg0 unsafe.Pointer) unsafe.Pointer

DurationToAbsolute.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1501247-durationtoabsolute

func EmptyCollection deprecated

func EmptyCollection(arg0 Collection)

EmptyCollection.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551422-emptycollection

func EmptyHandle deprecated

func EmptyHandle(arg0 uintptr)

EmptyHandle.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1506345-emptyhandle

func Enqueue deprecated

func Enqueue(arg0 QElemPtr, arg1 QHdrPtr)

Enqueue.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1533340-enqueue

func FNGetDirectoryForSubscription deprecated

func FNGetDirectoryForSubscription(arg0 FNSubscriptionRef, arg1 uintptr) int32

FNGetDirectoryForSubscription.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566615-fngetdirectoryforsubscription

func FNNotify deprecated

func FNNotify(arg0 uintptr, arg1 FNMessage, arg2 uintptr) int32

FNNotify.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565421-fnnotify

func FNNotifyAll deprecated

func FNNotifyAll(arg0 FNMessage, arg1 uintptr) int32

FNNotifyAll.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565760-fnnotifyall

func FNNotifyByPath deprecated

func FNNotifyByPath(arg0 uint8, arg1 FNMessage, arg2 uintptr) int32

FNNotifyByPath.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566346-fnnotifybypath

func FNSubscribe deprecated

func FNSubscribe(arg0 uintptr, arg1 FNSubscriptionUPP, arg2 uintptr, arg3 FNSubscriptionRef) int32

FNSubscribe.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565373-fnsubscribe

func FNSubscribeByPath deprecated

func FNSubscribeByPath(arg0 uint8, arg1 FNSubscriptionUPP, arg2 uintptr, arg3 FNSubscriptionRef) int32

FNSubscribeByPath.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566843-fnsubscribebypath

func FNUnsubscribe deprecated

func FNUnsubscribe(arg0 FNSubscriptionRef) int32

FNUnsubscribe.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565232-fnunsubscribe

func FSAllocateFork deprecated

func FSAllocateFork(arg0 FSIORefNum, arg1 FSAllocationFlags, arg2 uint16, arg3 int64, arg4 uint64, arg5 uint64) int16

FSAllocateFork.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566175-fsallocatefork

func FSCancelVolumeOperation deprecated

func FSCancelVolumeOperation(arg0 FSVolumeOperation) int32

FSCancelVolumeOperation.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565396-fscancelvolumeoperation

func FSCatalogSearch deprecated

func FSCatalogSearch(arg0 FSIterator, arg1 FSSearchParams, arg2 uintptr, arg3 uintptr, arg4 bool, arg5 FSCatalogInfoBitmap, arg6 FSCatalogInfo, arg7 uintptr, arg8 FSSpecPtr, arg9 unsafe.Pointer) int16

FSCatalogSearch.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565862-fscatalogsearch

func FSCloseFork deprecated

func FSCloseFork(arg0 FSIORefNum) int16

FSCloseFork.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566900-fsclosefork

func FSCloseIterator deprecated

func FSCloseIterator(arg0 FSIterator) int16

FSCloseIterator.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566681-fscloseiterator

func FSCompareFSRefs deprecated

func FSCompareFSRefs(arg0 uintptr, arg1 uintptr) int16

FSCompareFSRefs.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565571-fscomparefsrefs

func FSCopyDADiskForVolume deprecated

func FSCopyDADiskForVolume(arg0 uintptr, arg1 diskarbitration.DADiskRef) int32

FSCopyDADiskForVolume.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565813-fscopydadiskforvolume

func FSCopyDiskIDForVolume deprecated

func FSCopyDiskIDForVolume(arg0 uintptr, arg1 corefoundation.CFStringRef) int32

FSCopyDiskIDForVolume.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565655-fscopydiskidforvolume

func FSCopyObjectAsync deprecated

func FSCopyObjectAsync(arg0 FSFileOperationRef, arg1 uintptr, arg2 uintptr, arg3 corefoundation.CFStringRef, arg4 uintptr, arg5 unsafe.Pointer, arg6 float64, arg7 FSFileOperationClientContext) int32

FSCopyObjectAsync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566285-fscopyobjectasync

func FSCopyObjectSync deprecated

func FSCopyObjectSync(arg0 uintptr, arg1 uintptr, arg2 corefoundation.CFStringRef, arg3 uintptr, arg4 uintptr) int32

FSCopyObjectSync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565258-fscopyobjectsync

func FSCopyURLForVolume deprecated

func FSCopyURLForVolume(arg0 uintptr, arg1 corefoundation.CFURLRef) int32

FSCopyURLForVolume.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566159-fscopyurlforvolume

func FSCreateDirectoryUnicode deprecated

func FSCreateDirectoryUnicode(arg0 uintptr, arg1 uint, arg2 uint16, arg3 FSCatalogInfoBitmap, arg4 FSCatalogInfo, arg5 uintptr, arg6 FSSpecPtr, arg7 uint32) int16

FSCreateDirectoryUnicode.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565979-fscreatedirectoryunicode

func FSCreateFileAndOpenForkUnicode deprecated

func FSCreateFileAndOpenForkUnicode(arg0 uintptr, arg1 uint, arg2 uint16, arg3 FSCatalogInfoBitmap, arg4 FSCatalogInfo, arg5 uint, arg6 uint16, arg7 int8, arg8 FSIORefNum, arg9 uintptr) int32

FSCreateFileAndOpenForkUnicode.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565699-fscreatefileandopenforkunicode

func FSCreateFileUnicode deprecated

func FSCreateFileUnicode(arg0 uintptr, arg1 uint, arg2 uint16, arg3 FSCatalogInfoBitmap, arg4 FSCatalogInfo, arg5 uintptr, arg6 FSSpecPtr) int16

FSCreateFileUnicode.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565163-fscreatefileunicode

func FSCreateFork deprecated

func FSCreateFork(arg0 uintptr, arg1 uint, arg2 uint16) int16

FSCreateFork.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565554-fscreatefork

func FSCreateResFile deprecated

func FSCreateResFile(arg0 uintptr, arg1 uint, arg2 uint16, arg3 FSCatalogInfoBitmap, arg4 FSCatalogInfo, arg5 uintptr, arg6 FSSpecPtr)

FSCreateResFile.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529336-fscreateresfile

func FSCreateResourceFile deprecated

func FSCreateResourceFile(arg0 uintptr, arg1 uint, arg2 uint16, arg3 FSCatalogInfoBitmap, arg4 FSCatalogInfo, arg5 uint, arg6 uint16, arg7 uintptr, arg8 FSSpecPtr) int16

FSCreateResourceFile.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529242-fscreateresourcefile

func FSCreateResourceFork deprecated

func FSCreateResourceFork(arg0 uintptr, arg1 uint, arg2 uint16, arg3 uint32) int16

FSCreateResourceFork.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529360-fscreateresourcefork

func FSCreateStringFromHFSUniStr deprecated

func FSCreateStringFromHFSUniStr(arg0 corefoundation.CFAllocatorRef, arg1 unsafe.Pointer) corefoundation.CFStringRef

FSCreateStringFromHFSUniStr.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566957-fscreatestringfromhfsunistr

func FSCreateVolumeOperation deprecated

func FSCreateVolumeOperation(arg0 FSVolumeOperation) int32

FSCreateVolumeOperation.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566671-fscreatevolumeoperation

func FSDeleteFork deprecated

func FSDeleteFork(arg0 uintptr, arg1 uint, arg2 uint16) int16

FSDeleteFork.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565370-fsdeletefork

func FSDeleteObject deprecated

func FSDeleteObject(arg0 uintptr) int16

FSDeleteObject.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566089-fsdeleteobject

func FSDetermineIfRefIsEnclosedByFolder deprecated

func FSDetermineIfRefIsEnclosedByFolder(arg0 uintptr, arg1 uint32, arg2 uintptr, arg3 bool) int16

FSDetermineIfRefIsEnclosedByFolder.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1389228-fsdetermineifrefisenclosedbyfold

func FSDisposeVolumeOperation deprecated

func FSDisposeVolumeOperation(arg0 FSVolumeOperation) int32

FSDisposeVolumeOperation.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565382-fsdisposevolumeoperation

func FSEjectVolumeAsync deprecated

func FSEjectVolumeAsync(arg0 uintptr, arg1 uintptr, arg2 FSVolumeOperation, arg3 FSVolumeEjectUPP, arg4 corefoundation.CFRunLoopRef, arg5 corefoundation.CFStringRef) int32

FSEjectVolumeAsync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566919-fsejectvolumeasync

func FSEjectVolumeSync deprecated

func FSEjectVolumeSync(arg0 uintptr, arg1 uintptr, arg2 int32) int32

FSEjectVolumeSync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566031-fsejectvolumesync

func FSEventStreamCreate

func FSEventStreamCreate(allocator corefoundation.CFAllocatorRef, callback unsafe.Pointer, context unsafe.Pointer, pathsToWatch corefoundation.CFArrayRef, sinceWhen uint64, latency float64, flags uint32) unsafe.Pointer

FSEventStreamCreate.

See: https://developer.apple.com/documentation/coreservices/1443980-fseventstreamcreate

func FSEventStreamCreateRelativeToDevice

func FSEventStreamCreateRelativeToDevice(allocator corefoundation.CFAllocatorRef, callback unsafe.Pointer, context unsafe.Pointer, deviceToWatch int32, pathsToWatchRelativeToDevice corefoundation.CFArrayRef, sinceWhen uint64, latency float64, flags uint32) unsafe.Pointer

FSEventStreamCreateRelativeToDevice.

See: https://developer.apple.com/documentation/coreservices/1447341-fseventstreamcreaterelativetodev

func FSEventStreamGetDeviceBeingWatched

func FSEventStreamGetDeviceBeingWatched(streamRef unsafe.Pointer) int32

FSEventStreamGetDeviceBeingWatched.

See: https://developer.apple.com/documentation/coreservices/1449675-fseventstreamgetdevicebeingwatch

func FSEventStreamSetDispatchQueue

func FSEventStreamSetDispatchQueue(streamRef unsafe.Pointer, q dispatch.Queue)

FSEventStreamSetDispatchQueue schedules the stream on the specified dispatch queue.

See: https://developer.apple.com/documentation/coreservices/1444164-fseventstreamsetdispatchqueue

func FSEventStreamSetExclusionPaths

func FSEventStreamSetExclusionPaths(streamRef unsafe.Pointer, pathsToExclude corefoundation.CFArrayRef) bool

FSEventStreamSetExclusionPaths.

See: https://developer.apple.com/documentation/coreservices/1444666-fseventstreamsetexclusionpaths

func FSEventsGetLastEventIdForDeviceBeforeTime

func FSEventsGetLastEventIdForDeviceBeforeTime(dev int32, time corefoundation.CFAbsoluteTime) uint64

FSEventsGetLastEventIdForDeviceBeforeTime.

See: https://developer.apple.com/documentation/coreservices/1449772-fseventsgetlasteventidfordeviceb

func FSEventsPurgeEventsForDeviceUpToEventId

func FSEventsPurgeEventsForDeviceUpToEventId(dev int32, eventId uint64) bool

FSEventsPurgeEventsForDeviceUpToEventId.

See: https://developer.apple.com/documentation/coreservices/1447985-fseventspurgeeventsfordeviceupto

func FSFileOperationCancel deprecated

func FSFileOperationCancel(arg0 FSFileOperationRef) int32

FSFileOperationCancel.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565866-fsfileoperationcancel

func FSFileOperationCopyStatus deprecated

func FSFileOperationCopyStatus(arg0 FSFileOperationRef, arg1 uintptr, arg2 FSFileOperationStage, arg3 int32, arg4 corefoundation.CFDictionaryRef) int32

FSFileOperationCopyStatus.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566279-fsfileoperationcopystatus

func FSFileOperationGetTypeID deprecated

func FSFileOperationGetTypeID() uint

FSFileOperationGetTypeID.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565673-fsfileoperationgettypeid

func FSFileOperationScheduleWithRunLoop deprecated

func FSFileOperationScheduleWithRunLoop(arg0 FSFileOperationRef, arg1 corefoundation.CFRunLoopRef, arg2 corefoundation.CFStringRef) int32

FSFileOperationScheduleWithRunLoop.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565845-fsfileoperationschedulewithrunlo

func FSFileOperationUnscheduleFromRunLoop deprecated

func FSFileOperationUnscheduleFromRunLoop(arg0 FSFileOperationRef, arg1 corefoundation.CFRunLoopRef, arg2 corefoundation.CFStringRef) int32

FSFileOperationUnscheduleFromRunLoop.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565483-fsfileoperationunschedulefromrun

func FSFileSecurityCopyAccessControlList deprecated

func FSFileSecurityCopyAccessControlList(arg0 FSFileSecurityRef, arg1 unsafe.Pointer) int32

FSFileSecurityCopyAccessControlList.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565603-fsfilesecuritycopyaccesscontroll

func FSFileSecurityGetGroup deprecated

func FSFileSecurityGetGroup(arg0 FSFileSecurityRef, arg1 uint32) int32

FSFileSecurityGetGroup.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565811-fsfilesecuritygetgroup

func FSFileSecurityGetGroupUUID deprecated

func FSFileSecurityGetGroupUUID(arg0 FSFileSecurityRef, arg1 corefoundation.CFUUIDBytes) int32

FSFileSecurityGetGroupUUID.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566799-fsfilesecuritygetgroupuuid

func FSFileSecurityGetMode deprecated

func FSFileSecurityGetMode(arg0 FSFileSecurityRef, arg1 uint16) int32

FSFileSecurityGetMode.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565106-fsfilesecuritygetmode

func FSFileSecurityGetOwner deprecated

func FSFileSecurityGetOwner(arg0 FSFileSecurityRef, arg1 uint32) int32

FSFileSecurityGetOwner.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566659-fsfilesecuritygetowner

func FSFileSecurityGetOwnerUUID deprecated

func FSFileSecurityGetOwnerUUID(arg0 FSFileSecurityRef, arg1 corefoundation.CFUUIDBytes) int32

FSFileSecurityGetOwnerUUID.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566694-fsfilesecuritygetowneruuid

func FSFileSecurityGetTypeID deprecated

func FSFileSecurityGetTypeID() uint

FSFileSecurityGetTypeID.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565576-fsfilesecuritygettypeid

func FSFileSecuritySetAccessControlList deprecated

func FSFileSecuritySetAccessControlList(arg0 FSFileSecurityRef, arg1 unsafe.Pointer) int32

FSFileSecuritySetAccessControlList.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566029-fsfilesecuritysetaccesscontrolli

func FSFileSecuritySetGroup deprecated

func FSFileSecuritySetGroup(arg0 FSFileSecurityRef, arg1 uint32) int32

FSFileSecuritySetGroup.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565296-fsfilesecuritysetgroup

func FSFileSecuritySetGroupUUID deprecated

func FSFileSecuritySetGroupUUID(arg0 FSFileSecurityRef, arg1 corefoundation.CFUUIDBytes) int32

FSFileSecuritySetGroupUUID.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566445-fsfilesecuritysetgroupuuid

func FSFileSecuritySetMode deprecated

func FSFileSecuritySetMode(arg0 FSFileSecurityRef, arg1 uint16) int32

FSFileSecuritySetMode.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565105-fsfilesecuritysetmode

func FSFileSecuritySetOwner deprecated

func FSFileSecuritySetOwner(arg0 FSFileSecurityRef, arg1 uint32) int32

FSFileSecuritySetOwner.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566946-fsfilesecuritysetowner

func FSFileSecuritySetOwnerUUID deprecated

func FSFileSecuritySetOwnerUUID(arg0 FSFileSecurityRef, arg1 corefoundation.CFUUIDBytes) int32

FSFileSecuritySetOwnerUUID.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565207-fsfilesecuritysetowneruuid

func FSFindFolder deprecated

func FSFindFolder(arg0 uintptr, arg1 uint32, arg2 bool, arg3 uintptr) int16

FSFindFolder.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1389059-fsfindfolder

func FSFlushFork deprecated

func FSFlushFork(arg0 FSIORefNum) int16

FSFlushFork.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566414-fsflushfork

func FSFlushVolume deprecated

func FSFlushVolume(arg0 uintptr) int32

FSFlushVolume.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565506-fsflushvolume

func FSGetAsyncEjectStatus deprecated

func FSGetAsyncEjectStatus(arg0 FSVolumeOperation, arg1 FSEjectStatus, arg2 int32, arg3 uintptr, arg4 int32) int32

FSGetAsyncEjectStatus.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565993-fsgetasyncejectstatus

func FSGetAsyncMountStatus deprecated

func FSGetAsyncMountStatus(arg0 FSVolumeOperation, arg1 FSMountStatus, arg2 int32, arg3 uintptr) int32

FSGetAsyncMountStatus.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566519-fsgetasyncmountstatus

func FSGetAsyncUnmountStatus deprecated

func FSGetAsyncUnmountStatus(arg0 FSVolumeOperation, arg1 FSUnmountStatus, arg2 int32, arg3 uintptr, arg4 int32) int32

FSGetAsyncUnmountStatus.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565808-fsgetasyncunmountstatus

func FSGetDataForkName deprecated

func FSGetDataForkName(arg0 unsafe.Pointer) int16

FSGetDataForkName.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566760-fsgetdataforkname

func FSGetForkCBInfo deprecated

func FSGetForkCBInfo(arg0 FSIORefNum, arg1 uintptr, arg2 int16, arg3 FSIORefNum, arg4 FSForkInfo, arg5 uintptr, arg6 unsafe.Pointer) int16

FSGetForkCBInfo.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565345-fsgetforkcbinfo

func FSGetForkPosition deprecated

func FSGetForkPosition(arg0 FSIORefNum, arg1 int64) int16

FSGetForkPosition.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565089-fsgetforkposition

func FSGetForkSize deprecated

func FSGetForkSize(arg0 FSIORefNum, arg1 int64) int16

FSGetForkSize.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565455-fsgetforksize

func FSGetHFSUniStrFromString deprecated

func FSGetHFSUniStrFromString(arg0 corefoundation.CFStringRef, arg1 unsafe.Pointer) int32

FSGetHFSUniStrFromString.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565877-fsgethfsunistrfromstring

func FSGetResourceForkName deprecated

func FSGetResourceForkName(arg0 unsafe.Pointer) int16

FSGetResourceForkName.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566158-fsgetresourceforkname

func FSGetTemporaryDirectoryForReplaceObject deprecated

func FSGetTemporaryDirectoryForReplaceObject(arg0 uintptr, arg1 uintptr, arg2 uintptr) int32

FSGetTemporaryDirectoryForReplaceObject.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566436-fsgettemporarydirectoryforreplac

func FSGetVolumeForDADisk deprecated

func FSGetVolumeForDADisk(arg0 diskarbitration.DADiskRef, arg1 uintptr) int32

FSGetVolumeForDADisk.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566612-fsgetvolumefordadisk

func FSGetVolumeForDiskID deprecated

func FSGetVolumeForDiskID(arg0 corefoundation.CFStringRef, arg1 uintptr) int32

FSGetVolumeForDiskID.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565529-fsgetvolumefordiskid

func FSGetVolumeInfo deprecated

func FSGetVolumeInfo(arg0 uintptr, arg1 uintptr, arg2 uintptr, arg3 FSVolumeInfoBitmap, arg4 FSVolumeInfo, arg5 unsafe.Pointer, arg6 uintptr) int16

FSGetVolumeInfo.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566350-fsgetvolumeinfo

func FSGetVolumeMountInfo deprecated

func FSGetVolumeMountInfo(arg0 uintptr, arg1 unsafe.Pointer, arg2 uintptr, arg3 uintptr) int32

FSGetVolumeMountInfo.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565587-fsgetvolumemountinfo

func FSGetVolumeMountInfoSize deprecated

func FSGetVolumeMountInfoSize(arg0 uintptr, arg1 uintptr) int32

FSGetVolumeMountInfoSize.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566473-fsgetvolumemountinfosize

func FSGetVolumeParms deprecated

func FSGetVolumeParms(arg0 uintptr, arg1 GetVolParmsInfoBuffer, arg2 uintptr) int32

FSGetVolumeParms.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565147-fsgetvolumeparms

func FSIsFSRefValid deprecated

func FSIsFSRefValid(arg0 uintptr) bool

FSIsFSRefValid.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565952-fsisfsrefvalid

func FSIterateForks deprecated

func FSIterateForks(arg0 uintptr, arg1 CatPositionRec, arg2 unsafe.Pointer, arg3 int64, arg4 uint64) int16

FSIterateForks.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565757-fsiterateforks

func FSLockRange deprecated

func FSLockRange(arg0 FSIORefNum, arg1 uint16, arg2 int64, arg3 uint64, arg4 uint64) int32

FSLockRange.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566371-fslockrange

func FSMakeFSRefUnicode deprecated

func FSMakeFSRefUnicode(arg0 uintptr, arg1 uint, arg2 uint16, arg3 TextEncoding, arg4 uintptr) int16

FSMakeFSRefUnicode.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565210-fsmakefsrefunicode

func FSMountLocalVolumeAsync deprecated

FSMountLocalVolumeAsync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565530-fsmountlocalvolumeasync

func FSMountLocalVolumeSync deprecated

func FSMountLocalVolumeSync(arg0 corefoundation.CFStringRef, arg1 corefoundation.CFURLRef, arg2 uintptr, arg3 uintptr) int32

FSMountLocalVolumeSync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566302-fsmountlocalvolumesync

func FSMountServerVolumeSync deprecated

func FSMountServerVolumeSync(arg0 corefoundation.CFURLRef, arg1 corefoundation.CFURLRef, arg2 corefoundation.CFStringRef, arg3 corefoundation.CFStringRef, arg4 uintptr, arg5 uintptr) int32

FSMountServerVolumeSync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565166-fsmountservervolumesync

func FSMoveObject deprecated

func FSMoveObject(arg0 uintptr, arg1 uintptr, arg2 uintptr) int16

FSMoveObject.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566291-fsmoveobject

func FSMoveObjectAsync deprecated

func FSMoveObjectAsync(arg0 FSFileOperationRef, arg1 uintptr, arg2 uintptr, arg3 corefoundation.CFStringRef, arg4 uintptr, arg5 unsafe.Pointer, arg6 float64, arg7 FSFileOperationClientContext) int32

FSMoveObjectAsync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566762-fsmoveobjectasync

func FSMoveObjectSync deprecated

func FSMoveObjectSync(arg0 uintptr, arg1 uintptr, arg2 corefoundation.CFStringRef, arg3 uintptr, arg4 uintptr) int32

FSMoveObjectSync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566525-fsmoveobjectsync

func FSMoveObjectToTrashAsync deprecated

func FSMoveObjectToTrashAsync(arg0 FSFileOperationRef, arg1 uintptr, arg2 uintptr, arg3 unsafe.Pointer, arg4 float64, arg5 FSFileOperationClientContext) int32

FSMoveObjectToTrashAsync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565854-fsmoveobjecttotrashasync

func FSMoveObjectToTrashSync deprecated

func FSMoveObjectToTrashSync(arg0 uintptr, arg1 uintptr, arg2 uintptr) int32

FSMoveObjectToTrashSync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566651-fsmoveobjecttotrashsync

func FSOpenFork deprecated

func FSOpenFork(arg0 uintptr, arg1 uint, arg2 uint16, arg3 int8, arg4 FSIORefNum) int16

FSOpenFork.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565689-fsopenfork

func FSOpenIterator deprecated

func FSOpenIterator(arg0 uintptr, arg1 FSIteratorFlags, arg2 FSIterator) int16

FSOpenIterator.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565368-fsopeniterator

func FSOpenOrphanResFile deprecated

func FSOpenOrphanResFile(arg0 uintptr, arg1 unsafe.Pointer, arg2 ResFileRefNum) int16

FSOpenOrphanResFile.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529349-fsopenorphanresfile

func FSOpenResourceFile deprecated

func FSOpenResourceFile(arg0 uintptr, arg1 uint, arg2 uint16, arg3 int8, arg4 ResFileRefNum) int16

FSOpenResourceFile.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529373-fsopenresourcefile

func FSPathCopyObjectAsync deprecated

func FSPathCopyObjectAsync(arg0 FSFileOperationRef, arg1 int8, arg2 int8, arg3 corefoundation.CFStringRef, arg4 uintptr, arg5 unsafe.Pointer, arg6 float64, arg7 FSFileOperationClientContext) int32

FSPathCopyObjectAsync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566056-fspathcopyobjectasync

func FSPathCopyObjectSync deprecated

func FSPathCopyObjectSync(arg0 int8, arg1 int8, arg2 corefoundation.CFStringRef, arg3 int8, arg4 uintptr) int32

FSPathCopyObjectSync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565384-fspathcopyobjectsync

func FSPathFileOperationCopyStatus deprecated

func FSPathFileOperationCopyStatus(arg0 FSFileOperationRef, arg1 int8, arg2 FSFileOperationStage, arg3 int32, arg4 corefoundation.CFDictionaryRef) int32

FSPathFileOperationCopyStatus.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566335-fspathfileoperationcopystatus

func FSPathGetTemporaryDirectoryForReplaceObject deprecated

func FSPathGetTemporaryDirectoryForReplaceObject(arg0 int8, arg1 int8, arg2 uint32, arg3 uintptr) int32

FSPathGetTemporaryDirectoryForReplaceObject.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566163-fspathgettemporarydirectoryforre

func FSPathMakeRef deprecated

func FSPathMakeRef(arg0 uint8, arg1 uintptr, arg2 bool) int32

FSPathMakeRef.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565195-fspathmakeref

func FSPathMakeRefWithOptions deprecated

func FSPathMakeRefWithOptions(arg0 uint8, arg1 uintptr, arg2 uintptr, arg3 bool) int32

FSPathMakeRefWithOptions.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566339-fspathmakerefwithoptions

func FSPathMoveObjectAsync deprecated

func FSPathMoveObjectAsync(arg0 FSFileOperationRef, arg1 int8, arg2 int8, arg3 corefoundation.CFStringRef, arg4 uintptr, arg5 unsafe.Pointer, arg6 float64, arg7 FSFileOperationClientContext) int32

FSPathMoveObjectAsync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566169-fspathmoveobjectasync

func FSPathMoveObjectSync deprecated

func FSPathMoveObjectSync(arg0 int8, arg1 int8, arg2 corefoundation.CFStringRef, arg3 int8, arg4 uintptr) int32

FSPathMoveObjectSync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566022-fspathmoveobjectsync

func FSPathMoveObjectToTrashAsync deprecated

func FSPathMoveObjectToTrashAsync(arg0 FSFileOperationRef, arg1 int8, arg2 uintptr, arg3 unsafe.Pointer, arg4 float64, arg5 FSFileOperationClientContext) int32

FSPathMoveObjectToTrashAsync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565270-fspathmoveobjecttotrashasync

func FSPathMoveObjectToTrashSync deprecated

func FSPathMoveObjectToTrashSync(arg0 int8, arg1 int8, arg2 uintptr) int32

FSPathMoveObjectToTrashSync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566818-fspathmoveobjecttotrashsync

func FSPathReplaceObject deprecated

func FSPathReplaceObject(arg0 int8, arg1 int8, arg2 corefoundation.CFStringRef, arg3 corefoundation.CFStringRef, arg4 int8, arg5 uintptr) int32

FSPathReplaceObject.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566463-fspathreplaceobject

func FSReadFork deprecated

func FSReadFork(arg0 FSIORefNum, arg1 uint16, arg2 int64, arg3 uintptr, arg4 uintptr) int16

FSReadFork.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565997-fsreadfork

func FSRefMakePath deprecated

func FSRefMakePath(arg0 uintptr, arg1 uint8, arg2 uint32) int32

FSRefMakePath.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565635-fsrefmakepath

func FSRenameUnicode deprecated

func FSRenameUnicode(arg0 uintptr, arg1 uint, arg2 uint16, arg3 TextEncoding, arg4 uintptr) int16

FSRenameUnicode.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565792-fsrenameunicode

func FSReplaceObject deprecated

func FSReplaceObject(arg0 uintptr, arg1 uintptr, arg2 corefoundation.CFStringRef, arg3 corefoundation.CFStringRef, arg4 uintptr, arg5 uintptr, arg6 uintptr) int32

FSReplaceObject.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566736-fsreplaceobject

func FSResolveNodeID deprecated

func FSResolveNodeID(arg0 uintptr, arg1 uint32, arg2 FSRefPtr) int32

FSResolveNodeID.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565623-fsresolvenodeid

func FSResourceFileAlreadyOpen deprecated

func FSResourceFileAlreadyOpen(arg0 uintptr, arg1 bool, arg2 ResFileRefNum) bool

FSResourceFileAlreadyOpen.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529331-fsresourcefilealreadyopen

func FSSetCatalogInfo deprecated

func FSSetCatalogInfo(arg0 uintptr, arg1 FSCatalogInfoBitmap, arg2 FSCatalogInfo) int16

FSSetCatalogInfo.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566580-fssetcataloginfo

func FSSetForkPosition deprecated

func FSSetForkPosition(arg0 FSIORefNum, arg1 uint16, arg2 int64) int16

FSSetForkPosition.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566508-fssetforkposition

func FSSetForkSize deprecated

func FSSetForkSize(arg0 FSIORefNum, arg1 uint16, arg2 int64) int16

FSSetForkSize.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566185-fssetforksize

func FSSetVolumeInfo deprecated

func FSSetVolumeInfo(arg0 uintptr, arg1 FSVolumeInfoBitmap, arg2 FSVolumeInfo) int16

FSSetVolumeInfo.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565574-fssetvolumeinfo

func FSUnlinkObject deprecated

func FSUnlinkObject(arg0 uintptr) int16

FSUnlinkObject.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565924-fsunlinkobject

func FSUnlockRange deprecated

func FSUnlockRange(arg0 FSIORefNum, arg1 uint16, arg2 int64, arg3 uint64, arg4 uint64) int32

FSUnlockRange.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565302-fsunlockrange

func FSUnmountVolumeAsync deprecated

func FSUnmountVolumeAsync(arg0 uintptr, arg1 uintptr, arg2 FSVolumeOperation, arg3 FSVolumeUnmountUPP, arg4 corefoundation.CFRunLoopRef, arg5 corefoundation.CFStringRef) int32

FSUnmountVolumeAsync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566587-fsunmountvolumeasync

func FSUnmountVolumeSync deprecated

func FSUnmountVolumeSync(arg0 uintptr, arg1 uintptr, arg2 int32) int32

FSUnmountVolumeSync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566764-fsunmountvolumesync

func FSVolumeMount deprecated

func FSVolumeMount(arg0 unsafe.Pointer, arg1 uintptr) int32

FSVolumeMount.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566510-fsvolumemount

func FSWriteFork deprecated

func FSWriteFork(arg0 FSIORefNum, arg1 uint16, arg2 int64, arg3 uintptr, arg4 uintptr) int16

FSWriteFork.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565526-fswritefork

func FindFolder deprecated

func FindFolder(arg0 uintptr, arg1 uint32, arg2 bool, arg3 uintptr, arg4 int32) int16

FindFolder.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1389175-findfolder

func Fix2Frac deprecated

func Fix2Frac(arg0 uintptr) unsafe.Pointer

Fix2Frac.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1409219-fix2frac

func Fix2Long deprecated

func Fix2Long(arg0 uintptr) int32

Fix2Long.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1409214-fix2long

func Fix2X deprecated

func Fix2X(arg0 uintptr) float64

Fix2X.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1409225-fix2x

func FixATan2 deprecated

func FixATan2(arg0 int32, arg1 int32) objectivec.IObject

FixATan2.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1409269-fixatan2

func FixDiv deprecated

func FixDiv(arg0 uintptr, arg1 uintptr) objectivec.IObject

FixDiv.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1409285-fixdiv

func FixMul deprecated

func FixMul(arg0 uintptr, arg1 uintptr) objectivec.IObject

FixMul.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1409241-fixmul

func FixRatio deprecated

func FixRatio(arg0 int16, arg1 int16) objectivec.IObject

FixRatio.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1409283-fixratio

func FixRound deprecated

func FixRound(arg0 uintptr) int16

FixRound.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1409274-fixround

func FlattenCollection deprecated

func FlattenCollection(arg0 Collection, arg1 CollectionFlattenUPP) int16

FlattenCollection.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551324-flattencollection

func FlattenCollectionToHdl deprecated

func FlattenCollectionToHdl(arg0 Collection, arg1 uintptr) int16

FlattenCollectionToHdl.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551407-flattencollectiontohdl

func FlattenPartialCollection deprecated

func FlattenPartialCollection(arg0 Collection, arg1 CollectionFlattenUPP, arg2 int32, arg3 int32) int16

FlattenPartialCollection.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551435-flattenpartialcollection

func Frac2Fix deprecated

func Frac2Fix(arg0 unsafe.Pointer) objectivec.IObject

Frac2Fix.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1409286-frac2fix

func Frac2X deprecated

func Frac2X(arg0 unsafe.Pointer) float64

Frac2X.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1409216-frac2x

func FracCos deprecated

func FracCos(arg0 uintptr) unsafe.Pointer

FracCos.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1409257-fraccos

func FracDiv deprecated

func FracDiv(arg0 unsafe.Pointer, arg1 unsafe.Pointer) unsafe.Pointer

FracDiv.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1409280-fracdiv

func FracMul deprecated

func FracMul(arg0 unsafe.Pointer, arg1 unsafe.Pointer) unsafe.Pointer

FracMul.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1409259-fracmul

func FracSin deprecated

func FracSin(arg0 uintptr) unsafe.Pointer

FracSin.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1409243-fracsin

func FracSqrt deprecated

func FracSqrt(arg0 unsafe.Pointer) unsafe.Pointer

FracSqrt.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1409284-fracsqrt

func GestaltFunc deprecated

func GestaltFunc(arg0 uint32, arg1 int32) int16

GestaltFunc obtains information about the operating environment.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1471624-gestalt

func Get1IndResource deprecated

func Get1IndResource(arg0 uint32, arg1 ResourceIndex) objectivec.IObject

Get1IndResource.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529284-get1indresource

func Get1IndType deprecated

func Get1IndType(arg0 uint32, arg1 ResourceIndex)

Get1IndType.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529368-get1indtype

func Get1NamedResource deprecated

func Get1NamedResource(arg0 uint32, arg1 unsafe.Pointer) objectivec.IObject

Get1NamedResource.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529253-get1namedresource

func Get1Resource deprecated

func Get1Resource(arg0 uint32, arg1 ResID) objectivec.IObject

Get1Resource.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529324-get1resource

func GetCPUSpeed deprecated

func GetCPUSpeed() int

GetCPUSpeed.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1427401-getcpuspeed

func GetCollectionDefaultAttributes deprecated

func GetCollectionDefaultAttributes(arg0 Collection) int32

GetCollectionDefaultAttributes.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551445-getcollectiondefaultattributes

func GetCollectionItem deprecated

func GetCollectionItem(arg0 Collection, arg1 CollectionTag, arg2 int32, arg3 int32) int16

GetCollectionItem.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551357-getcollectionitem

func GetCollectionItemHdl deprecated

func GetCollectionItemHdl(arg0 Collection, arg1 CollectionTag, arg2 int32, arg3 uintptr) int16

GetCollectionItemHdl.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551423-getcollectionitemhdl

func GetCollectionItemInfo deprecated

func GetCollectionItemInfo(arg0 Collection, arg1 CollectionTag, arg2 int32, arg3 int32, arg4 int32, arg5 int32) int16

GetCollectionItemInfo.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551399-getcollectioniteminfo

func GetCollectionRetainCount deprecated

func GetCollectionRetainCount(arg0 Collection) objectivec.IObject

GetCollectionRetainCount.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551403-getcollectionretaincount

func GetComponentIndString deprecated

func GetComponentIndString(arg0 Component, arg1 unsafe.Pointer, arg2 int16, arg3 int16) int16

GetComponentIndString.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516616-getcomponentindstring

func GetComponentInfo deprecated

func GetComponentInfo(arg0 Component, arg1 ComponentDescription, arg2 uintptr, arg3 uintptr, arg4 uintptr) int16

GetComponentInfo returns to your application the registration information for a component.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516438-getcomponentinfo

func GetComponentInstanceError deprecated

func GetComponentInstanceError(arg0 ComponentInstance) int16

GetComponentInstanceError returns to your application the last error generated by a specific connection to a component.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516618-getcomponentinstanceerror

func GetComponentInstanceStorage deprecated

func GetComponentInstanceStorage(arg0 ComponentInstance) objectivec.IObject

GetComponentInstanceStorage allows your component to retrieve a handle to the memory associated with a connection.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516517-getcomponentinstancestorage

func GetComponentListModSeed deprecated

func GetComponentListModSeed() int32

GetComponentListModSeed allows your application to determine if the list of registered components has changed.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516399-getcomponentlistmodseed

func GetComponentPublicIndString deprecated

func GetComponentPublicIndString(arg0 Component, arg1 unsafe.Pointer, arg2 int16, arg3 int16) int16

GetComponentPublicIndString.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516516-getcomponentpublicindstring

func GetComponentPublicResource deprecated

func GetComponentPublicResource(arg0 Component, arg1 uint32, arg2 int16, arg3 uintptr) int16

GetComponentPublicResource.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516336-getcomponentpublicresource

func GetComponentPublicResourceList deprecated

func GetComponentPublicResourceList(arg0 uint32, arg1 int16, arg2 int32, arg3 ComponentDescription, arg4 GetMissingComponentResourceUPP) int16

GetComponentPublicResourceList.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516460-getcomponentpublicresourcelist

func GetComponentRefcon deprecated

func GetComponentRefcon(arg0 Component) int

GetComponentRefcon retrieves the value of the reference constant for your component.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516331-getcomponentrefcon

func GetComponentResource deprecated

func GetComponentResource(arg0 Component, arg1 uint32, arg2 int16, arg3 uintptr) int16

GetComponentResource.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516387-getcomponentresource

func GetComponentTypeModSeed deprecated

func GetComponentTypeModSeed(arg0 uint32) int32

GetComponentTypeModSeed.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516653-getcomponenttypemodseed

func GetCurrentThread deprecated

func GetCurrentThread(arg0 ThreadID) int16

GetCurrentThread.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1574216-getcurrentthread

func GetCustomIconsEnabled deprecated

func GetCustomIconsEnabled(vRefNum unsafe.Pointer, customIconsEnabled unsafe.Pointer) int16

GetCustomIconsEnabled.

Deprecated: Deprecated since macOS 10.15.

See: https://developer.apple.com/documentation/coreservices/1442255-getcustomiconsenabled

func GetDebugComponentInfo deprecated

func GetDebugComponentInfo(arg0 uint32, arg1 uint32, arg2 unsafe.Pointer) int32

GetDebugComponentInfo.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1517776-getdebugcomponentinfo

func GetDebugOptionInfo deprecated

func GetDebugOptionInfo(arg0 uint32, arg1 uint32, arg2 int32, arg3 unsafe.Pointer, arg4 bool) int32

GetDebugOptionInfo.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1517775-getdebugoptioninfo

func GetDefaultThreadStackSize deprecated

func GetDefaultThreadStackSize(arg0 ThreadStyle, arg1 corefoundation.CGSize) int16

GetDefaultThreadStackSize.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1574231-getdefaultthreadstacksize

func GetFolderNameUnicode deprecated

func GetFolderNameUnicode(arg0 uintptr, arg1 uint32, arg2 uintptr, arg3 unsafe.Pointer) int32

GetFolderNameUnicode.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1389375-getfoldernameunicode

func GetFolderTypes deprecated

func GetFolderTypes(arg0 uint32, arg1 uint32, arg2 FolderType) int16

GetFolderTypes.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1389428-getfoldertypes

func GetHandleSize deprecated

func GetHandleSize(arg0 uintptr) corefoundation.CGSize

GetHandleSize.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1506398-gethandlesize

func GetIconRef deprecated

func GetIconRef(vRefNum unsafe.Pointer, creator uint32, iconType uint32, theIconRef uintptr) int16

GetIconRef.

Deprecated: Deprecated since macOS 10.15.

See: https://developer.apple.com/documentation/coreservices/1442776-geticonref

func GetIconRefFromComponent deprecated

func GetIconRefFromComponent(arg0 Component, arg1 uintptr) int32

GetIconRefFromComponent.

Deprecated: Deprecated since macOS 10.15.

See: https://developer.apple.com/documentation/coreservices/1447113-geticonreffromcomponent

func GetIconRefFromFileInfo deprecated

func GetIconRefFromFileInfo(inRef unsafe.Pointer, inFileNameLength unsafe.Pointer, inFileName *uint16, inWhichInfo FSCatalogInfoBitmap, inCatalogInfo unsafe.Pointer, inUsageFlags IconServicesUsageFlags, outIconRef uintptr, outLabel *uintptr) int32

GetIconRefFromFileInfo.

Deprecated: Deprecated since macOS 10.13.

See: https://developer.apple.com/documentation/coreservices/1447966-geticonreffromfileinfo

func GetIconRefFromFolder deprecated

func GetIconRefFromFolder(vRefNum unsafe.Pointer, parentFolderID unsafe.Pointer, folderID unsafe.Pointer, attributes int8, accessPrivileges int8, theIconRef uintptr) int16

GetIconRefFromFolder.

Deprecated: Deprecated since macOS 10.15.

See: https://developer.apple.com/documentation/coreservices/1441712-geticonreffromfolder

func GetIconRefFromIconFamilyPtr deprecated

func GetIconRefFromIconFamilyPtr(inIconFamilyPtr unsafe.Pointer, inSize corefoundation.CGSize, outIconRef uintptr) int32

GetIconRefFromIconFamilyPtr.

Deprecated: Deprecated since macOS 10.15.

See: https://developer.apple.com/documentation/coreservices/1443251-geticonreffromiconfamilyptr

func GetIconRefFromTypeInfo deprecated

func GetIconRefFromTypeInfo(inCreator uint32, inType uint32, inExtension corefoundation.CFStringRef, inMIMEType corefoundation.CFStringRef, inUsageFlags IconServicesUsageFlags, outIconRef uintptr) int16

GetIconRefFromTypeInfo.

Deprecated: Deprecated since macOS 10.15.

See: https://developer.apple.com/documentation/coreservices/1445758-geticonreffromtypeinfo

func GetIconRefOwners deprecated

func GetIconRefOwners(theIconRef uintptr, owners *uint16) int16

GetIconRefOwners.

Deprecated: Deprecated since macOS 10.15.

See: https://developer.apple.com/documentation/coreservices/1447221-geticonrefowners

func GetIndResource deprecated

func GetIndResource(arg0 uint32, arg1 ResourceIndex) objectivec.IObject

GetIndResource.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529227-getindresource

func GetIndType deprecated

func GetIndType(arg0 uint32, arg1 ResourceIndex)

GetIndType.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529367-getindtype

func GetIndexedCollectionItem deprecated

func GetIndexedCollectionItem(arg0 Collection, arg1 int32, arg2 int32) int16

GetIndexedCollectionItem.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551437-getindexedcollectionitem

func GetIndexedCollectionItemHdl deprecated

func GetIndexedCollectionItemHdl(arg0 Collection, arg1 int32, arg2 uintptr) int16

GetIndexedCollectionItemHdl.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551443-getindexedcollectionitemhdl

func GetIndexedCollectionItemInfo deprecated

func GetIndexedCollectionItemInfo(arg0 Collection, arg1 int32, arg2 CollectionTag, arg3 int32, arg4 int32, arg5 int32) int16

GetIndexedCollectionItemInfo.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551449-getindexedcollectioniteminfo

func GetIndexedCollectionTag deprecated

func GetIndexedCollectionTag(arg0 Collection, arg1 int32, arg2 CollectionTag) int16

GetIndexedCollectionTag.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551355-getindexedcollectiontag

func GetMaxResourceSize deprecated

func GetMaxResourceSize(arg0 uintptr) int

GetMaxResourceSize.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529298-getmaxresourcesize

func GetNamedResource deprecated

func GetNamedResource(arg0 uint32, arg1 unsafe.Pointer) objectivec.IObject

GetNamedResource.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529296-getnamedresource

func GetNextFOND deprecated

func GetNextFOND(arg0 uintptr) objectivec.IObject

GetNextFOND.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529354-getnextfond

func GetNextResourceFile deprecated

func GetNextResourceFile(arg0 ResFileRefNum, arg1 ResFileRefNum) int16

GetNextResourceFile.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529310-getnextresourcefile

func GetPtrSize deprecated

func GetPtrSize(arg0 coreimage.Ptr) corefoundation.CGSize

GetPtrSize.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1506465-getptrsize

func GetResInfo deprecated

func GetResInfo(arg0 uintptr, arg1 ResID, arg2 uint32, arg3 unsafe.Pointer)

GetResInfo.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529369-getresinfo

func GetResource deprecated

func GetResource(arg0 uint32, arg1 ResID) objectivec.IObject

GetResource.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529302-getresource

func GetResourceSizeOnDisk deprecated

func GetResourceSizeOnDisk(arg0 uintptr) int

GetResourceSizeOnDisk.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529348-getresourcesizeondisk

func GetScriptManagerVariable deprecated

func GetScriptManagerVariable(arg0 int16) int

GetScriptManagerVariable.

Deprecated: Deprecated since macOS 10.5.

See: https://developer.apple.com/documentation/coreservices/1485022-getscriptmanagervariable

func GetTaggedCollectionItem deprecated

func GetTaggedCollectionItem(arg0 Collection, arg1 CollectionTag, arg2 int32, arg3 int32) int16

GetTaggedCollectionItem.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551359-gettaggedcollectionitem

func GetTaggedCollectionItemInfo deprecated

func GetTaggedCollectionItemInfo(arg0 Collection, arg1 CollectionTag, arg2 int32, arg3 int32, arg4 int32, arg5 int32, arg6 int32) int16

GetTaggedCollectionItemInfo.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551370-gettaggedcollectioniteminfo

func GetTextEncodingName

func GetTextEncodingName(arg0 TextEncoding, arg1 TextEncodingNameSelector, arg2 unsafe.Pointer, arg3 TextEncoding, arg4 uintptr, arg5 uintptr, arg6 unsafe.Pointer, arg7 TextEncoding, arg8 TextPtr) int32

GetTextEncodingName returns the localized name for a specified text encoding.

See: https://developer.apple.com/documentation/coreservices/1399645-gettextencodingname

func GetThreadCurrentTaskRef deprecated

func GetThreadCurrentTaskRef(arg0 ThreadTaskRef) int16

GetThreadCurrentTaskRef.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1574236-getthreadcurrenttaskref

func GetThreadState deprecated

func GetThreadState(arg0 ThreadID, arg1 ThreadState) int16

GetThreadState.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1574250-getthreadstate

func GetThreadStateGivenTaskRef deprecated

func GetThreadStateGivenTaskRef(arg0 ThreadTaskRef, arg1 ThreadID, arg2 ThreadState) int16

GetThreadStateGivenTaskRef.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1574234-getthreadstategiventaskref

func GetTopResourceFile deprecated

func GetTopResourceFile(arg0 ResFileRefNum) int16

GetTopResourceFile.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529307-gettopresourcefile

func HClrRBit deprecated

func HClrRBit(arg0 uintptr)

HClrRBit.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1506459-hclrrbit

func HGetState deprecated

func HGetState(arg0 uintptr) int8

HGetState.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1506392-hgetstate

func HLock deprecated

func HLock(arg0 uintptr)

HLock.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1506234-hlock

func HLockHi deprecated

func HLockHi(arg0 uintptr)

HLockHi.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1506354-hlockhi

func HSetRBit deprecated

func HSetRBit(arg0 uintptr)

HSetRBit.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1506324-hsetrbit

func HSetState deprecated

func HSetState(arg0 uintptr, arg1 int8)

HSetState.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1506435-hsetstate

func HUnlock deprecated

func HUnlock(arg0 uintptr)

HUnlock.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1506251-hunlock

func HandAndHand deprecated

func HandAndHand(arg0 uintptr, arg1 uintptr) int16

HandAndHand.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1506243-handandhand

func HandToHand deprecated

func HandToHand(arg0 uintptr) int16

HandToHand.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1506272-handtohand

func IdentifyFolder deprecated

func IdentifyFolder(arg0 uintptr, arg1 int32, arg2 FolderType) int16

IdentifyFolder.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1389047-identifyfolder

func IncrementAtomic deprecated

func IncrementAtomic(arg0 int32) int32

IncrementAtomic.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1490602-incrementatomic

func IncrementAtomic8 deprecated

func IncrementAtomic8(arg0 int8) int8

IncrementAtomic8.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1490585-incrementatomic8

func IncrementAtomic16 deprecated

func IncrementAtomic16(arg0 int16) int16

IncrementAtomic16.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1490600-incrementatomic16

func InsTime deprecated

func InsTime(arg0 QElemPtr)

InsTime.

Deprecated: Deprecated since macOS 10.4.

See: https://developer.apple.com/documentation/coreservices/1550782-instime

func InsXTime deprecated

func InsXTime(arg0 QElemPtr)

InsXTime.

Deprecated: Deprecated since macOS 10.4.

See: https://developer.apple.com/documentation/coreservices/1550792-insxtime

func InsertResourceFile deprecated

func InsertResourceFile(arg0 ResFileRefNum, arg1 RsrcChainLocation) int16

InsertResourceFile.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529327-insertresourcefile

func InstallDebugAssertOutputHandler deprecated

func InstallDebugAssertOutputHandler(arg0 DebugAssertOutputHandlerUPP)

InstallDebugAssertOutputHandler.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1517758-installdebugassertoutputhandler

func InstallTimeTask deprecated

func InstallTimeTask(arg0 QElemPtr) int16

InstallTimeTask.

Deprecated: Deprecated since macOS 10.4.

See: https://developer.apple.com/documentation/coreservices/1550791-installtimetask

func InstallXTimeTask deprecated

func InstallXTimeTask(arg0 QElemPtr) int16

InstallXTimeTask.

Deprecated: Deprecated since macOS 10.4.

See: https://developer.apple.com/documentation/coreservices/1550795-installxtimetask

func InvalidateFolderDescriptorCache deprecated

func InvalidateFolderDescriptorCache(arg0 uintptr, arg1 int32) int16

InvalidateFolderDescriptorCache.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1389097-invalidatefolderdescriptorcache

func InvokeAECoerceDescUPP

func InvokeAECoerceDescUPP(fromDesc unsafe.Pointer, toType uint32, handlerRefcon uintptr, toDesc unsafe.Pointer, userUPP AECoerceDescUPP) int16

InvokeAECoerceDescUPP calls a universal procedure pointer to a function that coerces data stored in a descriptor.

See: https://developer.apple.com/documentation/coreservices/1445450-invokeaecoercedescupp

func InvokeAECoercePtrUPP

func InvokeAECoercePtrUPP(typeCode uint32, dataPtr unsafe.Pointer, dataSize corefoundation.CGSize, toType uint32, handlerRefcon uintptr, result unsafe.Pointer, userUPP AECoercePtrUPP) int16

InvokeAECoercePtrUPP calls a universal procedure pointer to a function that coerces data stored in a buffer.

See: https://developer.apple.com/documentation/coreservices/1447079-invokeaecoerceptrupp

func InvokeAEDisposeExternalUPP

func InvokeAEDisposeExternalUPP(dataPtr unsafe.Pointer, dataLength corefoundation.CGSize, refcon uintptr, userUPP AEDisposeExternalUPP)

InvokeAEDisposeExternalUPP calls a dispose external universal procedure pointer.

See: https://developer.apple.com/documentation/coreservices/1441717-invokeaedisposeexternalupp

func InvokeAEEventHandlerUPP

func InvokeAEEventHandlerUPP(theAppleEvent *AEDesc, reply *AEDesc, handlerRefcon uintptr, userUPP AEEventHandlerUPP) int16

InvokeAEEventHandlerUPP calls an event handler universal procedure pointer.

See: https://developer.apple.com/documentation/coreservices/1446585-invokeaeeventhandlerupp

func InvokeCollectionExceptionUPP deprecated

func InvokeCollectionExceptionUPP(arg0 Collection, arg1 int16, arg2 CollectionExceptionUPP) int16

InvokeCollectionExceptionUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551347-invokecollectionexceptionupp

func InvokeCollectionFlattenUPP deprecated

func InvokeCollectionFlattenUPP(arg0 int32, arg1 CollectionFlattenUPP) int16

InvokeCollectionFlattenUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551380-invokecollectionflattenupp

func InvokeDebugAssertOutputHandlerUPP deprecated

func InvokeDebugAssertOutputHandlerUPP(arg0 uint32, arg1 uint32, arg2 int8, arg3 int8, arg4 int8, arg5 int8, arg6 int, arg7 unsafe.Pointer, arg8 DebugAssertOutputHandlerUPP)

InvokeDebugAssertOutputHandlerUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1517712-invokedebugassertoutputhandlerup

func InvokeDebugComponentCallbackUPP deprecated

func InvokeDebugComponentCallbackUPP(arg0 int32, arg1 uint32, arg2 bool, arg3 DebugComponentCallbackUPP)

InvokeDebugComponentCallbackUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1517770-invokedebugcomponentcallbackupp

func InvokeDebuggerDisposeThreadUPP deprecated

func InvokeDebuggerDisposeThreadUPP(arg0 ThreadID, arg1 DebuggerDisposeThreadUPP)

InvokeDebuggerDisposeThreadUPP.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1574308-invokedebuggerdisposethreadupp

func InvokeDebuggerNewThreadUPP deprecated

func InvokeDebuggerNewThreadUPP(arg0 ThreadID, arg1 DebuggerNewThreadUPP)

InvokeDebuggerNewThreadUPP.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1574207-invokedebuggernewthreadupp

func InvokeDeferredTaskUPP deprecated

func InvokeDeferredTaskUPP(arg0 int, arg1 DeferredTaskUPP)

InvokeDeferredTaskUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1533349-invokedeferredtaskupp

func InvokeExceptionHandlerUPP deprecated

func InvokeExceptionHandlerUPP(arg0 ExceptionInformation, arg1 ExceptionHandlerUPP) int32

InvokeExceptionHandlerUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1500606-invokeexceptionhandlerupp

func InvokeFNSubscriptionUPP deprecated

func InvokeFNSubscriptionUPP(arg0 FNMessage, arg1 uintptr, arg2 FNSubscriptionRef, arg3 FNSubscriptionUPP)

InvokeFNSubscriptionUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565242-invokefnsubscriptionupp

func InvokeFSVolumeEjectUPP deprecated

func InvokeFSVolumeEjectUPP(arg0 FSVolumeOperation, arg1 int32, arg2 uintptr, arg3 int32, arg4 FSVolumeEjectUPP)

InvokeFSVolumeEjectUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565652-invokefsvolumeejectupp

func InvokeFSVolumeMountUPP deprecated

func InvokeFSVolumeMountUPP(arg0 FSVolumeOperation, arg1 int32, arg2 uintptr, arg3 FSVolumeMountUPP)

InvokeFSVolumeMountUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566167-invokefsvolumemountupp

func InvokeFSVolumeUnmountUPP deprecated

func InvokeFSVolumeUnmountUPP(arg0 FSVolumeOperation, arg1 int32, arg2 uintptr, arg3 int32, arg4 FSVolumeUnmountUPP)

InvokeFSVolumeUnmountUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565842-invokefsvolumeunmountupp

func InvokeFolderManagerNotificationUPP deprecated

func InvokeFolderManagerNotificationUPP(arg0 uint32, arg1 FolderManagerNotificationUPP) int32

InvokeFolderManagerNotificationUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1389104-invokefoldermanagernotificationu

func InvokeGetMissingComponentResourceUPP deprecated

func InvokeGetMissingComponentResourceUPP(arg0 Component, arg1 uint32, arg2 int16, arg3 uintptr, arg4 GetMissingComponentResourceUPP) int16

InvokeGetMissingComponentResourceUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516491-invokegetmissingcomponentresourc

func InvokeIOCompletionUPP deprecated

func InvokeIOCompletionUPP(arg0 ParmBlkPtr, arg1 IOCompletionUPP)

InvokeIOCompletionUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565303-invokeiocompletionupp

func InvokeIndexToUCStringUPP

func InvokeIndexToUCStringUPP(index uint32, listDataPtr unsafe.Pointer, refcon uintptr, outString *corefoundation.CFStringRef, tsOptions *UCTypeSelectOptions, userUPP IndexToUCStringUPP) bool

InvokeIndexToUCStringUPP.

See: https://developer.apple.com/documentation/coreservices/1390660-invokeindextoucstringupp

func InvokeKCCallbackUPP deprecated

func InvokeKCCallbackUPP(arg0 KCEvent, arg1 KCCallbackInfo, arg2 KCCallbackUPP) int32

InvokeKCCallbackUPP.

Deprecated: Deprecated since macOS 10.6.

See: https://developer.apple.com/documentation/coreservices/1563117-invokekccallbackupp

func InvokeOSLAccessorUPP

func InvokeOSLAccessorUPP(desiredClass uint32, container unsafe.Pointer, containerClass uint32, form uint32, selectionData unsafe.Pointer, value unsafe.Pointer, accessorRefcon uintptr, userUPP OSLAccessorUPP) int16

InvokeOSLAccessorUPP calls an object accessor universal procedure pointer.

See: https://developer.apple.com/documentation/coreservices/1448978-invokeoslaccessorupp

func InvokeOSLAdjustMarksUPP

func InvokeOSLAdjustMarksUPP(newStart unsafe.Pointer, newStop unsafe.Pointer, markToken unsafe.Pointer, userUPP OSLAdjustMarksUPP) int16

InvokeOSLAdjustMarksUPP calls an object callback adjust marks universal procedure pointer.

See: https://developer.apple.com/documentation/coreservices/1448506-invokeosladjustmarksupp

func InvokeOSLCompareUPP

func InvokeOSLCompareUPP(oper uint32, obj1 unsafe.Pointer, obj2 unsafe.Pointer, result unsafe.Pointer, userUPP OSLCompareUPP) int16

InvokeOSLCompareUPP calls an object callback comparison universal procedure pointer.

See: https://developer.apple.com/documentation/coreservices/1443110-invokeoslcompareupp

func InvokeOSLCountUPP

func InvokeOSLCountUPP(desiredType uint32, containerClass uint32, container unsafe.Pointer, result unsafe.Pointer, userUPP OSLCountUPP) int16

InvokeOSLCountUPP calls an object callback count universal procedure pointer.

See: https://developer.apple.com/documentation/coreservices/1448030-invokeoslcountupp

func InvokeOSLDisposeTokenUPP

func InvokeOSLDisposeTokenUPP(unneededToken unsafe.Pointer, userUPP OSLDisposeTokenUPP) int16

InvokeOSLDisposeTokenUPP calls an object callback dispose token universal procedure pointer.

See: https://developer.apple.com/documentation/coreservices/1443963-invokeosldisposetokenupp

func InvokeOSLGetErrDescUPP

func InvokeOSLGetErrDescUPP(appDescPtr unsafe.Pointer, userUPP OSLGetErrDescUPP) int16

InvokeOSLGetErrDescUPP calls an object callback get error descriptor universal procedure pointer.

See: https://developer.apple.com/documentation/coreservices/1448420-invokeoslgeterrdescupp

func InvokeOSLGetMarkTokenUPP

func InvokeOSLGetMarkTokenUPP(dContainerToken unsafe.Pointer, containerClass uint32, result unsafe.Pointer, userUPP OSLGetMarkTokenUPP) int16

InvokeOSLGetMarkTokenUPP calls an object callback get mark universal procedure pointer.

See: https://developer.apple.com/documentation/coreservices/1441894-invokeoslgetmarktokenupp

func InvokeOSLMarkUPP

func InvokeOSLMarkUPP(dToken unsafe.Pointer, markToken unsafe.Pointer, index unsafe.Pointer, userUPP OSLMarkUPP) int16

InvokeOSLMarkUPP calls an object callback mark universal procedure pointer.

See: https://developer.apple.com/documentation/coreservices/1447444-invokeoslmarkupp

func InvokeResErrUPP deprecated

func InvokeResErrUPP(arg0 int16, arg1 ResErrUPP)

InvokeResErrUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529311-invokereserrupp

func InvokeSelectorFunctionUPP deprecated

func InvokeSelectorFunctionUPP(arg0 uint32, arg1 int32, arg2 SelectorFunctionUPP) int16

InvokeSelectorFunctionUPP invokes a selector callback function.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1473043-invokeselectorfunctionupp

func InvokeSleepQUPP deprecated

func InvokeSleepQUPP(arg0 int, arg1 SleepQRecPtr, arg2 SleepQUPP) int

InvokeSleepQUPP.

Deprecated: Deprecated since macOS 10.5.

See: https://developer.apple.com/documentation/coreservices/1427428-invokesleepqupp

func InvokeThreadSwitchUPP deprecated

func InvokeThreadSwitchUPP(arg0 ThreadID, arg1 ThreadSwitchUPP)

InvokeThreadSwitchUPP.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1574281-invokethreadswitchupp

func InvokeThreadTerminationUPP deprecated

func InvokeThreadTerminationUPP(arg0 ThreadID, arg1 ThreadTerminationUPP)

InvokeThreadTerminationUPP.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1574290-invokethreadterminationupp

func InvokeTimerUPP deprecated

func InvokeTimerUPP(arg0 TMTaskPtr, arg1 TimerUPP)

InvokeTimerUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1550780-invoketimerupp

func InvokeUnicodeToTextFallbackUPP

func InvokeUnicodeToTextFallbackUPP(arg0 uint16, arg1 uintptr, arg2 uintptr, arg3 TextPtr, arg4 uintptr, arg5 uintptr, arg6 unsafe.Pointer, arg7 ConstUnicodeMappingPtr, arg8 UnicodeToTextFallbackUPP) int32

InvokeUnicodeToTextFallbackUPP calls your Unicode-to-text fallback callback.

See: https://developer.apple.com/documentation/coreservices/1433599-invokeunicodetotextfallbackupp

func IsDataAvailableInIconRef deprecated

func IsDataAvailableInIconRef(inIconKind uint32, inIconRef uintptr) bool

IsDataAvailableInIconRef.

Deprecated: Deprecated since macOS 10.15.

See: https://developer.apple.com/documentation/coreservices/1446627-isdataavailableiniconref

func IsHandleValid deprecated

func IsHandleValid(arg0 uintptr) bool

IsHandleValid.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1506347-ishandlevalid

func IsHeapValid deprecated

func IsHeapValid() bool

IsHeapValid.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1506349-isheapvalid

func IsIconRefComposite deprecated

func IsIconRefComposite(compositeIconRef uintptr, backgroundIconRef uintptr, foregroundIconRef uintptr) int16

IsIconRefComposite.

Deprecated: Deprecated since macOS 10.15.

See: https://developer.apple.com/documentation/coreservices/1446300-isiconrefcomposite

func IsMetric deprecated

func IsMetric() bool

IsMetric.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1533364-ismetric

func IsPointerValid deprecated

func IsPointerValid(arg0 coreimage.Ptr) bool

IsPointerValid.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1506360-ispointervalid

func IsValidIconRef deprecated

func IsValidIconRef(theIconRef uintptr) bool

IsValidIconRef.

Deprecated: Deprecated since macOS 10.15.

See: https://developer.apple.com/documentation/coreservices/1450233-isvalidiconref

func KCAddCallback deprecated

func KCAddCallback(arg0 KCCallbackUPP, arg1 KCEventMask) int32

KCAddCallback.

Deprecated: Deprecated since macOS 10.6.

See: https://developer.apple.com/documentation/coreservices/1563150-kcaddcallback

func KCCopyItem deprecated

func KCCopyItem(arg0 KCItemRef, arg1 KCRef, arg2 KCItemRef) int32

KCCopyItem.

Deprecated: Deprecated since macOS 10.6.

See: https://developer.apple.com/documentation/coreservices/1562984-kccopyitem

func KCCountKeychains deprecated

func KCCountKeychains() uint16

KCCountKeychains.

Deprecated: Deprecated since macOS 10.6.

See: https://developer.apple.com/documentation/coreservices/1563038-kccountkeychains

func KCDeleteItem deprecated

func KCDeleteItem(arg0 KCItemRef) int32

KCDeleteItem.

Deprecated: Deprecated since macOS 10.6.

See: https://developer.apple.com/documentation/coreservices/1563195-kcdeleteitem

func KCFindAppleSharePassword deprecated

func KCFindAppleSharePassword(arg0 unsafe.Pointer, arg1 string, arg2 string, arg3 string, arg4 string, arg5 uint32, arg6 uint32, arg7 KCItemRef) int32

KCFindAppleSharePassword.

Deprecated: Deprecated since macOS 10.6.

See: https://developer.apple.com/documentation/coreservices/1563124-kcfindapplesharepassword

func KCFindFirstItem deprecated

func KCFindFirstItem(arg0 KCRef, arg1 KCAttributeList, arg2 KCSearchRef, arg3 KCItemRef) int32

KCFindFirstItem.

Deprecated: Deprecated since macOS 10.6.

See: https://developer.apple.com/documentation/coreservices/1563050-kcfindfirstitem

func KCFindGenericPassword deprecated

func KCFindGenericPassword(arg0 string, arg1 string, arg2 uint32, arg3 uint32, arg4 KCItemRef) int32

KCFindGenericPassword.

Deprecated: Deprecated since macOS 10.6.

See: https://developer.apple.com/documentation/coreservices/1563056-kcfindgenericpassword

func KCFindInternetPassword deprecated

func KCFindInternetPassword(arg0 string, arg1 string, arg2 string, arg3 uint16, arg4 uint32, arg5 uint32, arg6 uint32, arg7 uint32, arg8 KCItemRef) int32

KCFindInternetPassword.

Deprecated: Deprecated since macOS 10.6.

See: https://developer.apple.com/documentation/coreservices/1563101-kcfindinternetpassword

func KCFindInternetPasswordWithPath deprecated

func KCFindInternetPasswordWithPath(arg0 string, arg1 string, arg2 string, arg3 string, arg4 uint16, arg5 uint32, arg6 uint32, arg7 uint32, arg8 uint32, arg9 KCItemRef) int32

KCFindInternetPasswordWithPath.

Deprecated: Deprecated since macOS 10.6.

See: https://developer.apple.com/documentation/coreservices/1563059-kcfindinternetpasswordwithpath

func KCFindNextItem deprecated

func KCFindNextItem(arg0 KCSearchRef, arg1 KCItemRef) int32

KCFindNextItem.

Deprecated: Deprecated since macOS 10.6.

See: https://developer.apple.com/documentation/coreservices/1563007-kcfindnextitem

func KCGetAttribute deprecated

func KCGetAttribute(arg0 KCItemRef, arg1 KCAttribute, arg2 uint32) int32

KCGetAttribute.

Deprecated: Deprecated since macOS 10.6.

See: https://developer.apple.com/documentation/coreservices/1563176-kcgetattribute

func KCGetData deprecated

func KCGetData(arg0 KCItemRef, arg1 uint32, arg2 uint32) int32

KCGetData.

Deprecated: Deprecated since macOS 10.6.

See: https://developer.apple.com/documentation/coreservices/1563092-kcgetdata

func KCGetDefaultKeychain deprecated

func KCGetDefaultKeychain(arg0 KCRef) int32

KCGetDefaultKeychain.

Deprecated: Deprecated since macOS 10.6.

See: https://developer.apple.com/documentation/coreservices/1563054-kcgetdefaultkeychain

func KCGetIndKeychain deprecated

func KCGetIndKeychain(arg0 uint16, arg1 KCRef) int32

KCGetIndKeychain.

Deprecated: Deprecated since macOS 10.6.

See: https://developer.apple.com/documentation/coreservices/1563047-kcgetindkeychain

func KCGetKeychain deprecated

func KCGetKeychain(arg0 KCItemRef, arg1 KCRef) int32

KCGetKeychain.

Deprecated: Deprecated since macOS 10.6.

See: https://developer.apple.com/documentation/coreservices/1563140-kcgetkeychain

func KCGetKeychainManagerVersion deprecated

func KCGetKeychainManagerVersion(arg0 uint32) int32

KCGetKeychainManagerVersion.

Deprecated: Deprecated since macOS 10.6.

See: https://developer.apple.com/documentation/coreservices/1562979-kcgetkeychainmanagerversion

func KCGetKeychainName deprecated

func KCGetKeychainName(arg0 KCRef, arg1 string) int32

KCGetKeychainName.

Deprecated: Deprecated since macOS 10.6.

See: https://developer.apple.com/documentation/coreservices/1563052-kcgetkeychainname

func KCGetStatus deprecated

func KCGetStatus(arg0 KCRef, arg1 uint32) int32

KCGetStatus.

Deprecated: Deprecated since macOS 10.6.

See: https://developer.apple.com/documentation/coreservices/1563057-kcgetstatus

func KCIsInteractionAllowed deprecated

func KCIsInteractionAllowed() bool

KCIsInteractionAllowed.

Deprecated: Deprecated since macOS 10.6.

See: https://developer.apple.com/documentation/coreservices/1563065-kcisinteractionallowed

func KCLock deprecated

func KCLock(arg0 KCRef) int32

KCLock.

Deprecated: Deprecated since macOS 10.6.

See: https://developer.apple.com/documentation/coreservices/1563012-kclock

func KCMakeAliasFromKCRef deprecated

func KCMakeAliasFromKCRef(arg0 KCRef, arg1 AliasHandle) int32

KCMakeAliasFromKCRef.

Deprecated: Deprecated since macOS 10.6.

See: https://developer.apple.com/documentation/coreservices/1563163-kcmakealiasfromkcref

func KCMakeKCRefFromAlias deprecated

func KCMakeKCRefFromAlias(arg0 AliasHandle, arg1 KCRef) int32

KCMakeKCRefFromAlias.

Deprecated: Deprecated since macOS 10.6.

See: https://developer.apple.com/documentation/coreservices/1563083-kcmakekcreffromalias

func KCMakeKCRefFromFSRef deprecated

func KCMakeKCRefFromFSRef(arg0 uintptr, arg1 KCRef) int32

KCMakeKCRefFromFSRef.

Deprecated: Deprecated since macOS 10.6.

See: https://developer.apple.com/documentation/coreservices/1563116-kcmakekcreffromfsref

func KCNewItem deprecated

func KCNewItem(arg0 KCItemClass, arg1 uint32, arg2 uint32, arg3 KCItemRef) int32

KCNewItem.

Deprecated: Deprecated since macOS 10.6.

See: https://developer.apple.com/documentation/coreservices/1563010-kcnewitem

func KCReleaseItem deprecated

func KCReleaseItem(arg0 KCItemRef) int32

KCReleaseItem.

Deprecated: Deprecated since macOS 10.6.

See: https://developer.apple.com/documentation/coreservices/1563161-kcreleaseitem

func KCReleaseKeychain deprecated

func KCReleaseKeychain(arg0 KCRef) int32

KCReleaseKeychain.

Deprecated: Deprecated since macOS 10.6.

See: https://developer.apple.com/documentation/coreservices/1563130-kcreleasekeychain

func KCReleaseSearch deprecated

func KCReleaseSearch(arg0 KCSearchRef) int32

KCReleaseSearch.

Deprecated: Deprecated since macOS 10.6.

See: https://developer.apple.com/documentation/coreservices/1562982-kcreleasesearch

func KCRemoveCallback deprecated

func KCRemoveCallback(arg0 KCCallbackUPP) int32

KCRemoveCallback.

Deprecated: Deprecated since macOS 10.6.

See: https://developer.apple.com/documentation/coreservices/1563066-kcremovecallback

func KCSetAttribute deprecated

func KCSetAttribute(arg0 KCItemRef, arg1 KCAttribute) int32

KCSetAttribute.

Deprecated: Deprecated since macOS 10.6.

See: https://developer.apple.com/documentation/coreservices/1563089-kcsetattribute

func KCSetData deprecated

func KCSetData(arg0 KCItemRef, arg1 uint32) int32

KCSetData.

Deprecated: Deprecated since macOS 10.6.

See: https://developer.apple.com/documentation/coreservices/1563018-kcsetdata

func KCSetDefaultKeychain deprecated

func KCSetDefaultKeychain(arg0 KCRef) int32

KCSetDefaultKeychain.

Deprecated: Deprecated since macOS 10.6.

See: https://developer.apple.com/documentation/coreservices/1563084-kcsetdefaultkeychain

func KCSetInteractionAllowed deprecated

func KCSetInteractionAllowed(arg0 bool) int32

KCSetInteractionAllowed.

Deprecated: Deprecated since macOS 10.6.

See: https://developer.apple.com/documentation/coreservices/1563079-kcsetinteractionallowed

func KCUpdateItem deprecated

func KCUpdateItem(arg0 KCItemRef) int32

KCUpdateItem.

Deprecated: Deprecated since macOS 10.6.

See: https://developer.apple.com/documentation/coreservices/1563138-kcupdateitem

func Kcfindapplesharepassword deprecated

func Kcfindapplesharepassword(arg0 unsafe.Pointer, arg1 int8, arg2 int8, arg3 int8, arg4 int8, arg5 uint32, arg6 uint32, arg7 KCItemRef) int32

Kcfindapplesharepassword.

Deprecated: Deprecated since macOS 10.6.

See: https://developer.apple.com/documentation/coreservices/1563164-kcfindapplesharepassword

func Kcfindgenericpassword deprecated

func Kcfindgenericpassword(arg0 int8, arg1 int8, arg2 uint32, arg3 uint32, arg4 KCItemRef) int32

Kcfindgenericpassword.

Deprecated: Deprecated since macOS 10.6.

See: https://developer.apple.com/documentation/coreservices/1562994-kcfindgenericpassword

func Kcfindinternetpassword deprecated

func Kcfindinternetpassword(arg0 int8, arg1 int8, arg2 int8, arg3 uint16, arg4 uint32, arg5 uint32, arg6 uint32, arg7 uint32, arg8 KCItemRef) int32

Kcfindinternetpassword.

Deprecated: Deprecated since macOS 10.6.

See: https://developer.apple.com/documentation/coreservices/1563036-kcfindinternetpassword

func Kcfindinternetpasswordwithpath deprecated

func Kcfindinternetpasswordwithpath(arg0 int8, arg1 int8, arg2 int8, arg3 int8, arg4 uint16, arg5 uint32, arg6 uint32, arg7 uint32, arg8 uint32, arg9 KCItemRef) int32

Kcfindinternetpasswordwithpath.

Deprecated: Deprecated since macOS 10.6.

See: https://developer.apple.com/documentation/coreservices/1563135-kcfindinternetpasswordwithpath

func Kcgetkeychainname deprecated

func Kcgetkeychainname(arg0 KCRef, arg1 int8) int32

Kcgetkeychainname.

Deprecated: Deprecated since macOS 10.6.

See: https://developer.apple.com/documentation/coreservices/1563005-kcgetkeychainname

func LMGetApFontID deprecated

func LMGetApFontID() int16

LMGetApFontID.

Deprecated: Deprecated since macOS 10.4.

See: https://developer.apple.com/documentation/coreservices/1564978-lmgetapfontid

func LMGetBootDrive deprecated

func LMGetBootDrive() int16

LMGetBootDrive.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1564982-lmgetbootdrive

func LMGetIntlSpec deprecated

func LMGetIntlSpec() coreimage.Ptr

LMGetIntlSpec.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565043-lmgetintlspec

func LMGetMemErr deprecated

func LMGetMemErr() int16

LMGetMemErr.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1506460-lmgetmemerr

func LMGetResErr deprecated

func LMGetResErr() int16

LMGetResErr.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565008-lmgetreserr

func LMGetResLoad deprecated

func LMGetResLoad() uint8

LMGetResLoad.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565056-lmgetresload

func LMGetSysFontSize deprecated

func LMGetSysFontSize() int16

LMGetSysFontSize.

Deprecated: Deprecated since macOS 10.4.

See: https://developer.apple.com/documentation/coreservices/1565057-lmgetsysfontsize

func LMGetSysMap deprecated

func LMGetSysMap() int16

LMGetSysMap.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565032-lmgetsysmap

func LMGetTmpResLoad deprecated

func LMGetTmpResLoad() uint8

LMGetTmpResLoad.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1564999-lmgettmpresload

func LMSetApFontID deprecated

func LMSetApFontID(arg0 int16)

LMSetApFontID.

Deprecated: Deprecated since macOS 10.4.

See: https://developer.apple.com/documentation/coreservices/1565011-lmsetapfontid

func LMSetBootDrive deprecated

func LMSetBootDrive(arg0 int16)

LMSetBootDrive.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1564973-lmsetbootdrive

func LMSetIntlSpec deprecated

func LMSetIntlSpec(arg0 coreimage.Ptr)

LMSetIntlSpec.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565016-lmsetintlspec

func LMSetMemErr deprecated

func LMSetMemErr(arg0 int16)

LMSetMemErr.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1506279-lmsetmemerr

func LMSetResErr deprecated

func LMSetResErr(arg0 int16)

LMSetResErr.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565000-lmsetreserr

func LMSetResLoad deprecated

func LMSetResLoad(arg0 uint8)

LMSetResLoad.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565052-lmsetresload

func LMSetSysFontFam deprecated

func LMSetSysFontFam(arg0 int16)

LMSetSysFontFam.

Deprecated: Deprecated since macOS 10.4.

See: https://developer.apple.com/documentation/coreservices/1565044-lmsetsysfontfam

func LMSetSysFontSize deprecated

func LMSetSysFontSize(arg0 int16)

LMSetSysFontSize.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565048-lmsetsysfontsize

func LMSetSysMap deprecated

func LMSetSysMap(arg0 int16)

LMSetSysMap.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565018-lmsetsysmap

func LMSetTmpResLoad deprecated

func LMSetTmpResLoad(arg0 uint8)

LMSetTmpResLoad.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565025-lmsettmpresload

func LSCanURLAcceptURL

func LSCanURLAcceptURL(inItemURL corefoundation.CFURLRef, inTargetURL corefoundation.CFURLRef, inRoleMask LSRolesMask, inFlags LSAcceptanceFlags, outAcceptsItem unsafe.Pointer) int32

LSCanURLAcceptURL tests whether an app can accept (open) an item for a URL.

See: https://developer.apple.com/documentation/coreservices/1441854-lscanurlaccepturl

func LSCopyAllHandlersForURLScheme deprecated

func LSCopyAllHandlersForURLScheme(inURLScheme corefoundation.CFStringRef) corefoundation.CFArrayRef

LSCopyAllHandlersForURLScheme locates app bundle identifiers for apps capable of handling the specified URL scheme.

Deprecated: Deprecated since macOS 10.15.

See: https://developer.apple.com/documentation/coreservices/1443240-lscopyallhandlersforurlscheme

func LSCopyAllRoleHandlersForContentType deprecated

func LSCopyAllRoleHandlersForContentType(inContentType corefoundation.CFStringRef, inRole LSRolesMask) corefoundation.CFArrayRef

LSCopyAllRoleHandlersForContentType locates an array of bundle identifiers for apps capable of handling a specified content type with the specified roles.

Deprecated: Deprecated since macOS 12.0.

See: https://developer.apple.com/documentation/coreservices/1448020-lscopyallrolehandlersforcontentt

func LSCopyApplicationURLsForBundleIdentifier deprecated

func LSCopyApplicationURLsForBundleIdentifier(inBundleIdentifier corefoundation.CFStringRef, outError *corefoundation.CFErrorRef) corefoundation.CFArrayRef

LSCopyApplicationURLsForBundleIdentifier locates all URLs for apps that correspond to the specified bundle identifier.

Deprecated: Deprecated since macOS 12.0.

See: https://developer.apple.com/documentation/coreservices/1449290-lscopyapplicationurlsforbundleid

func LSCopyApplicationURLsForURL deprecated

func LSCopyApplicationURLsForURL(inURL corefoundation.CFURLRef, inRoleMask LSRolesMask) corefoundation.CFArrayRef

LSCopyApplicationURLsForURL locates all known apps suitable for opening an item for the specified URL.

Deprecated: Deprecated since macOS 12.0.

See: https://developer.apple.com/documentation/coreservices/1445148-lscopyapplicationurlsforurl

func LSCopyDefaultApplicationURLForContentType deprecated

func LSCopyDefaultApplicationURLForContentType(inContentType corefoundation.CFStringRef, inRoleMask LSRolesMask, outError *corefoundation.CFErrorRef) corefoundation.CFURLRef

LSCopyDefaultApplicationURLForContentType returns the app that opens a content type.

Deprecated: Deprecated since macOS 12.0.

See: https://developer.apple.com/documentation/coreservices/1447734-lscopydefaultapplicationurlforco

func LSCopyDefaultApplicationURLForURL deprecated

func LSCopyDefaultApplicationURLForURL(inURL corefoundation.CFURLRef, inRoleMask LSRolesMask, outError *corefoundation.CFErrorRef) corefoundation.CFURLRef

LSCopyDefaultApplicationURLForURL returns the app that opens an item.

Deprecated: Deprecated since macOS 12.0.

See: https://developer.apple.com/documentation/coreservices/1448824-lscopydefaultapplicationurlforur

func LSCopyDefaultHandlerForURLScheme deprecated

func LSCopyDefaultHandlerForURLScheme(inURLScheme corefoundation.CFStringRef) corefoundation.CFStringRef

LSCopyDefaultHandlerForURLScheme returns the bundle identifier of the user’s preferred default handler for the specified URL scheme.

Deprecated: Deprecated since macOS 10.15.

See: https://developer.apple.com/documentation/coreservices/1441725-lscopydefaulthandlerforurlscheme

func LSCopyDefaultRoleHandlerForContentType deprecated

func LSCopyDefaultRoleHandlerForContentType(inContentType corefoundation.CFStringRef, inRole LSRolesMask) corefoundation.CFStringRef

LSCopyDefaultRoleHandlerForContentType returns the bundle identifier of the user’s preferred default handler for the specified content type with the specified role.

Deprecated: Deprecated since macOS 12.0.

See: https://developer.apple.com/documentation/coreservices/1449868-lscopydefaultrolehandlerforconte

func LSCopyDisplayNameForURL deprecated

func LSCopyDisplayNameForURL(inURL corefoundation.CFURLRef, outDisplayName *corefoundation.CFStringRef) int32

LSCopyDisplayNameForURL obtains the display name for an item with a URL.

Deprecated: Deprecated since macOS 10.11.

See: https://developer.apple.com/documentation/coreservices/1446850-lscopydisplaynameforurl

func LSCopyItemInfoForURL deprecated

func LSCopyItemInfoForURL(inURL corefoundation.CFURLRef, inWhichInfo LSRequestedInfo, outItemInfo unsafe.Pointer) int32

LSCopyItemInfoForURL obtains requested information about an item with a URL.

Deprecated: Deprecated since macOS 10.11.

See: https://developer.apple.com/documentation/coreservices/1445685-lscopyiteminfoforurl

func LSCopyKindStringForURL deprecated

func LSCopyKindStringForURL(inURL corefoundation.CFURLRef, outKindString *corefoundation.CFStringRef) int32

LSCopyKindStringForURL obtains the kind string for an item with a URL.

Deprecated: Deprecated since macOS 10.11.

See: https://developer.apple.com/documentation/coreservices/1447481-lscopykindstringforurl

func LSGetExtensionInfo deprecated

func LSGetExtensionInfo(inNameLen unsafe.Pointer, inNameBuffer *uint16, outExtStartIndex unsafe.Pointer) int32

LSGetExtensionInfo obtains the starting index of the extension within a filename.

Deprecated: Deprecated since macOS 10.11.

See: https://developer.apple.com/documentation/coreservices/1446043-lsgetextensioninfo

func LSOpenApplication deprecated

func LSOpenApplication(appParams unsafe.Pointer, outPSN unsafe.Pointer) int32

LSOpenApplication launches the specified app.

Deprecated: Deprecated since macOS 10.10.

See: https://developer.apple.com/documentation/coreservices/1447930-lsopenapplication

func LSOpenCFURLRef

func LSOpenCFURLRef(inURL corefoundation.CFURLRef, outLaunchedURL *corefoundation.CFURLRef) int32

LSOpenCFURLRef opens an item for a URL in the default manner in its preferred app.

See: https://developer.apple.com/documentation/coreservices/1442850-lsopencfurlref

func LSOpenFSRef deprecated

func LSOpenFSRef(inRef unsafe.Pointer, outLaunchedRef unsafe.Pointer) int32

LSOpenFSRef opens an item with a file-system reference in the default manner in its preferred app.

Deprecated: Deprecated since macOS 10.10.

See: https://developer.apple.com/documentation/coreservices/1445663-lsopenfsref

func LSOpenFromRefSpec deprecated

func LSOpenFromRefSpec(inLaunchSpec unsafe.Pointer, outLaunchedRef unsafe.Pointer) int32

LSOpenFromRefSpec opens one or more items with a file-system reference in either their preferred apps or a designated app.

Deprecated: Deprecated since macOS 10.10.

See: https://developer.apple.com/documentation/coreservices/1444466-lsopenfromrefspec

func LSOpenFromURLSpec

func LSOpenFromURLSpec(inLaunchSpec unsafe.Pointer, outLaunchedURL *corefoundation.CFURLRef) int32

LSOpenFromURLSpec opens one or more items for a URL in the preferred apps or a designated app.

See: https://developer.apple.com/documentation/coreservices/1441986-lsopenfromurlspec

func LSOpenItemsWithRole deprecated

func LSOpenItemsWithRole(inItems unsafe.Pointer, inItemCount int, inRole LSRolesMask, inAEParam unsafe.Pointer, inAppParams unsafe.Pointer, outPSNs unsafe.Pointer, inMaxPSNCount int) int32

LSOpenItemsWithRole opens items with an array of file-system references with a specified role.

Deprecated: Deprecated since macOS 10.10.

See: https://developer.apple.com/documentation/coreservices/1449783-lsopenitemswithrole

func LSOpenURLsWithRole deprecated

func LSOpenURLsWithRole(inURLs corefoundation.CFArrayRef, inRole LSRolesMask, inAEParam unsafe.Pointer, inAppParams unsafe.Pointer, outPSNs unsafe.Pointer, inMaxPSNCount int) int32

LSOpenURLsWithRole opens one or more URLs with the specified roles.

Deprecated: Deprecated since macOS 10.10.

See: https://developer.apple.com/documentation/coreservices/1448184-lsopenurlswithrole

func LSRegisterURL

func LSRegisterURL(inURL corefoundation.CFURLRef, inUpdate unsafe.Pointer) int32

LSRegisterURL registers an app, using a URL, in the Launch Services database.

See: https://developer.apple.com/documentation/coreservices/1446350-lsregisterurl

func LSSetDefaultHandlerForURLScheme deprecated

func LSSetDefaultHandlerForURLScheme(inURLScheme corefoundation.CFStringRef, inHandlerBundleID corefoundation.CFStringRef) int32

LSSetDefaultHandlerForURLScheme sets the user’s preferred default handler for the specified URL scheme.

Deprecated: Deprecated since macOS 12.0.

See: https://developer.apple.com/documentation/coreservices/1447760-lssetdefaulthandlerforurlscheme

func LSSetDefaultRoleHandlerForContentType deprecated

func LSSetDefaultRoleHandlerForContentType(inContentType corefoundation.CFStringRef, inRole LSRolesMask, inHandlerBundleID corefoundation.CFStringRef) int32

LSSetDefaultRoleHandlerForContentType sets the user’s preferred default handler for the specified content type in the specified roles.

Deprecated: Deprecated since macOS 12.0.

See: https://developer.apple.com/documentation/coreservices/1444955-lssetdefaultrolehandlerforconten

func LSSetExtensionHiddenForURL deprecated

func LSSetExtensionHiddenForURL(inURL corefoundation.CFURLRef, inHide unsafe.Pointer) int32

LSSetExtensionHiddenForURL specifies whether to show or hide the filename extension for an item with a URL.

Deprecated: Deprecated since macOS 10.11.

See: https://developer.apple.com/documentation/coreservices/1443948-lssetextensionhiddenforurl

func LSSetHandlerOptionsForContentType deprecated

func LSSetHandlerOptionsForContentType(inContentType corefoundation.CFStringRef, inOptions LSHandlerOptions) int32

LSSetHandlerOptionsForContentType sets the handler option for the specified content type.

Deprecated: Deprecated since macOS 10.11.

See: https://developer.apple.com/documentation/coreservices/1447588-lssethandleroptionsforcontenttyp

func LSSetItemAttribute deprecated

func LSSetItemAttribute(inItem unsafe.Pointer, inRoles LSRolesMask, inAttributeName corefoundation.CFStringRef, inValue corefoundation.CFTypeRef) int32

LSSetItemAttribute.

Deprecated: Deprecated since macOS 10.10.

See: https://developer.apple.com/documentation/coreservices/1446733-lssetitemattribute

func LSSharedFileListAddObserver deprecated

func LSSharedFileListAddObserver(inList LSSharedFileListRef, inRunloop corefoundation.CFRunLoopRef, inRunloopMode corefoundation.CFStringRef, callback LSSharedFileListChangedProcPtr, context unsafe.Pointer)

LSSharedFileListAddObserver.

Deprecated: Deprecated since macOS 10.11.

See: https://developer.apple.com/documentation/coreservices/1445770-lssharedfilelistaddobserver

func LSSharedFileListCopyProperty deprecated

func LSSharedFileListCopyProperty(inList LSSharedFileListRef, inPropertyName corefoundation.CFStringRef) corefoundation.CFTypeRef

LSSharedFileListCopyProperty.

Deprecated: Deprecated since macOS 10.11.

See: https://developer.apple.com/documentation/coreservices/1444588-lssharedfilelistcopyproperty

func LSSharedFileListCopySnapshot deprecated

func LSSharedFileListCopySnapshot(inList LSSharedFileListRef, outSnapshotSeed *uint32) corefoundation.CFArrayRef

LSSharedFileListCopySnapshot.

Deprecated: Deprecated since macOS 10.11.

See: https://developer.apple.com/documentation/coreservices/1448112-lssharedfilelistcopysnapshot

func LSSharedFileListGetSeedValue deprecated

func LSSharedFileListGetSeedValue(inList LSSharedFileListRef) uint32

LSSharedFileListGetSeedValue.

Deprecated: Deprecated since macOS 10.11.

See: https://developer.apple.com/documentation/coreservices/1444885-lssharedfilelistgetseedvalue

func LSSharedFileListGetTypeID deprecated

func LSSharedFileListGetTypeID() uint

LSSharedFileListGetTypeID.

Deprecated: Deprecated since macOS 10.11.

See: https://developer.apple.com/documentation/coreservices/1450618-lssharedfilelistgettypeid

func LSSharedFileListItemCopyDisplayName deprecated

func LSSharedFileListItemCopyDisplayName(inItem LSSharedFileListItemRef) corefoundation.CFStringRef

LSSharedFileListItemCopyDisplayName.

Deprecated: Deprecated since macOS 10.11.

See: https://developer.apple.com/documentation/coreservices/1449716-lssharedfilelistitemcopydisplayn

func LSSharedFileListItemCopyIconRef deprecated

func LSSharedFileListItemCopyIconRef(inItem LSSharedFileListItemRef) objectivec.IObject

LSSharedFileListItemCopyIconRef.

Deprecated: Deprecated since macOS 10.11.

See: https://developer.apple.com/documentation/coreservices/1442889-lssharedfilelistitemcopyiconref

func LSSharedFileListItemCopyProperty deprecated

func LSSharedFileListItemCopyProperty(inItem LSSharedFileListItemRef, inPropertyName corefoundation.CFStringRef) corefoundation.CFTypeRef

LSSharedFileListItemCopyProperty.

Deprecated: Deprecated since macOS 10.11.

See: https://developer.apple.com/documentation/coreservices/1445074-lssharedfilelistitemcopyproperty

func LSSharedFileListItemCopyResolvedURL deprecated

func LSSharedFileListItemCopyResolvedURL(inItem LSSharedFileListItemRef, inFlags LSSharedFileListResolutionFlags, outError *corefoundation.CFErrorRef) corefoundation.CFURLRef

LSSharedFileListItemCopyResolvedURL.

Deprecated: Deprecated since macOS 10.11.

See: https://developer.apple.com/documentation/coreservices/1449882-lssharedfilelistitemcopyresolved

func LSSharedFileListItemGetID deprecated

func LSSharedFileListItemGetID(inItem LSSharedFileListItemRef) uint32

LSSharedFileListItemGetID.

Deprecated: Deprecated since macOS 10.11.

See: https://developer.apple.com/documentation/coreservices/1443305-lssharedfilelistitemgetid

func LSSharedFileListItemGetTypeID deprecated

func LSSharedFileListItemGetTypeID() uint

LSSharedFileListItemGetTypeID.

Deprecated: Deprecated since macOS 10.11.

See: https://developer.apple.com/documentation/coreservices/1447138-lssharedfilelistitemgettypeid

func LSSharedFileListItemMove deprecated

func LSSharedFileListItemMove(inList LSSharedFileListRef, inItem LSSharedFileListItemRef, inMoveAfterItem LSSharedFileListItemRef) int32

LSSharedFileListItemMove.

Deprecated: Deprecated since macOS 10.11.

See: https://developer.apple.com/documentation/coreservices/1444348-lssharedfilelistitemmove

func LSSharedFileListItemRemove deprecated

func LSSharedFileListItemRemove(inList LSSharedFileListRef, inItem LSSharedFileListItemRef) int32

LSSharedFileListItemRemove.

Deprecated: Deprecated since macOS 10.11.

See: https://developer.apple.com/documentation/coreservices/1442025-lssharedfilelistitemremove

func LSSharedFileListItemResolve deprecated

func LSSharedFileListItemResolve(inItem LSSharedFileListItemRef, inFlags LSSharedFileListResolutionFlags, outURL *corefoundation.CFURLRef, outRef unsafe.Pointer) int32

LSSharedFileListItemResolve.

Deprecated: Deprecated since macOS 10.10.

See: https://developer.apple.com/documentation/coreservices/1447347-lssharedfilelistitemresolve

func LSSharedFileListItemSetProperty deprecated

func LSSharedFileListItemSetProperty(inItem LSSharedFileListItemRef, inPropertyName corefoundation.CFStringRef, inPropertyData corefoundation.CFTypeRef) int32

LSSharedFileListItemSetProperty.

Deprecated: Deprecated since macOS 10.11.

See: https://developer.apple.com/documentation/coreservices/1445766-lssharedfilelistitemsetproperty

func LSSharedFileListRemoveAllItems deprecated

func LSSharedFileListRemoveAllItems(inList LSSharedFileListRef) int32

LSSharedFileListRemoveAllItems.

Deprecated: Deprecated since macOS 10.11.

See: https://developer.apple.com/documentation/coreservices/1446389-lssharedfilelistremoveallitems

func LSSharedFileListRemoveObserver deprecated

func LSSharedFileListRemoveObserver(inList LSSharedFileListRef, inRunloop corefoundation.CFRunLoopRef, inRunloopMode corefoundation.CFStringRef, callback LSSharedFileListChangedProcPtr, context unsafe.Pointer)

LSSharedFileListRemoveObserver.

Deprecated: Deprecated since macOS 10.11.

See: https://developer.apple.com/documentation/coreservices/1443404-lssharedfilelistremoveobserver

func LSSharedFileListSetAuthorization deprecated

func LSSharedFileListSetAuthorization(inList LSSharedFileListRef, inAuthorization security.AuthorizationRef) int32

LSSharedFileListSetAuthorization.

Deprecated: Deprecated since macOS 10.11.

See: https://developer.apple.com/documentation/coreservices/1446834-lssharedfilelistsetauthorization

func LSSharedFileListSetProperty deprecated

func LSSharedFileListSetProperty(inList LSSharedFileListRef, inPropertyName corefoundation.CFStringRef, inPropertyData corefoundation.CFTypeRef) int32

LSSharedFileListSetProperty.

Deprecated: Deprecated since macOS 10.11.

See: https://developer.apple.com/documentation/coreservices/1448857-lssharedfilelistsetproperty

func LoadResource deprecated

func LoadResource(arg0 uintptr)

LoadResource.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529245-loadresource

func LocaleCountNames deprecated

func LocaleCountNames(arg0 LocaleRef, arg1 LocaleOperationVariant, arg2 LocaleNameMask, arg3 uintptr) int32

LocaleCountNames.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1580255-localecountnames

func LocaleGetIndName deprecated

func LocaleGetIndName(arg0 LocaleRef, arg1 LocaleOperationVariant, arg2 LocaleNameMask, arg3 uintptr, arg4 uint, arg5 uint, arg6 uint16, arg7 LocaleRef) int32

LocaleGetIndName.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1580265-localegetindname

func LocaleGetName deprecated

func LocaleGetName(arg0 LocaleRef, arg1 LocaleOperationVariant, arg2 LocaleNameMask, arg3 LocaleRef, arg4 uint, arg5 uint, arg6 uint16) int32

LocaleGetName.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1580248-localegetname

func LocaleOperationCountLocales deprecated

func LocaleOperationCountLocales(arg0 LocaleOperationClass, arg1 uintptr) int32

LocaleOperationCountLocales.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1580264-localeoperationcountlocales

func LocaleOperationGetIndName

func LocaleOperationGetIndName(arg0 LocaleOperationClass, arg1 uintptr, arg2 uint, arg3 uint, arg4 uint16, arg5 LocaleRef) int32

LocaleOperationGetIndName.

See: https://developer.apple.com/documentation/coreservices/1580260-localeoperationgetindname

func LocaleOperationGetLocales deprecated

func LocaleOperationGetLocales(arg0 LocaleOperationClass, arg1 uintptr, arg2 uintptr, arg3 LocaleAndVariant) int32

LocaleOperationGetLocales.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1580279-localeoperationgetlocales

func LocaleStringToLangAndRegionCodes

func LocaleStringToLangAndRegionCodes(arg0 int8, arg1 unsafe.Pointer, arg2 unsafe.Pointer) int32

LocaleStringToLangAndRegionCodes.

See: https://developer.apple.com/documentation/coreservices/1580277-localestringtolangandregioncodes

func Long2Fix deprecated

func Long2Fix(arg0 int32) objectivec.IObject

Long2Fix.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1409235-long2fix

func MDItemCopyAttribute

func MDItemCopyAttribute(item MDItemRef, name corefoundation.CFStringRef) corefoundation.CFTypeRef

MDItemCopyAttribute returns the value of the specified attribute in the metadata item.

See: https://developer.apple.com/documentation/coreservices/1427080-mditemcopyattribute

func MDItemCopyAttributeList

func MDItemCopyAttributeList(arg0 MDItemRef) corefoundation.CFDictionaryRef

MDItemCopyAttributeList returns the values of the specified attributes in the metadata item.

See: https://developer.apple.com/documentation/coreservices/1427028-mditemcopyattributelist

func MDItemCopyAttributeNames

func MDItemCopyAttributeNames(item MDItemRef) corefoundation.CFArrayRef

MDItemCopyAttributeNames returns an array containing the attribute names existing in the metadata item.

See: https://developer.apple.com/documentation/coreservices/1427066-mditemcopyattributenames

func MDItemCopyAttributes

func MDItemCopyAttributes(item MDItemRef, names corefoundation.CFArrayRef) corefoundation.CFDictionaryRef

MDItemCopyAttributes returns the values of the specified attributes in the metadata item.

See: https://developer.apple.com/documentation/coreservices/1426980-mditemcopyattributes

func MDItemGetTypeID

func MDItemGetTypeID() uint

MDItemGetTypeID returns the type identifier of all MDItem instances.

See: https://developer.apple.com/documentation/coreservices/1427168-mditemgettypeid

func MDQueryCopyQueryString

func MDQueryCopyQueryString(query MDQueryRef) corefoundation.CFStringRef

MDQueryCopyQueryString returns the query string of the query.

See: https://developer.apple.com/documentation/coreservices/1413004-mdquerycopyquerystring

func MDQueryCopySortingAttributes

func MDQueryCopySortingAttributes(query MDQueryRef) corefoundation.CFArrayRef

MDQueryCopySortingAttributes returns the list of attribute names used to sort the results.

See: https://developer.apple.com/documentation/coreservices/1413059-mdquerycopysortingattributes

func MDQueryCopyValueListAttributes

func MDQueryCopyValueListAttributes(query MDQueryRef) corefoundation.CFArrayRef

MDQueryCopyValueListAttributes returns the list of attribute names for which values are being collected by the query.

See: https://developer.apple.com/documentation/coreservices/1413071-mdquerycopyvaluelistattributes

func MDQueryCopyValuesOfAttribute

func MDQueryCopyValuesOfAttribute(query MDQueryRef, name corefoundation.CFStringRef) corefoundation.CFArrayRef

MDQueryCopyValuesOfAttribute returns the list of values from the results of the query for the specified attribute.

See: https://developer.apple.com/documentation/coreservices/1413105-mdquerycopyvaluesofattribute

func MDQueryDisableUpdates

func MDQueryDisableUpdates(query MDQueryRef)

MDQueryDisableUpdates disables updates to the query result list.

See: https://developer.apple.com/documentation/coreservices/1413041-mdquerydisableupdates

func MDQueryEnableUpdates

func MDQueryEnableUpdates(query MDQueryRef)

MDQueryEnableUpdates enables updates to the query result list.

See: https://developer.apple.com/documentation/coreservices/1413066-mdqueryenableupdates

func MDQueryExecute

func MDQueryExecute(query MDQueryRef, optionFlags uint64) bool

MDQueryExecute run the query, and populate the query with the results.

See: https://developer.apple.com/documentation/coreservices/1413099-mdqueryexecute

func MDQueryGetAttributeValueOfResultAtIndex

func MDQueryGetAttributeValueOfResultAtIndex(query MDQueryRef, name corefoundation.CFStringRef, idx int) unsafe.Pointer

MDQueryGetAttributeValueOfResultAtIndex returns the value of the named attribute for the result at the given index.

See: https://developer.apple.com/documentation/coreservices/1413046-mdquerygetattributevalueofresult

func MDQueryGetCountOfResultsWithAttributeValue

func MDQueryGetCountOfResultsWithAttributeValue(query MDQueryRef, name corefoundation.CFStringRef, value corefoundation.CFTypeRef) int

MDQueryGetCountOfResultsWithAttributeValue returns the number of results which have the given attribute and attribute value.

See: https://developer.apple.com/documentation/coreservices/1413009-mdquerygetcountofresultswithattr

func MDQueryGetIndexOfResult

func MDQueryGetIndexOfResult(query MDQueryRef, result unsafe.Pointer) int

MDQueryGetIndexOfResult returns the current index of the given result.

See: https://developer.apple.com/documentation/coreservices/1413093-mdquerygetindexofresult

func MDQueryGetResultAtIndex

func MDQueryGetResultAtIndex(query MDQueryRef, idx int) unsafe.Pointer

MDQueryGetResultAtIndex returns the current result at the given index.

See: https://developer.apple.com/documentation/coreservices/1413055-mdquerygetresultatindex

func MDQueryGetResultCount

func MDQueryGetResultCount(query MDQueryRef) int

MDQueryGetResultCount returns the number of results currently collected by the query.

See: https://developer.apple.com/documentation/coreservices/1413008-mdquerygetresultcount

func MDQueryGetSortOptionFlagsForAttribute

func MDQueryGetSortOptionFlagsForAttribute(query MDQueryRef, fieldName corefoundation.CFStringRef) uint32

MDQueryGetSortOptionFlagsForAttribute.

See: https://developer.apple.com/documentation/coreservices/1413013-mdquerygetsortoptionflagsforattr

func MDQueryGetTypeID

func MDQueryGetTypeID() uint

MDQueryGetTypeID returns the type identifier of all MDQuery instances

See: https://developer.apple.com/documentation/coreservices/1413037-mdquerygettypeid

func MDQueryIsGatheringComplete

func MDQueryIsGatheringComplete(query MDQueryRef) bool

MDQueryIsGatheringComplete returns true if the first phase of a query, the initial result gathering, has finished.

See: https://developer.apple.com/documentation/coreservices/1413032-mdqueryisgatheringcomplete

func MDQuerySetBatchingParameters

func MDQuerySetBatchingParameters(query MDQueryRef, params unsafe.Pointer)

MDQuerySetBatchingParameters set the query batching parameters.

See: https://developer.apple.com/documentation/coreservices/1413103-mdquerysetbatchingparameters

func MDQuerySetCreateResultFunction

func MDQuerySetCreateResultFunction(query MDQueryRef, func_ MDQueryCreateResultFunction, context unsafe.Pointer, cb unsafe.Pointer)

MDQuerySetCreateResultFunction sets the function used to create the result objects of the MDQuery.

See: https://developer.apple.com/documentation/coreservices/1413064-mdquerysetcreateresultfunction

func MDQuerySetCreateValueFunction

func MDQuerySetCreateValueFunction(query MDQueryRef, func_ MDQueryCreateValueFunction, context unsafe.Pointer, cb unsafe.Pointer)

MDQuerySetCreateValueFunction sets the function used to create the value objects of the MDQuery.

See: https://developer.apple.com/documentation/coreservices/1413017-mdquerysetcreatevaluefunction

func MDQuerySetDispatchQueue

func MDQuerySetDispatchQueue(query MDQueryRef, queue dispatch.Queue)

MDQuerySetDispatchQueue sets the dispatch queue on which query results will be delivered by MDQueryExecute.

See: https://developer.apple.com/documentation/coreservices/1413019-mdquerysetdispatchqueue

func MDQuerySetMaxCount

func MDQuerySetMaxCount(query MDQueryRef, size int)

MDQuerySetMaxCount sets the maximum number of results returned.

See: https://developer.apple.com/documentation/coreservices/1413085-mdquerysetmaxcount

func MDQuerySetSearchScope

func MDQuerySetSearchScope(query MDQueryRef, scopeDirectories corefoundation.CFArrayRef, scopeOptions uintptr)

MDQuerySetSearchScope sets the search scope for a query instance.

See: https://developer.apple.com/documentation/coreservices/1413048-mdquerysetsearchscope

func MDQuerySetSortComparator

func MDQuerySetSortComparator(query MDQueryRef, comparator MDQuerySortComparatorFunction, context unsafe.Pointer)

MDQuerySetSortComparator sets the function used to sort the results of an MDQuery.

See: https://developer.apple.com/documentation/coreservices/1413087-mdquerysetsortcomparator

func MDQuerySetSortComparatorBlock

func MDQuerySetSortComparatorBlock(query MDQueryRef, comparator *corefoundation.CFTypeRef, arg2 *corefoundation.CFTypeRef) corefoundation.CFComparisonResult

MDQuerySetSortComparatorBlock sets the block used to sort the results of an MDQuery.

See: https://developer.apple.com/documentation/coreservices/1413021-mdquerysetsortcomparatorblock

func MDQuerySetSortOptionFlagsForAttribute

func MDQuerySetSortOptionFlagsForAttribute(query MDQueryRef, fieldName corefoundation.CFStringRef, flags uint32) bool

MDQuerySetSortOptionFlagsForAttribute.

See: https://developer.apple.com/documentation/coreservices/1413075-mdquerysetsortoptionflagsforattr

func MDQueryStop

func MDQueryStop(query MDQueryRef)

MDQueryStop stops the query from generating more results.

See: https://developer.apple.com/documentation/coreservices/1413077-mdquerystop

func MDSchemaCopyAllAttributes

func MDSchemaCopyAllAttributes() corefoundation.CFArrayRef

MDSchemaCopyAllAttributes returns an array containing all the metadata attributesdefined in the schema.

See: https://developer.apple.com/documentation/coreservices/1445665-mdschemacopyallattributes

func MDSchemaCopyAttributesForContentType

func MDSchemaCopyAttributesForContentType(contentTypeUTI corefoundation.CFStringRef) corefoundation.CFDictionaryRef

MDSchemaCopyAttributesForContentType returns a dictionary containing the metadata attributesfor the specified UTI type.

See: https://developer.apple.com/documentation/coreservices/1444459-mdschemacopyattributesforcontent

func MDSchemaCopyDisplayDescriptionForAttribute

func MDSchemaCopyDisplayDescriptionForAttribute(name corefoundation.CFStringRef) corefoundation.CFStringRef

MDSchemaCopyDisplayDescriptionForAttribute returns the localized description of a metadata attributekey.

See: https://developer.apple.com/documentation/coreservices/1442582-mdschemacopydisplaydescriptionfo

func MDSchemaCopyDisplayNameForAttribute

func MDSchemaCopyDisplayNameForAttribute(name corefoundation.CFStringRef) corefoundation.CFStringRef

MDSchemaCopyDisplayNameForAttribute returns the localized display name of a metadata attributekey.

See: https://developer.apple.com/documentation/coreservices/1450203-mdschemacopydisplaynameforattrib

func MDSchemaCopyMetaAttributesForAttribute

func MDSchemaCopyMetaAttributesForAttribute(name corefoundation.CFStringRef) corefoundation.CFDictionaryRef

MDSchemaCopyMetaAttributesForAttribute returns a dictionary describing the values for the specifiedmetadata attribute key.

See: https://developer.apple.com/documentation/coreservices/1450052-mdschemacopymetaattributesforatt

func MPAllocateAligned deprecated

func MPAllocateAligned(arg0 uintptr, arg1 uint8, arg2 uintptr) unsafe.Pointer

MPAllocateAligned allocates a nonrelocatable memory block.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585774-mpallocatealigned

func MPAllocateTaskStorageIndex deprecated

func MPAllocateTaskStorageIndex(arg0 TaskStorageIndex) int32

MPAllocateTaskStorageIndex returns an index number to access per-task storage.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585719-mpallocatetaskstorageindex

func MPArmTimer deprecated

func MPArmTimer(arg0 MPTimerID, arg1 unsafe.Pointer, arg2 uintptr) int32

MPArmTimer arms the timer to expire at a given time.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585612-mparmtimer

func MPBlockClear deprecated

func MPBlockClear(arg0 unsafe.Pointer, arg1 uintptr)

MPBlockClear clears a block of memory.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585642-mpblockclear

func MPBlockCopy deprecated

func MPBlockCopy(arg0 unsafe.Pointer, arg1 unsafe.Pointer, arg2 uintptr)

MPBlockCopy copies a block of memory.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585707-mpblockcopy

func MPCancelTimer deprecated

func MPCancelTimer(arg0 MPTimerID, arg1 unsafe.Pointer) int32

MPCancelTimer cancels an armed timer.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585745-mpcanceltimer

func MPCauseNotification deprecated

func MPCauseNotification(arg0 MPNotificationID) int32

MPCauseNotification signals a kernel notification.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585754-mpcausenotification

func MPCreateCriticalRegion deprecated

func MPCreateCriticalRegion(arg0 MPCriticalRegionID) int32

MPCreateCriticalRegion creates a critical region object.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585663-mpcreatecriticalregion

func MPCreateEvent deprecated

func MPCreateEvent(arg0 MPEventID) int32

MPCreateEvent creates an event group.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585702-mpcreateevent

func MPCreateNotification deprecated

func MPCreateNotification(arg0 MPNotificationID) int32

MPCreateNotification creates a kernel notification

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585723-mpcreatenotification

func MPCreateQueue deprecated

func MPCreateQueue(arg0 MPQueueID) int32

MPCreateQueue creates a message queue.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585694-mpcreatequeue

func MPCreateSemaphore deprecated

func MPCreateSemaphore(arg0 MPSemaphoreCount, arg1 MPSemaphoreCount, arg2 MPSemaphoreID) int32

MPCreateSemaphore creates a semaphore.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585569-mpcreatesemaphore

func MPCreateTask deprecated

func MPCreateTask(arg0 unsafe.Pointer, arg1 uintptr, arg2 MPQueueID, arg3 MPTaskOptions, arg4 MPTaskID) int32

MPCreateTask creates a preemptive task.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585779-mpcreatetask

func MPCreateTimer deprecated

func MPCreateTimer(arg0 MPTimerID) int32

MPCreateTimer creates a timer.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585748-mpcreatetimer

func MPDeallocateTaskStorageIndex deprecated

func MPDeallocateTaskStorageIndex(arg0 TaskStorageIndex) int32

MPDeallocateTaskStorageIndex frees an index number used to access per-task storage

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585649-mpdeallocatetaskstorageindex

func MPDelayUntil deprecated

func MPDelayUntil(arg0 unsafe.Pointer) int32

MPDelayUntil blocks the calling task until a specified time.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585647-mpdelayuntil

func MPDeleteCriticalRegion deprecated

func MPDeleteCriticalRegion(arg0 MPCriticalRegionID) int32

MPDeleteCriticalRegion removes the specified critical region object.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585704-mpdeletecriticalregion

func MPDeleteEvent deprecated

func MPDeleteEvent(arg0 MPEventID) int32

MPDeleteEvent removes an event group.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585691-mpdeleteevent

func MPDeleteNotification deprecated

func MPDeleteNotification(arg0 MPNotificationID) int32

MPDeleteNotification removes a kernel notification.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585659-mpdeletenotification

func MPDeleteQueue deprecated

func MPDeleteQueue(arg0 MPQueueID) int32

MPDeleteQueue deletes a message queue.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585571-mpdeletequeue

func MPDeleteSemaphore deprecated

func MPDeleteSemaphore(arg0 MPSemaphoreID) int32

MPDeleteSemaphore removes a semaphore.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585586-mpdeletesemaphore

func MPDeleteTimer deprecated

func MPDeleteTimer(arg0 MPTimerID) int32

MPDeleteTimer removes a timer.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585761-mpdeletetimer

func MPDisposeTaskException deprecated

func MPDisposeTaskException(arg0 MPTaskID, arg1 uintptr) int32

MPDisposeTaskException removes a task exception.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585607-mpdisposetaskexception

func MPEnterCriticalRegion deprecated

func MPEnterCriticalRegion(arg0 MPCriticalRegionID, arg1 unsafe.Pointer) int32

MPEnterCriticalRegion attempts to enter a critical region.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585622-mpentercriticalregion

func MPExit deprecated

func MPExit(arg0 int32)

MPExit allows a task to terminate itself

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585705-mpexit

func MPExitCriticalRegion deprecated

func MPExitCriticalRegion(arg0 MPCriticalRegionID) int32

MPExitCriticalRegion exits a critical region.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585758-mpexitcriticalregion

func MPExtractTaskState deprecated

func MPExtractTaskState(arg0 MPTaskID, arg1 MPTaskStateKind) int32

MPExtractTaskState extracts state information from a suspended task.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585718-mpextracttaskstate

func MPFree deprecated

func MPFree(arg0 unsafe.Pointer)

MPFree frees memory allocated by MPAllocateAligned.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585676-mpfree

func MPGetAllocatedBlockSize deprecated

func MPGetAllocatedBlockSize(arg0 unsafe.Pointer) objectivec.IObject

MPGetAllocatedBlockSize returns the size of a memory block.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585717-mpgetallocatedblocksize

func MPGetNextCpuID deprecated

func MPGetNextCpuID(arg0 MPCoherenceID, arg1 MPCpuID) int32

MPGetNextCpuID obtains the next CPU ID in the list of physical processors of the specified memory coherence group.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1508189-mpgetnextcpuid

func MPGetNextTaskID deprecated

func MPGetNextTaskID(arg0 MPProcessID, arg1 MPTaskID) int32

MPGetNextTaskID obtains the next task ID in the list of available tasks.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1508163-mpgetnexttaskid

func MPModifyNotification deprecated

func MPModifyNotification(arg0 MPNotificationID, arg1 MPOpaqueID) int32

MPModifyNotification adds a simple notification to a kernel notification.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585780-mpmodifynotification

func MPModifyNotificationParameters deprecated

func MPModifyNotificationParameters(arg0 MPNotificationID, arg1 MPOpaqueIDClass) int32

MPModifyNotificationParameters.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585668-mpmodifynotificationparameters

func MPNotifyQueue deprecated

func MPNotifyQueue(arg0 MPQueueID) int32

MPNotifyQueue sends a message to the specified message queue.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585699-mpnotifyqueue

func MPProcessors deprecated

func MPProcessors() objectivec.IObject

MPProcessors returns the number of processors on the host computer.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585778-mpprocessors

func MPProcessorsScheduled deprecated

func MPProcessorsScheduled() objectivec.IObject

MPProcessorsScheduled returns the number of active processors available on the host computer.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585777-mpprocessorsscheduled

func MPRegisterDebugger deprecated

func MPRegisterDebugger(arg0 MPQueueID, arg1 MPDebuggerLevel) int32

MPRegisterDebugger registers a debugger.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585573-mpregisterdebugger

func MPRemoteCall deprecated

func MPRemoteCall(arg0 unsafe.Pointer, arg1 MPRemoteContext) unsafe.Pointer

MPRemoteCall calls a non-reentrant function and blocks the current task.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585652-mpremotecall

func MPRemoteCallCFM deprecated

func MPRemoteCallCFM(arg0 unsafe.Pointer, arg1 MPRemoteContext) unsafe.Pointer

MPRemoteCallCFM calls a non-reentrant function and blocks the current task.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585757-mpremotecallcfm

func MPSetEvent deprecated

func MPSetEvent(arg0 MPEventID, arg1 MPEventFlags) int32

MPSetEvent merges event flags into a specified event group.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585752-mpsetevent

func MPSetExceptionHandler deprecated

func MPSetExceptionHandler(arg0 MPTaskID, arg1 MPQueueID) int32

MPSetExceptionHandler sets an exception handler for a task.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585759-mpsetexceptionhandler

func MPSetQueueReserve deprecated

func MPSetQueueReserve(arg0 MPQueueID, arg1 uintptr) int32

MPSetQueueReserve reserves space for messages on a specified message queue.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585671-mpsetqueuereserve

func MPSetTaskState deprecated

func MPSetTaskState(arg0 MPTaskID, arg1 MPTaskStateKind) int32

MPSetTaskState sets state information for a suspended task.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585601-mpsettaskstate

func MPSetTaskStorageValue deprecated

func MPSetTaskStorageValue(arg0 TaskStorageIndex, arg1 TaskStorageValue) int32

MPSetTaskStorageValue sets the storage value for a given index number.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585626-mpsettaskstoragevalue

func MPSetTaskType deprecated

func MPSetTaskType(arg0 MPTaskID, arg1 uint32) int32

MPSetTaskType sets the type of the task.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1585695-mpsettasktype

func MPSetTaskWeight deprecated

func MPSetTaskWeight(arg0 MPTaskID, arg1 MPTaskWeight) int32

MPSetTaskWeight assigns a relative weight to a task, indicating how much processor time it should receive compared to other available tasks.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585665-mpsettaskweight

func MPSetTimerNotify deprecated

func MPSetTimerNotify(arg0 MPTimerID, arg1 MPOpaqueID) int32

MPSetTimerNotify sets the notification information associated with a timer.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585726-mpsettimernotify

func MPSignalSemaphore deprecated

func MPSignalSemaphore(arg0 MPSemaphoreID) int32

MPSignalSemaphore signals a semaphore.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585713-mpsignalsemaphore

func MPTaskIsPreemptive deprecated

func MPTaskIsPreemptive(arg0 MPTaskID) bool

MPTaskIsPreemptive determines whether a task is preemptively scheduled.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585681-mptaskispreemptive

func MPTerminateTask deprecated

func MPTerminateTask(arg0 MPTaskID, arg1 int32) int32

MPTerminateTask terminates an existing task.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585769-mpterminatetask

func MPUnregisterDebugger deprecated

func MPUnregisterDebugger(arg0 MPQueueID) int32

MPUnregisterDebugger unregisters a debugger.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585598-mpunregisterdebugger

func MPWaitForEvent deprecated

func MPWaitForEvent(arg0 MPEventID, arg1 MPEventFlags, arg2 unsafe.Pointer) int32

MPWaitForEvent retrieves event flags from a specified event group.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585656-mpwaitforevent

func MPWaitOnQueue deprecated

func MPWaitOnQueue(arg0 MPQueueID, arg1 unsafe.Pointer) int32

MPWaitOnQueue obtains a message from a specified message queue.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585762-mpwaitonqueue

func MPWaitOnSemaphore deprecated

func MPWaitOnSemaphore(arg0 MPSemaphoreID, arg1 unsafe.Pointer) int32

MPWaitOnSemaphore waits on a semaphore

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585722-mpwaitonsemaphore

func MPYield deprecated

func MPYield()

MPYield allows a task to yield the processor to another task.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585732-mpyield

func MaximumProcessorSpeed deprecated

func MaximumProcessorSpeed() int16

MaximumProcessorSpeed.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1427409-maximumprocessorspeed

func MemError deprecated

func MemError() int16

MemError.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1506254-memerror

func Microseconds deprecated

func Microseconds(arg0 uint64)

Microseconds.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1550773-microseconds

func MinimumProcessorSpeed deprecated

func MinimumProcessorSpeed() int16

MinimumProcessorSpeed.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1427399-minimumprocessorspeed

func Munger deprecated

func Munger(arg0 uintptr, arg1 int, arg2 int, arg3 int) int

Munger.

Deprecated: Deprecated since macOS 10.6.

See: https://developer.apple.com/documentation/coreservices/1588638-munger

func NanosecondsToAbsolute deprecated

func NanosecondsToAbsolute(arg0 Nanoseconds) unsafe.Pointer

NanosecondsToAbsolute.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1501255-nanosecondstoabsolute

func NanosecondsToDuration deprecated

func NanosecondsToDuration(arg0 Nanoseconds) unsafe.Pointer

NanosecondsToDuration.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1501257-nanosecondstoduration

func NearestMacTextEncodings

func NearestMacTextEncodings(arg0 TextEncoding, arg1 TextEncoding, arg2 TextEncoding) int32

NearestMacTextEncodings obtains the best and alternate Mac text encoding.

See: https://developer.apple.com/documentation/coreservices/1399736-nearestmactextencodings

func NewDebugComponent deprecated

func NewDebugComponent(arg0 uint32, arg1 unsafe.Pointer, arg2 DebugComponentCallbackUPP) int32

NewDebugComponent.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1517721-newdebugcomponent

func NewDebugOption deprecated

func NewDebugOption(arg0 uint32, arg1 int32, arg2 unsafe.Pointer) int32

NewDebugOption.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1517718-newdebugoption

func NewEmptyHandle deprecated

func NewEmptyHandle() objectivec.IObject

NewEmptyHandle.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1506288-newemptyhandle

func NewGestaltValue deprecated

func NewGestaltValue(arg0 uint32, arg1 int32) int16

NewGestaltValue installs a new [Gestalt] selector code and a value that [Gestalt] returns for that selector.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1472055-newgestaltvalue

func NewHandle deprecated

func NewHandle(arg0 corefoundation.CGSize) objectivec.IObject

NewHandle.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1506244-newhandle

func NewHandleClear deprecated

func NewHandleClear(arg0 corefoundation.CGSize) objectivec.IObject

NewHandleClear.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1506471-newhandleclear

func NewPtr deprecated

func NewPtr(arg0 corefoundation.CGSize) coreimage.Ptr

NewPtr.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1506463-newptr

func NewPtrClear deprecated

func NewPtrClear(arg0 corefoundation.CGSize) coreimage.Ptr

NewPtrClear.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1506425-newptrclear

func NewThread deprecated

func NewThread(arg0 ThreadStyle, arg1 ThreadEntryTPP, arg2 corefoundation.CGSize, arg3 ThreadOptions, arg4 ThreadID) int16

NewThread.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1574248-newthread

func Num2dec deprecated

func Num2dec(arg0 Decform, arg1 unsafe.Pointer, arg2 Decimal)

Num2dec.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1492649-num2dec

func Numtostring deprecated

func Numtostring(arg0 int, arg1 int8)

Numtostring.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1579613-numtostring

func OpenAComponent deprecated

func OpenAComponent(arg0 Component, arg1 ComponentInstance) int16

OpenAComponent.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516558-openacomponent

func OpenAComponentResFile deprecated

func OpenAComponentResFile(arg0 Component, arg1 ResFileRefNum) int16

OpenAComponentResFile.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516643-openacomponentresfile

func OpenADefaultComponent deprecated

func OpenADefaultComponent(arg0 uint32, arg1 uint32, arg2 ComponentInstance) int16

OpenADefaultComponent.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516360-openadefaultcomponent

func OverrideIconRef deprecated

func OverrideIconRef(oldIconRef uintptr, newIconRef uintptr) int16

OverrideIconRef.

Deprecated: Deprecated since macOS 10.15.

See: https://developer.apple.com/documentation/coreservices/1445253-overrideiconref

func PBAllocateForkAsync deprecated

func PBAllocateForkAsync(arg0 FSForkIOParam)

PBAllocateForkAsync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566083-pballocateforkasync

func PBAllocateForkSync deprecated

func PBAllocateForkSync(arg0 FSForkIOParam) int16

PBAllocateForkSync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565523-pballocateforksync

func PBCatalogSearchAsync deprecated

func PBCatalogSearchAsync(arg0 FSCatalogBulkParam)

PBCatalogSearchAsync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566401-pbcatalogsearchasync

func PBCatalogSearchSync deprecated

func PBCatalogSearchSync(arg0 FSCatalogBulkParam) int16

PBCatalogSearchSync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565713-pbcatalogsearchsync

func PBCloseForkAsync deprecated

func PBCloseForkAsync(arg0 FSForkIOParam)

PBCloseForkAsync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565189-pbcloseforkasync

func PBCloseForkSync deprecated

func PBCloseForkSync(arg0 FSForkIOParam) int16

PBCloseForkSync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566173-pbcloseforksync

func PBCloseIteratorAsync deprecated

func PBCloseIteratorAsync(arg0 FSCatalogBulkParam)

PBCloseIteratorAsync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566055-pbcloseiteratorasync

func PBCloseIteratorSync deprecated

func PBCloseIteratorSync(arg0 FSCatalogBulkParam) int16

PBCloseIteratorSync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566452-pbcloseiteratorsync

func PBCompareFSRefsAsync deprecated

func PBCompareFSRefsAsync(arg0 FSRefParam)

PBCompareFSRefsAsync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566717-pbcomparefsrefsasync

func PBCompareFSRefsSync deprecated

func PBCompareFSRefsSync(arg0 FSRefParam) int16

PBCompareFSRefsSync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566817-pbcomparefsrefssync

func PBCreateDirectoryUnicodeAsync deprecated

func PBCreateDirectoryUnicodeAsync(arg0 FSRefParam)

PBCreateDirectoryUnicodeAsync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565107-pbcreatedirectoryunicodeasync

func PBCreateDirectoryUnicodeSync deprecated

func PBCreateDirectoryUnicodeSync(arg0 FSRefParam) int16

PBCreateDirectoryUnicodeSync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565315-pbcreatedirectoryunicodesync

func PBCreateFileAndOpenForkUnicodeAsync deprecated

func PBCreateFileAndOpenForkUnicodeAsync(arg0 FSRefForkIOParamPtr)

PBCreateFileAndOpenForkUnicodeAsync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566593-pbcreatefileandopenforkunicodeas

func PBCreateFileAndOpenForkUnicodeSync deprecated

func PBCreateFileAndOpenForkUnicodeSync(arg0 FSRefForkIOParamPtr) int32

PBCreateFileAndOpenForkUnicodeSync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566046-pbcreatefileandopenforkunicodesy

func PBCreateFileUnicodeAsync deprecated

func PBCreateFileUnicodeAsync(arg0 FSRefParam)

PBCreateFileUnicodeAsync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565280-pbcreatefileunicodeasync

func PBCreateFileUnicodeSync deprecated

func PBCreateFileUnicodeSync(arg0 FSRefParam) int16

PBCreateFileUnicodeSync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566896-pbcreatefileunicodesync

func PBCreateForkAsync deprecated

func PBCreateForkAsync(arg0 FSForkIOParam)

PBCreateForkAsync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565676-pbcreateforkasync

func PBCreateForkSync deprecated

func PBCreateForkSync(arg0 FSForkIOParam) int16

PBCreateForkSync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566697-pbcreateforksync

func PBDeleteForkAsync deprecated

func PBDeleteForkAsync(arg0 FSForkIOParam)

PBDeleteForkAsync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566752-pbdeleteforkasync

func PBDeleteForkSync deprecated

func PBDeleteForkSync(arg0 FSForkIOParam) int16

PBDeleteForkSync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566822-pbdeleteforksync

func PBDeleteObjectAsync deprecated

func PBDeleteObjectAsync(arg0 FSRefParam)

PBDeleteObjectAsync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566325-pbdeleteobjectasync

func PBDeleteObjectSync deprecated

func PBDeleteObjectSync(arg0 FSRefParam) int16

PBDeleteObjectSync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565966-pbdeleteobjectsync

func PBExchangeObjectsAsync deprecated

func PBExchangeObjectsAsync(arg0 FSRefParam)

PBExchangeObjectsAsync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566021-pbexchangeobjectsasync

func PBExchangeObjectsSync deprecated

func PBExchangeObjectsSync(arg0 FSRefParam) int16

PBExchangeObjectsSync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566627-pbexchangeobjectssync

func PBFSCopyFileAsync deprecated

func PBFSCopyFileAsync(arg0 FSRefParamPtr) int32

PBFSCopyFileAsync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565810-pbfscopyfileasync

func PBFSCopyFileSync deprecated

func PBFSCopyFileSync(arg0 FSRefParamPtr) int32

PBFSCopyFileSync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566297-pbfscopyfilesync

func PBFSResolveNodeIDAsync deprecated

func PBFSResolveNodeIDAsync(arg0 FSRefParamPtr) int32

PBFSResolveNodeIDAsync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566562-pbfsresolvenodeidasync

func PBFSResolveNodeIDSync deprecated

func PBFSResolveNodeIDSync(arg0 FSRefParamPtr) int32

PBFSResolveNodeIDSync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565133-pbfsresolvenodeidsync

func PBFlushForkAsync deprecated

func PBFlushForkAsync(arg0 FSForkIOParam)

PBFlushForkAsync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565669-pbflushforkasync

func PBFlushForkSync deprecated

func PBFlushForkSync(arg0 FSForkIOParam) int16

PBFlushForkSync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565853-pbflushforksync

func PBFlushVolumeAsync deprecated

func PBFlushVolumeAsync(arg0 FSRefParamPtr) int32

PBFlushVolumeAsync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566072-pbflushvolumeasync

func PBFlushVolumeSync deprecated

func PBFlushVolumeSync(arg0 FSRefParamPtr) int32

PBFlushVolumeSync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565550-pbflushvolumesync

func PBGetCatalogInfoAsync deprecated

func PBGetCatalogInfoAsync(arg0 FSRefParam)

PBGetCatalogInfoAsync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565934-pbgetcataloginfoasync

func PBGetCatalogInfoBulkAsync deprecated

func PBGetCatalogInfoBulkAsync(arg0 FSCatalogBulkParam)

PBGetCatalogInfoBulkAsync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566399-pbgetcataloginfobulkasync

func PBGetCatalogInfoBulkSync deprecated

func PBGetCatalogInfoBulkSync(arg0 FSCatalogBulkParam) int16

PBGetCatalogInfoBulkSync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565707-pbgetcataloginfobulksync

func PBGetCatalogInfoSync deprecated

func PBGetCatalogInfoSync(arg0 FSRefParam) int16

PBGetCatalogInfoSync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566328-pbgetcataloginfosync

func PBGetForkCBInfoAsync deprecated

func PBGetForkCBInfoAsync(arg0 FSForkCBInfoParam)

PBGetForkCBInfoAsync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566027-pbgetforkcbinfoasync

func PBGetForkCBInfoSync deprecated

func PBGetForkCBInfoSync(arg0 FSForkCBInfoParam) int16

PBGetForkCBInfoSync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566258-pbgetforkcbinfosync

func PBGetForkPositionAsync deprecated

func PBGetForkPositionAsync(arg0 FSForkIOParam)

PBGetForkPositionAsync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566418-pbgetforkpositionasync

func PBGetForkPositionSync deprecated

func PBGetForkPositionSync(arg0 FSForkIOParam) int16

PBGetForkPositionSync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565594-pbgetforkpositionsync

func PBGetForkSizeAsync deprecated

func PBGetForkSizeAsync(arg0 FSForkIOParam)

PBGetForkSizeAsync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565453-pbgetforksizeasync

func PBGetForkSizeSync deprecated

func PBGetForkSizeSync(arg0 FSForkIOParam) int16

PBGetForkSizeSync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566956-pbgetforksizesync

func PBGetVolumeInfoAsync deprecated

func PBGetVolumeInfoAsync(arg0 FSVolumeInfoParam)

PBGetVolumeInfoAsync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565244-pbgetvolumeinfoasync

func PBGetVolumeInfoSync deprecated

func PBGetVolumeInfoSync(arg0 FSVolumeInfoParam) int16

PBGetVolumeInfoSync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566892-pbgetvolumeinfosync

func PBIterateForksAsync deprecated

func PBIterateForksAsync(arg0 FSForkIOParam)

PBIterateForksAsync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566251-pbiterateforksasync

func PBIterateForksSync deprecated

func PBIterateForksSync(arg0 FSForkIOParam) int16

PBIterateForksSync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566093-pbiterateforkssync

func PBMakeFSRefUnicodeAsync deprecated

func PBMakeFSRefUnicodeAsync(arg0 FSRefParam)

PBMakeFSRefUnicodeAsync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566268-pbmakefsrefunicodeasync

func PBMakeFSRefUnicodeSync deprecated

func PBMakeFSRefUnicodeSync(arg0 FSRefParam) int16

PBMakeFSRefUnicodeSync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566925-pbmakefsrefunicodesync

func PBMoveObjectAsync deprecated

func PBMoveObjectAsync(arg0 FSRefParam)

PBMoveObjectAsync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566270-pbmoveobjectasync

func PBMoveObjectSync deprecated

func PBMoveObjectSync(arg0 FSRefParam) int16

PBMoveObjectSync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565935-pbmoveobjectsync

func PBOpenForkAsync deprecated

func PBOpenForkAsync(arg0 FSForkIOParam)

PBOpenForkAsync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566059-pbopenforkasync

func PBOpenForkSync deprecated

func PBOpenForkSync(arg0 FSForkIOParam) int16

PBOpenForkSync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566802-pbopenforksync

func PBOpenIteratorAsync deprecated

func PBOpenIteratorAsync(arg0 FSCatalogBulkParam)

PBOpenIteratorAsync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566686-pbopeniteratorasync

func PBOpenIteratorSync deprecated

func PBOpenIteratorSync(arg0 FSCatalogBulkParam) int16

PBOpenIteratorSync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566865-pbopeniteratorsync

func PBReadForkAsync deprecated

func PBReadForkAsync(arg0 FSForkIOParam)

PBReadForkAsync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566703-pbreadforkasync

func PBReadForkSync deprecated

func PBReadForkSync(arg0 FSForkIOParam) int16

PBReadForkSync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566739-pbreadforksync

func PBRenameUnicodeAsync deprecated

func PBRenameUnicodeAsync(arg0 FSRefParam)

PBRenameUnicodeAsync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566334-pbrenameunicodeasync

func PBRenameUnicodeSync deprecated

func PBRenameUnicodeSync(arg0 FSRefParam) int16

PBRenameUnicodeSync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566879-pbrenameunicodesync

func PBSetCatalogInfoAsync deprecated

func PBSetCatalogInfoAsync(arg0 FSRefParam)

PBSetCatalogInfoAsync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566340-pbsetcataloginfoasync

func PBSetCatalogInfoSync deprecated

func PBSetCatalogInfoSync(arg0 FSRefParam) int16

PBSetCatalogInfoSync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565271-pbsetcataloginfosync

func PBSetForkPositionAsync deprecated

func PBSetForkPositionAsync(arg0 FSForkIOParam)

PBSetForkPositionAsync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565887-pbsetforkpositionasync

func PBSetForkPositionSync deprecated

func PBSetForkPositionSync(arg0 FSForkIOParam) int16

PBSetForkPositionSync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566035-pbsetforkpositionsync

func PBSetForkSizeAsync deprecated

func PBSetForkSizeAsync(arg0 FSForkIOParam)

PBSetForkSizeAsync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566552-pbsetforksizeasync

func PBSetForkSizeSync deprecated

func PBSetForkSizeSync(arg0 FSForkIOParam) int16

PBSetForkSizeSync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566944-pbsetforksizesync

func PBSetVolumeInfoAsync deprecated

func PBSetVolumeInfoAsync(arg0 FSVolumeInfoParam)

PBSetVolumeInfoAsync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566541-pbsetvolumeinfoasync

func PBSetVolumeInfoSync deprecated

func PBSetVolumeInfoSync(arg0 FSVolumeInfoParam) int16

PBSetVolumeInfoSync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566427-pbsetvolumeinfosync

func PBUnlinkObjectAsync deprecated

func PBUnlinkObjectAsync(arg0 FSRefParam)

PBUnlinkObjectAsync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565840-pbunlinkobjectasync

func PBUnlinkObjectSync deprecated

func PBUnlinkObjectSync(arg0 FSRefParam) int16

PBUnlinkObjectSync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566516-pbunlinkobjectsync

func PBWriteForkAsync deprecated

func PBWriteForkAsync(arg0 FSForkIOParam)

PBWriteForkAsync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566491-pbwriteforkasync

func PBWriteForkSync deprecated

func PBWriteForkSync(arg0 FSForkIOParam) int16

PBWriteForkSync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565632-pbwriteforksync

func PBXLockRangeAsync deprecated

func PBXLockRangeAsync(arg0 FSRangeLockParamPtr) int32

PBXLockRangeAsync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565710-pbxlockrangeasync

func PBXLockRangeSync deprecated

func PBXLockRangeSync(arg0 FSRangeLockParamPtr) int32

PBXLockRangeSync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566800-pbxlockrangesync

func PBXUnlockRangeAsync deprecated

func PBXUnlockRangeAsync(arg0 FSRangeLockParamPtr) int32

PBXUnlockRangeAsync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565257-pbxunlockrangeasync

func PBXUnlockRangeSync deprecated

func PBXUnlockRangeSync(arg0 FSRangeLockParamPtr) int32

PBXUnlockRangeSync.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565709-pbxunlockrangesync

func PLpos deprecated

func PLpos(arg0 unsafe.Pointer, arg1 unsafe.Pointer) int16

PLpos.

Deprecated: Deprecated since macOS 10.4.

See: https://developer.apple.com/documentation/coreservices/1585952-plpos

func PLstrcat deprecated

func PLstrcat(arg0 string, arg1 unsafe.Pointer) *byte

PLstrcat.

Deprecated: Deprecated since macOS 10.4.

See: https://developer.apple.com/documentation/coreservices/1585941-plstrcat

func PLstrchr deprecated

func PLstrchr(arg0 unsafe.Pointer, arg1 int16) coreimage.Ptr

PLstrchr.

Deprecated: Deprecated since macOS 10.4.

See: https://developer.apple.com/documentation/coreservices/1585945-plstrchr

func PLstrcmp deprecated

func PLstrcmp(arg0 unsafe.Pointer, arg1 unsafe.Pointer) int16

PLstrcmp.

Deprecated: Deprecated since macOS 10.4.

See: https://developer.apple.com/documentation/coreservices/1585947-plstrcmp

func PLstrcpy deprecated

func PLstrcpy(arg0 string, arg1 unsafe.Pointer) *byte

PLstrcpy.

Deprecated: Deprecated since macOS 10.4.

See: https://developer.apple.com/documentation/coreservices/1585940-plstrcpy

func PLstrlen deprecated

func PLstrlen(arg0 unsafe.Pointer) int16

PLstrlen.

Deprecated: Deprecated since macOS 10.4.

See: https://developer.apple.com/documentation/coreservices/1585944-plstrlen

func PLstrncat deprecated

func PLstrncat(arg0 string, arg1 unsafe.Pointer, arg2 int16) *byte

PLstrncat.

Deprecated: Deprecated since macOS 10.4.

See: https://developer.apple.com/documentation/coreservices/1585949-plstrncat

func PLstrncmp deprecated

func PLstrncmp(arg0 unsafe.Pointer, arg1 unsafe.Pointer, arg2 int16) int16

PLstrncmp.

Deprecated: Deprecated since macOS 10.4.

See: https://developer.apple.com/documentation/coreservices/1585951-plstrncmp

func PLstrncpy deprecated

func PLstrncpy(arg0 string, arg1 unsafe.Pointer, arg2 int16) *byte

PLstrncpy.

Deprecated: Deprecated since macOS 10.4.

See: https://developer.apple.com/documentation/coreservices/1585946-plstrncpy

func PLstrpbrk deprecated

func PLstrpbrk(arg0 unsafe.Pointer, arg1 unsafe.Pointer) coreimage.Ptr

PLstrpbrk.

Deprecated: Deprecated since macOS 10.4.

See: https://developer.apple.com/documentation/coreservices/1585948-plstrpbrk

func PLstrrchr deprecated

func PLstrrchr(arg0 unsafe.Pointer, arg1 int16) coreimage.Ptr

PLstrrchr.

Deprecated: Deprecated since macOS 10.4.

See: https://developer.apple.com/documentation/coreservices/1585943-plstrrchr

func PLstrspn deprecated

func PLstrspn(arg0 unsafe.Pointer, arg1 unsafe.Pointer) int16

PLstrspn.

Deprecated: Deprecated since macOS 10.4.

See: https://developer.apple.com/documentation/coreservices/1585950-plstrspn

func PLstrstr deprecated

func PLstrstr(arg0 unsafe.Pointer, arg1 unsafe.Pointer) coreimage.Ptr

PLstrstr.

Deprecated: Deprecated since macOS 10.4.

See: https://developer.apple.com/documentation/coreservices/1585942-plstrstr

func PrimeTime deprecated

func PrimeTime(arg0 QElemPtr, arg1 int)

PrimeTime.

Deprecated: Deprecated since macOS 10.4.

See: https://developer.apple.com/documentation/coreservices/1550774-primetime

func PrimeTimeTask deprecated

func PrimeTimeTask(arg0 QElemPtr, arg1 int) int16

PrimeTimeTask.

Deprecated: Deprecated since macOS 10.4.

See: https://developer.apple.com/documentation/coreservices/1550783-primetimetask

func PtrAndHand deprecated

func PtrAndHand(arg0 uintptr, arg1 int) int16

PtrAndHand.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1506365-ptrandhand

func PtrToHand deprecated

func PtrToHand(arg0 uintptr, arg1 int) int16

PtrToHand.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1506370-ptrtohand

func PtrToXHand deprecated

func PtrToXHand(arg0 uintptr, arg1 int) int16

PtrToXHand.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1506246-ptrtoxhand

func PurgeCollection deprecated

func PurgeCollection(arg0 Collection, arg1 int32, arg2 int32)

PurgeCollection.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551434-purgecollection

func PurgeCollectionTag deprecated

func PurgeCollectionTag(arg0 Collection, arg1 CollectionTag)

PurgeCollectionTag.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551327-purgecollectiontag

func QueryUnicodeMappings

func QueryUnicodeMappings(arg0 uintptr, arg1 ConstUnicodeMappingPtr, arg2 uintptr, arg3 uintptr, arg4 UnicodeMapping) int32

QueryUnicodeMappings returns a list of the conversion mappings available onthe system that meet specified matching criteria and returns thenumber of mappings found.

See: https://developer.apple.com/documentation/coreservices/1433630-queryunicodemappings

func Randomx deprecated

func Randomx(arg0 unsafe.Pointer) unsafe.Pointer

Randomx.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1492636-randomx

func ReadIconFromFSRef deprecated

func ReadIconFromFSRef(ref unsafe.Pointer, iconFamily *IconFamilyHandle) int32

ReadIconFromFSRef.

Deprecated: Deprecated since macOS 10.13.

See: https://developer.apple.com/documentation/coreservices/1444939-readiconfromfsref

func ReadLocation deprecated

func ReadLocation(arg0 MachineLocation)

ReadLocation.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1533377-readlocation

func ReadPartialResource deprecated

func ReadPartialResource(arg0 uintptr, arg1 int, arg2 int)

ReadPartialResource.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529248-readpartialresource

func ReallocateHandle deprecated

func ReallocateHandle(arg0 uintptr, arg1 corefoundation.CGSize)

ReallocateHandle.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1506393-reallocatehandle

func RecoverHandle deprecated

func RecoverHandle(arg0 coreimage.Ptr) objectivec.IObject

RecoverHandle.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1506310-recoverhandle

func RegisterComponentFileRef deprecated

func RegisterComponentFileRef(arg0 uintptr, arg1 int16) int16

RegisterComponentFileRef.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516564-registercomponentfileref

func RegisterComponentFileRefEntries deprecated

func RegisterComponentFileRefEntries(arg0 uintptr, arg1 int16, arg2 ComponentDescription, arg3 uint32) int16

RegisterComponentFileRefEntries.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516395-registercomponentfilerefentries

func RegisterComponentResourceFile deprecated

func RegisterComponentResourceFile(arg0 int16, arg1 int16) int32

RegisterComponentResourceFile registers all component resources in the given resource file.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516511-registercomponentresourcefile

func RegisterIconRefFromFSRef deprecated

func RegisterIconRefFromFSRef(creator uint32, iconType uint32, iconFile unsafe.Pointer, theIconRef uintptr) int32

RegisterIconRefFromFSRef.

Deprecated: Deprecated since macOS 10.13.

See: https://developer.apple.com/documentation/coreservices/1446795-registericonreffromfsref

func RegisterIconRefFromIconFamily deprecated

func RegisterIconRefFromIconFamily(creator uint32, iconType uint32, iconFamily IconFamilyHandle, theIconRef uintptr) int16

RegisterIconRefFromIconFamily.

Deprecated: Deprecated since macOS 10.15.

See: https://developer.apple.com/documentation/coreservices/1443918-registericonreffromiconfamily

func ReleaseCollection deprecated

func ReleaseCollection(arg0 Collection) int32

ReleaseCollection.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551418-releasecollection

func ReleaseFolder deprecated

func ReleaseFolder(arg0 uintptr, arg1 uint32) int16

ReleaseFolder.

Deprecated: Deprecated since macOS 10.3.

See: https://developer.apple.com/documentation/coreservices/1389109-releasefolder

func ReleaseIconRef deprecated

func ReleaseIconRef(theIconRef uintptr) int16

ReleaseIconRef.

Deprecated: Deprecated since macOS 10.15.

See: https://developer.apple.com/documentation/coreservices/1443504-releaseiconref

func ReleaseResource deprecated

func ReleaseResource(arg0 uintptr)

ReleaseResource.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529259-releaseresource

func RemoveCollectionItem deprecated

func RemoveCollectionItem(arg0 Collection, arg1 CollectionTag, arg2 int32) int16

RemoveCollectionItem.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551326-removecollectionitem

func RemoveFolderDescriptor deprecated

func RemoveFolderDescriptor(arg0 FolderType) int16

RemoveFolderDescriptor.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1389531-removefolderdescriptor

func RemoveIconRefOverride deprecated

func RemoveIconRefOverride(theIconRef uintptr) int16

RemoveIconRefOverride.

Deprecated: Deprecated since macOS 10.15.

See: https://developer.apple.com/documentation/coreservices/1445832-removeiconrefoverride

func RemoveIndexedCollectionItem deprecated

func RemoveIndexedCollectionItem(arg0 Collection, arg1 int32) int16

RemoveIndexedCollectionItem.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551414-removeindexedcollectionitem

func RemoveResource deprecated

func RemoveResource(arg0 uintptr)

RemoveResource.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529272-removeresource

func RemoveTimeTask deprecated

func RemoveTimeTask(arg0 QElemPtr) int16

RemoveTimeTask.

Deprecated: Deprecated since macOS 10.4.

See: https://developer.apple.com/documentation/coreservices/1550772-removetimetask

func ReplaceGestaltValue deprecated

func ReplaceGestaltValue(arg0 uint32, arg1 int32) int16

ReplaceGestaltValue replaces the value that the function [Gestalt] returns for a specified selector code with the value provided to the function.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1472000-replacegestaltvalue

func ReplaceIndexedCollectionItem deprecated

func ReplaceIndexedCollectionItem(arg0 Collection, arg1 int32, arg2 int32) int16

ReplaceIndexedCollectionItem.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551424-replaceindexedcollectionitem

func ReplaceIndexedCollectionItemHdl deprecated

func ReplaceIndexedCollectionItemHdl(arg0 Collection, arg1 int32, arg2 uintptr) int16

ReplaceIndexedCollectionItemHdl.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551345-replaceindexedcollectionitemhdl

func ResError deprecated

func ResError() int16

ResError.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529333-reserror

func ResetTextToUnicodeInfo

func ResetTextToUnicodeInfo(arg0 TextToUnicodeInfo) int32

ResetTextToUnicodeInfo reinitializes all state information kept by the contextobjects.

See: https://developer.apple.com/documentation/coreservices/1433526-resettexttounicodeinfo

func ResetUnicodeToTextInfo

func ResetUnicodeToTextInfo(arg0 UnicodeToTextInfo) int32

ResetUnicodeToTextInfo reinitializes all state information kept by a Unicodeconverter object.

See: https://developer.apple.com/documentation/coreservices/1433647-resetunicodetotextinfo

func ResetUnicodeToTextRunInfo

func ResetUnicodeToTextRunInfo(arg0 UnicodeToTextRunInfo) int32

ResetUnicodeToTextRunInfo reinitializes all state information kept by the contextobjects in TextRun conversions.

See: https://developer.apple.com/documentation/coreservices/1433495-resetunicodetotextruninfo

func RetainCollection deprecated

func RetainCollection(arg0 Collection) int32

RetainCollection.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551332-retaincollection

func RevertTextEncodingToScriptInfo

func RevertTextEncodingToScriptInfo(arg0 TextEncoding, arg1 unsafe.Pointer, arg2 unsafe.Pointer, arg3 unsafe.Pointer) int32

RevertTextEncodingToScriptInfo converts the given Mac OS text encoding specificationto the corresponding script code and, if possible, language codeand font name.

See: https://developer.apple.com/documentation/coreservices/1400023-reverttextencodingtoscriptinfo

func RmvTime deprecated

func RmvTime(arg0 QElemPtr)

RmvTime.

Deprecated: Deprecated since macOS 10.4.

See: https://developer.apple.com/documentation/coreservices/1550775-rmvtime

func SKDocumentCopyURL

func SKDocumentCopyURL(inDocument SKDocumentRef) corefoundation.CFURLRef

SKDocumentCopyURL builds a CFURL object from a document URL object (of type SKDocument).

See: https://developer.apple.com/documentation/coreservices/1449624-skdocumentcopyurl

func SKDocumentGetName

func SKDocumentGetName(inDocument SKDocumentRef) corefoundation.CFStringRef

SKDocumentGetName gets the name of a document URL object (of type SKDocument).

See: https://developer.apple.com/documentation/coreservices/1442657-skdocumentgetname

func SKDocumentGetSchemeName

func SKDocumentGetSchemeName(inDocument SKDocumentRef) corefoundation.CFStringRef

SKDocumentGetSchemeName gets the scheme name for a document URL object (of type SKDocument).

See: https://developer.apple.com/documentation/coreservices/1448262-skdocumentgetschemename

func SKDocumentGetTypeID

func SKDocumentGetTypeID() uint

SKDocumentGetTypeID gets the type identifier for Search Kit document URL objects.

See: https://developer.apple.com/documentation/coreservices/1448891-skdocumentgettypeid

func SKIndexAddDocument

func SKIndexAddDocument(inIndex SKIndexRef, inDocument SKDocumentRef, inMIMETypeHint corefoundation.CFStringRef, inCanReplace unsafe.Pointer) bool

SKIndexAddDocument adds location information for a file-based document, and the document’s textual content, to an index.

See: https://developer.apple.com/documentation/coreservices/1444897-skindexadddocument

func SKIndexAddDocumentWithText

func SKIndexAddDocumentWithText(inIndex SKIndexRef, inDocument SKDocumentRef, inDocumentText corefoundation.CFStringRef, inCanReplace unsafe.Pointer) bool

SKIndexAddDocumentWithText adds a document URL (SKDocument) object, and the associated document’s textual content, to an index.

See: https://developer.apple.com/documentation/coreservices/1444518-skindexadddocumentwithtext

func SKIndexClose

func SKIndexClose(inIndex SKIndexRef)

SKIndexClose closes an index.

See: https://developer.apple.com/documentation/coreservices/1442401-skindexclose

func SKIndexCompact

func SKIndexCompact(inIndex SKIndexRef) bool

SKIndexCompact invokes all pending updates associated with an index, compacts the index if compaction is needed, and commits all changes to backing store.

See: https://developer.apple.com/documentation/coreservices/1443628-skindexcompact

func SKIndexCopyDocumentIDArrayForTermID

func SKIndexCopyDocumentIDArrayForTermID(inIndex SKIndexRef, inTermID int) corefoundation.CFArrayRef

SKIndexCopyDocumentIDArrayForTermID obtains document IDs for documents that contain a given term.

See: https://developer.apple.com/documentation/coreservices/1448003-skindexcopydocumentidarrayforter

func SKIndexCopyDocumentProperties

func SKIndexCopyDocumentProperties(inIndex SKIndexRef, inDocument SKDocumentRef) corefoundation.CFDictionaryRef

SKIndexCopyDocumentProperties obtains the application-defined properties of an indexed document.

See: https://developer.apple.com/documentation/coreservices/1449500-skindexcopydocumentproperties

func SKIndexCopyDocumentRefsForDocumentIDs

func SKIndexCopyDocumentRefsForDocumentIDs(inIndex SKIndexRef, inCount int, inDocumentIDsArray *SKDocumentID, outDocumentRefsArray *SKDocumentRef)

SKIndexCopyDocumentRefsForDocumentIDs gets document URL objects (of type SKDocument) based on document IDs.

See: https://developer.apple.com/documentation/coreservices/1445305-skindexcopydocumentrefsfordocume

func SKIndexCopyDocumentURLsForDocumentIDs

func SKIndexCopyDocumentURLsForDocumentIDs(inIndex SKIndexRef, inCount int, inDocumentIDsArray *SKDocumentID, outDocumentURLsArray *corefoundation.CFURLRef)

SKIndexCopyDocumentURLsForDocumentIDs gets document URLs based on document IDs.

See: https://developer.apple.com/documentation/coreservices/1443501-skindexcopydocumenturlsfordocume

func SKIndexCopyInfoForDocumentIDs

func SKIndexCopyInfoForDocumentIDs(inIndex SKIndexRef, inCount int, inDocumentIDsArray *SKDocumentID, outNamesArray *corefoundation.CFStringRef, outParentIDsArray *SKDocumentID)

SKIndexCopyInfoForDocumentIDs gets document names and parent IDs based on document IDs.

See: https://developer.apple.com/documentation/coreservices/1445499-skindexcopyinfofordocumentids

func SKIndexCopyTermIDArrayForDocumentID

func SKIndexCopyTermIDArrayForDocumentID(inIndex SKIndexRef, inDocumentID SKDocumentID) corefoundation.CFArrayRef

SKIndexCopyTermIDArrayForDocumentID obtains the IDs for the terms of an indexed document.

See: https://developer.apple.com/documentation/coreservices/1446868-skindexcopytermidarrayfordocumen

func SKIndexCopyTermStringForTermID

func SKIndexCopyTermStringForTermID(inIndex SKIndexRef, inTermID int) corefoundation.CFStringRef

SKIndexCopyTermStringForTermID obtains a term, specified by ID, from an index.

See: https://developer.apple.com/documentation/coreservices/1442802-skindexcopytermstringfortermid

func SKIndexDocumentIteratorGetTypeID

func SKIndexDocumentIteratorGetTypeID() uint

SKIndexDocumentIteratorGetTypeID gets the type identifier for Search Kit document iterators.

See: https://developer.apple.com/documentation/coreservices/1443022-skindexdocumentiteratorgettypeid

func SKIndexFlush

func SKIndexFlush(inIndex SKIndexRef) bool

SKIndexFlush invokes all pending updates associated with an index and commits them to backing store.

See: https://developer.apple.com/documentation/coreservices/1450667-skindexflush

func SKIndexGetAnalysisProperties

func SKIndexGetAnalysisProperties(inIndex SKIndexRef) corefoundation.CFDictionaryRef

SKIndexGetAnalysisProperties gets the text analysis properties of an index.

See: https://developer.apple.com/documentation/coreservices/1443461-skindexgetanalysisproperties

func SKIndexGetDocumentCount

func SKIndexGetDocumentCount(inIndex SKIndexRef) int

SKIndexGetDocumentCount gets the total number of documents represented in an index.

See: https://developer.apple.com/documentation/coreservices/1449093-skindexgetdocumentcount

func SKIndexGetDocumentTermCount

func SKIndexGetDocumentTermCount(inIndex SKIndexRef, inDocumentID SKDocumentID) int

SKIndexGetDocumentTermCount gets the number of terms for a document in an index.

See: https://developer.apple.com/documentation/coreservices/1448341-skindexgetdocumenttermcount

func SKIndexGetDocumentTermFrequency

func SKIndexGetDocumentTermFrequency(inIndex SKIndexRef, inDocumentID SKDocumentID, inTermID int) int

SKIndexGetDocumentTermFrequency gets the number of occurrences of a term in a document.

See: https://developer.apple.com/documentation/coreservices/1447537-skindexgetdocumenttermfrequency

func SKIndexGetMaximumBytesBeforeFlush

func SKIndexGetMaximumBytesBeforeFlush(inIndex SKIndexRef) int

SKIndexGetMaximumBytesBeforeFlush not recommended.

See: https://developer.apple.com/documentation/coreservices/1445329-skindexgetmaximumbytesbeforeflus

func SKIndexGetMaximumTermID

func SKIndexGetMaximumTermID(inIndex SKIndexRef) int

SKIndexGetMaximumTermID gets the highest-numbered term ID in an index.

See: https://developer.apple.com/documentation/coreservices/1444278-skindexgetmaximumtermid

func SKIndexGetTermDocumentCount

func SKIndexGetTermDocumentCount(inIndex SKIndexRef, inTermID int) int

SKIndexGetTermDocumentCount gets the number of documents containing a given term represented in an index.

See: https://developer.apple.com/documentation/coreservices/1444015-skindexgettermdocumentcount

func SKIndexGetTermIDForTermString

func SKIndexGetTermIDForTermString(inIndex SKIndexRef, inTermString corefoundation.CFStringRef) int

SKIndexGetTermIDForTermString gets the ID for a term in an index.

See: https://developer.apple.com/documentation/coreservices/1448558-skindexgettermidfortermstring

func SKIndexGetTypeID

func SKIndexGetTypeID() uint

SKIndexGetTypeID gets the type identifier for Search Kit indexes.

See: https://developer.apple.com/documentation/coreservices/1450223-skindexgettypeid

func SKIndexMoveDocument

func SKIndexMoveDocument(inIndex SKIndexRef, inDocument SKDocumentRef, inNewParent SKDocumentRef) bool

SKIndexMoveDocument changes the parent of a document URL object (of type SKDocument) in an index.

See: https://developer.apple.com/documentation/coreservices/1449899-skindexmovedocument

func SKIndexRemoveDocument

func SKIndexRemoveDocument(inIndex SKIndexRef, inDocument SKDocumentRef) bool

SKIndexRemoveDocument removes a document URL object (of type SKDocument) and its children, if any, from an index.

See: https://developer.apple.com/documentation/coreservices/1444375-skindexremovedocument

func SKIndexRenameDocument

func SKIndexRenameDocument(inIndex SKIndexRef, inDocument SKDocumentRef, inNewName corefoundation.CFStringRef) bool

SKIndexRenameDocument changes the name of a document URL object (of type SKDocument) in an index.

See: https://developer.apple.com/documentation/coreservices/1448935-skindexrenamedocument

func SKIndexSetDocumentProperties

func SKIndexSetDocumentProperties(inIndex SKIndexRef, inDocument SKDocumentRef, inProperties corefoundation.CFDictionaryRef)

SKIndexSetDocumentProperties sets the application-defined properties of a document URL object (of type SKDocument).

See: https://developer.apple.com/documentation/coreservices/1444576-skindexsetdocumentproperties

func SKIndexSetMaximumBytesBeforeFlush

func SKIndexSetMaximumBytesBeforeFlush(inIndex SKIndexRef, inBytesForUpdate int)

SKIndexSetMaximumBytesBeforeFlush not recommended.

See: https://developer.apple.com/documentation/coreservices/1448696-skindexsetmaximumbytesbeforeflus

func SKLoadDefaultExtractorPlugIns

func SKLoadDefaultExtractorPlugIns()

SKLoadDefaultExtractorPlugIns tells Search Kit to use the Spotlight metadata importers.

See: https://developer.apple.com/documentation/coreservices/1447859-skloaddefaultextractorplugins

func SKSearchCancel

func SKSearchCancel(inSearch SKSearchRef)

SKSearchCancel cancels an asynchronous search request.

See: https://developer.apple.com/documentation/coreservices/1442083-sksearchcancel

func SKSearchFindMatches

func SKSearchFindMatches(inSearch SKSearchRef, inMaximumCount int, outDocumentIDsArray *SKDocumentID, outScoresArray unsafe.Pointer, maximumTime float64, outFoundCount *int) bool

SKSearchFindMatches extracts search result information from a search object.

See: https://developer.apple.com/documentation/coreservices/1448608-sksearchfindmatches

func SKSearchGetTypeID

func SKSearchGetTypeID() uint

SKSearchGetTypeID gets the type identifier for Search Kit search objects.

See: https://developer.apple.com/documentation/coreservices/1448621-sksearchgettypeid

func SKSearchGroupGetTypeID deprecated

func SKSearchGroupGetTypeID() uint

SKSearchGroupGetTypeID deprecated.

Deprecated: Deprecated since macOS 10.4.

See: https://developer.apple.com/documentation/coreservices/1448637-sksearchgroupgettypeid

func SKSummaryCopyParagraphAtIndex

func SKSummaryCopyParagraphAtIndex(summary SKSummaryRef, i int) corefoundation.CFStringRef

SKSummaryCopyParagraphAtIndex gets a specified paragraph from the text in a summarization object.

See: https://developer.apple.com/documentation/coreservices/1445711-sksummarycopyparagraphatindex

func SKSummaryCopyParagraphSummaryString

func SKSummaryCopyParagraphSummaryString(summary SKSummaryRef, numParagraphs int) corefoundation.CFStringRef

SKSummaryCopyParagraphSummaryString gets a text string consisting of a summary with, at most, the requested number of paragraphs.

See: https://developer.apple.com/documentation/coreservices/1449746-sksummarycopyparagraphsummarystr

func SKSummaryCopySentenceAtIndex

func SKSummaryCopySentenceAtIndex(summary SKSummaryRef, i int) corefoundation.CFStringRef

SKSummaryCopySentenceAtIndex gets a specified sentence from the text in a summarization object.

See: https://developer.apple.com/documentation/coreservices/1450287-sksummarycopysentenceatindex

func SKSummaryCopySentenceSummaryString

func SKSummaryCopySentenceSummaryString(summary SKSummaryRef, numSentences int) corefoundation.CFStringRef

SKSummaryCopySentenceSummaryString gets a text string consisting of a summary with, at most, the requested number of sentences.

See: https://developer.apple.com/documentation/coreservices/1449700-sksummarycopysentencesummarystri

func SKSummaryGetParagraphCount

func SKSummaryGetParagraphCount(summary SKSummaryRef) int

SKSummaryGetParagraphCount gets the number of paragraphs in a summarization object.

See: https://developer.apple.com/documentation/coreservices/1449304-sksummarygetparagraphcount

func SKSummaryGetParagraphSummaryInfo

func SKSummaryGetParagraphSummaryInfo(summary SKSummaryRef, numParagraphsInSummary int, outRankOrderOfParagraphs *int, outParagraphIndexOfParagraphs *int) int

SKSummaryGetParagraphSummaryInfo gets detailed information about a body of text for constructing a custom paragraph-based summary string.

See: https://developer.apple.com/documentation/coreservices/1447517-sksummarygetparagraphsummaryinfo

func SKSummaryGetSentenceCount

func SKSummaryGetSentenceCount(summary SKSummaryRef) int

SKSummaryGetSentenceCount gets the number of sentences in a summarization object.

See: https://developer.apple.com/documentation/coreservices/1450009-sksummarygetsentencecount

func SKSummaryGetSentenceSummaryInfo

func SKSummaryGetSentenceSummaryInfo(summary SKSummaryRef, numSentencesInSummary int, outRankOrderOfSentences *int, outSentenceIndexOfSentences *int, outParagraphIndexOfSentences *int) int

SKSummaryGetSentenceSummaryInfo gets detailed information about a body of text for constructing a custom sentence-based summary string.

See: https://developer.apple.com/documentation/coreservices/1444767-sksummarygetsentencesummaryinfo

func SKSummaryGetTypeID

func SKSummaryGetTypeID() uint

SKSummaryGetTypeID gets the type identifier for Search Kit summarization objects.

See: https://developer.apple.com/documentation/coreservices/1444796-sksummarygettypeid

func SetCollectionDefaultAttributes deprecated

func SetCollectionDefaultAttributes(arg0 Collection, arg1 int32, arg2 int32)

SetCollectionDefaultAttributes.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551442-setcollectiondefaultattributes

func SetCollectionExceptionProc deprecated

func SetCollectionExceptionProc(arg0 Collection, arg1 CollectionExceptionUPP)

SetCollectionExceptionProc.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551417-setcollectionexceptionproc

func SetCollectionItemInfo deprecated

func SetCollectionItemInfo(arg0 Collection, arg1 CollectionTag, arg2 int32, arg3 int32, arg4 int32) int16

SetCollectionItemInfo.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551372-setcollectioniteminfo

func SetComponentInstanceError deprecated

func SetComponentInstanceError(arg0 ComponentInstance, arg1 int16)

SetComponentInstanceError passes error information to the Component Manager which sets the current error value for the appropriate connection.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516663-setcomponentinstanceerror

func SetComponentInstanceStorage deprecated

func SetComponentInstanceStorage(arg0 ComponentInstance, arg1 uintptr)

SetComponentInstanceStorage allows your component to associate memory with a connection.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516556-setcomponentinstancestorage

func SetComponentRefcon deprecated

func SetComponentRefcon(arg0 Component, arg1 int)

SetComponentRefcon sets the reference constant for your component.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516562-setcomponentrefcon

func SetCustomIconsEnabled deprecated

func SetCustomIconsEnabled(vRefNum unsafe.Pointer, enableCustomIcons unsafe.Pointer) int16

SetCustomIconsEnabled.

Deprecated: Deprecated since macOS 10.15.

See: https://developer.apple.com/documentation/coreservices/1449302-setcustomiconsenabled

func SetDebugOptionValue deprecated

func SetDebugOptionValue(arg0 uint32, arg1 int32, arg2 bool) int32

SetDebugOptionValue.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1517709-setdebugoptionvalue

func SetDebuggerNotificationProcs deprecated

func SetDebuggerNotificationProcs(arg0 DebuggerNewThreadTPP, arg1 DebuggerDisposeThreadTPP, arg2 DebuggerThreadSchedulerTPP) int16

SetDebuggerNotificationProcs.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1574202-setdebuggernotificationprocs

func SetDefaultComponent deprecated

func SetDefaultComponent(arg0 Component, arg1 int16) int16

SetDefaultComponent changes the search order for registered components.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516566-setdefaultcomponent

func SetFallbackUnicodeToText

func SetFallbackUnicodeToText(arg0 UnicodeToTextInfo, arg1 UnicodeToTextFallbackUPP, arg2 uintptr, arg3 unsafe.Pointer) int32

SetFallbackUnicodeToText specifies a fallback handler to be used for convertinga Unicode text segment to another encoding when the Unicode Convertercannot convert the text using the mapping table specified by theUnicode converter object.

See: https://developer.apple.com/documentation/coreservices/1433614-setfallbackunicodetotext

func SetFallbackUnicodeToTextRun

func SetFallbackUnicodeToTextRun(arg0 UnicodeToTextRunInfo, arg1 UnicodeToTextFallbackUPP, arg2 uintptr, arg3 unsafe.Pointer) int32

SetFallbackUnicodeToTextRun specifies a fallback handler to be used for convertinga Unicode text segment to another encoding when the Unicode Convertercannot convert the text using the mapping table specified by a Unicodeconverter object.

See: https://developer.apple.com/documentation/coreservices/1433644-setfallbackunicodetotextrun

func SetGestaltValue deprecated

func SetGestaltValue(arg0 uint32, arg1 int32) int16

SetGestaltValue sets the value the function [Gestalt] will return for a specified selector code, installing the selector if it was not already installed.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1470991-setgestaltvalue

func SetHandleSize deprecated

func SetHandleSize(arg0 uintptr, arg1 corefoundation.CGSize)

SetHandleSize.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1506241-sethandlesize

func SetIndexedCollectionItemInfo deprecated

func SetIndexedCollectionItemInfo(arg0 Collection, arg1 int32, arg2 int32, arg3 int32) int16

SetIndexedCollectionItemInfo.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551406-setindexedcollectioniteminfo

func SetPtrSize deprecated

func SetPtrSize(arg0 coreimage.Ptr, arg1 corefoundation.CGSize)

SetPtrSize.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1506428-setptrsize

func SetResAttrs deprecated

func SetResAttrs(arg0 uintptr, arg1 ResAttributes)

SetResAttrs.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529240-setresattrs

func SetResFileAttrs deprecated

func SetResFileAttrs(arg0 ResFileRefNum, arg1 ResFileAttributes)

SetResFileAttrs.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529257-setresfileattrs

func SetResInfo deprecated

func SetResInfo(arg0 uintptr, arg1 ResID, arg2 unsafe.Pointer)

SetResInfo.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529247-setresinfo

func SetResLoad deprecated

func SetResLoad(arg0 bool)

SetResLoad.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529294-setresload

func SetResPurge deprecated

func SetResPurge(arg0 bool)

SetResPurge.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529316-setrespurge

func SetResourceSize deprecated

func SetResourceSize(arg0 uintptr, arg1 int)

SetResourceSize.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529277-setresourcesize

func SetScriptManagerVariable deprecated

func SetScriptManagerVariable(arg0 int16, arg1 int) int16

SetScriptManagerVariable.

Deprecated: Deprecated since macOS 10.5.

See: https://developer.apple.com/documentation/coreservices/1483931-setscriptmanagervariable

func SetThreadReadyGivenTaskRef deprecated

func SetThreadReadyGivenTaskRef(arg0 ThreadTaskRef, arg1 ThreadID) int16

SetThreadReadyGivenTaskRef.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1574279-setthreadreadygiventaskref

func SetThreadScheduler deprecated

func SetThreadScheduler(arg0 ThreadSchedulerTPP) int16

SetThreadScheduler.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1574195-setthreadscheduler

func SetThreadState deprecated

func SetThreadState(arg0 ThreadID, arg1 ThreadState, arg2 ThreadID) int16

SetThreadState.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1574212-setthreadstate

func SetThreadStateEndCritical deprecated

func SetThreadStateEndCritical(arg0 ThreadID, arg1 ThreadState, arg2 ThreadID) int16

SetThreadStateEndCritical.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1574289-setthreadstateendcritical

func SetThreadSwitcher deprecated

func SetThreadSwitcher(arg0 ThreadID, arg1 ThreadSwitchTPP, arg2 bool) int16

SetThreadSwitcher.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1574270-setthreadswitcher

func SetThreadTerminator deprecated

func SetThreadTerminator(arg0 ThreadID, arg1 ThreadTerminationTPP) int16

SetThreadTerminator.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1574205-setthreadterminator

func SleepQInstall deprecated

func SleepQInstall(arg0 SleepQRecPtr)

SleepQInstall.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1427477-sleepqinstall

func SleepQRemove deprecated

func SleepQRemove(arg0 SleepQRecPtr)

SleepQRemove.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1427457-sleepqremove

func Str2dec deprecated

func Str2dec(arg0 int8, arg1 int16, arg2 Decimal, arg3 int16)

Str2dec.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1492635-str2dec

func SubAbsoluteFromAbsolute deprecated

func SubAbsoluteFromAbsolute(arg0 unsafe.Pointer, arg1 unsafe.Pointer) unsafe.Pointer

SubAbsoluteFromAbsolute.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1501265-subabsolutefromabsolute

func SubDurationFromAbsolute deprecated

func SubDurationFromAbsolute(arg0 unsafe.Pointer, arg1 unsafe.Pointer) unsafe.Pointer

SubDurationFromAbsolute.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1501261-subdurationfromabsolute

func SubNanosecondsFromAbsolute deprecated

func SubNanosecondsFromAbsolute(arg0 Nanoseconds, arg1 unsafe.Pointer) unsafe.Pointer

SubNanosecondsFromAbsolute.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1501240-subnanosecondsfromabsolute

func SysError deprecated

func SysError(arg0 int16)

SysError.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1559937-syserror

func TECClearConverterContextInfo

func TECClearConverterContextInfo(arg0 TECObjectRef) int32

TECClearConverterContextInfo resets a converter object to its initial state so youcan reuse it.

See: https://developer.apple.com/documentation/coreservices/1571844-tecclearconvertercontextinfo

func TECClearSnifferContextInfo

func TECClearSnifferContextInfo(arg0 TECSnifferObjectRef) int32

TECClearSnifferContextInfo resets a sniffer object to its initial settings so youcan reuse it.

See: https://developer.apple.com/documentation/coreservices/1571850-tecclearsniffercontextinfo

func TECConvertText

func TECConvertText(arg0 TECObjectRef, arg1 ConstTextPtr, arg2 uintptr, arg3 uintptr, arg4 TextPtr, arg5 uintptr, arg6 uintptr) int32

TECConvertText converts a stream of text from a source encoding to adestination encoding.

See: https://developer.apple.com/documentation/coreservices/1571824-tecconverttext

func TECConvertTextToMultipleEncodings

func TECConvertTextToMultipleEncodings(arg0 TECObjectRef, arg1 ConstTextPtr, arg2 uintptr, arg3 uintptr, arg4 TextPtr, arg5 uintptr, arg6 uintptr, arg7 TextEncodingRun, arg8 uintptr, arg9 uintptr) int32

TECConvertTextToMultipleEncodings converts text in the source encoding to runs of text inmultiple destination encodings.

See: https://developer.apple.com/documentation/coreservices/1571849-tecconverttexttomultipleencoding

func TECCountAvailableSniffers

func TECCountAvailableSniffers(arg0 uintptr) int32

TECCountAvailableSniffers counts and returns the number of sniffers available inall installed plug-ins.

See: https://developer.apple.com/documentation/coreservices/1571795-teccountavailablesniffers

func TECCountAvailableTextEncodings

func TECCountAvailableTextEncodings(arg0 uintptr) int32

TECCountAvailableTextEncodings counts and returns the number of text encodings currentlyconfigured in the Text Encoding Converter.

See: https://developer.apple.com/documentation/coreservices/1571853-teccountavailabletextencodings

func TECCountDestinationTextEncodings

func TECCountDestinationTextEncodings(arg0 TextEncoding, arg1 uintptr) int32

TECCountDestinationTextEncodings counts and returns the number of destination encodingsto which a specified source encoding can be converted in one step.

See: https://developer.apple.com/documentation/coreservices/1571805-teccountdestinationtextencodings

func TECCountDirectTextEncodingConversions

func TECCountDirectTextEncodingConversions(arg0 uintptr) int32

TECCountDirectTextEncodingConversions counts and returns the number of direct conversions currentlyconfigured in the Text Encoding Converter.

See: https://developer.apple.com/documentation/coreservices/1571822-teccountdirecttextencodingconver

func TECCountMailTextEncodings

func TECCountMailTextEncodings(arg0 unsafe.Pointer, arg1 uintptr) int32

TECCountMailTextEncodings counts and returns the number of currently supported e-mailencodings for a specified region.

See: https://developer.apple.com/documentation/coreservices/1571826-teccountmailtextencodings

func TECCountSubTextEncodings

func TECCountSubTextEncodings(arg0 TextEncoding, arg1 uintptr) int32

TECCountSubTextEncodings counts and returns the number of subencodings a text encodingsupports.

See: https://developer.apple.com/documentation/coreservices/1571820-teccountsubtextencodings

func TECCountWebTextEncodings

func TECCountWebTextEncodings(arg0 unsafe.Pointer, arg1 uintptr) int32

TECCountWebTextEncodings counts and returns the number of currently supported textencodings for a region code.

See: https://developer.apple.com/documentation/coreservices/1571837-teccountwebtextencodings

func TECCreateConverter

func TECCreateConverter(arg0 TECObjectRef, arg1 TextEncoding, arg2 TextEncoding) int32

TECCreateConverter determines a conversion path for a source and destinationencoding, then creates a text encoding converter object and returnsa pointer to it.

See: https://developer.apple.com/documentation/coreservices/1571815-teccreateconverter

func TECCreateConverterFromPath

func TECCreateConverterFromPath(arg0 TECObjectRef, arg1 TextEncoding, arg2 uintptr) int32

TECCreateConverterFromPath creates a converter object for a specific conversion path—froma source encoding through intermediate encodings to a destinationencoding—and returns a pointer to it.

See: https://developer.apple.com/documentation/coreservices/1571829-teccreateconverterfrompath

func TECCreateOneToManyConverter

func TECCreateOneToManyConverter(arg0 TECObjectRef, arg1 TextEncoding, arg2 uintptr, arg3 TextEncoding) int32

TECCreateOneToManyConverter determines a conversion path for the source encoding anddestinations encodings you specify, creates a text encoding converterobject, and returns a reference to it.

See: https://developer.apple.com/documentation/coreservices/1571794-teccreateonetomanyconverter

func TECCreateSniffer

func TECCreateSniffer(arg0 TECSnifferObjectRef, arg1 TextEncoding, arg2 uintptr) int32

TECCreateSniffer creates a sniffer object and returns a reference to it.

See: https://developer.apple.com/documentation/coreservices/1571832-teccreatesniffer

func TECDisposeConverter

func TECDisposeConverter(arg0 TECObjectRef) int32

TECDisposeConverter disposes of a converter object.

See: https://developer.apple.com/documentation/coreservices/1571839-tecdisposeconverter

func TECDisposeSniffer

func TECDisposeSniffer(arg0 TECSnifferObjectRef) int32

TECDisposeSniffer disposes of a sniffer object.

See: https://developer.apple.com/documentation/coreservices/1571854-tecdisposesniffer

func TECFlushMultipleEncodings

func TECFlushMultipleEncodings(arg0 TECObjectRef, arg1 TextPtr, arg2 uintptr, arg3 uintptr, arg4 TextEncodingRun, arg5 uintptr, arg6 uintptr) int32

TECFlushMultipleEncodings flushes out any encodings that may be stored in a converterobject’s temporary buffers and shifts encodings back to theirdefault state, if any.

See: https://developer.apple.com/documentation/coreservices/1571842-tecflushmultipleencodings

func TECFlushText

func TECFlushText(arg0 TECObjectRef, arg1 TextPtr, arg2 uintptr, arg3 uintptr) int32

TECFlushText flushes out any data in a converter object’s temporarybuffers and resets the converter object.

See: https://developer.apple.com/documentation/coreservices/1571848-tecflushtext

func TECGetAvailableSniffers

func TECGetAvailableSniffers(arg0 TextEncoding, arg1 uintptr, arg2 uintptr) int32

TECGetAvailableSniffers returns the list of sniffers available in all installedplug-ins.

See: https://developer.apple.com/documentation/coreservices/1571841-tecgetavailablesniffers

func TECGetAvailableTextEncodings

func TECGetAvailableTextEncodings(arg0 TextEncoding, arg1 uintptr, arg2 uintptr) int32

TECGetAvailableTextEncodings returns the text encoding specifications currently configuredin the Text Encoding Converter.

See: https://developer.apple.com/documentation/coreservices/1571819-tecgetavailabletextencodings

func TECGetDestinationTextEncodings

func TECGetDestinationTextEncodings(arg0 TextEncoding, arg1 TextEncoding, arg2 uintptr, arg3 uintptr) int32

TECGetDestinationTextEncodings returns the encoding specifications for all the destinationtext encodings to which the Text Encoding Converter can directlyconvert the specified source encoding.

See: https://developer.apple.com/documentation/coreservices/1571808-tecgetdestinationtextencodings

func TECGetDirectTextEncodingConversions

func TECGetDirectTextEncodingConversions(arg0 TECConversionInfo, arg1 uintptr, arg2 uintptr) int32

TECGetDirectTextEncodingConversions returns the types of direct conversions currently configuredin the Text Encoding Converter.

See: https://developer.apple.com/documentation/coreservices/1571834-tecgetdirecttextencodingconversi

func TECGetEncodingList

func TECGetEncodingList(arg0 TECObjectRef, arg1 uintptr, arg2 uintptr) int32

TECGetEncodingList gets the list of destination encodings from a converterobject.

See: https://developer.apple.com/documentation/coreservices/1571830-tecgetencodinglist

func TECGetInfo

func TECGetInfo(arg0 TECInfoHandle) int32

TECGetInfo allocates a converter information structure of type TECInfo inthe application heap using NewHandle,fills it out, and returns a handle.

See: https://developer.apple.com/documentation/coreservices/1400430-tecgetinfo

func TECGetMailTextEncodings

func TECGetMailTextEncodings(arg0 unsafe.Pointer, arg1 TextEncoding, arg2 uintptr, arg3 uintptr) int32

TECGetMailTextEncodings returns the currently supported mail encoding specificationsfor a region code.

See: https://developer.apple.com/documentation/coreservices/1571845-tecgetmailtextencodings

func TECGetSubTextEncodings

func TECGetSubTextEncodings(arg0 TextEncoding, arg1 TextEncoding, arg2 uintptr, arg3 uintptr) int32

TECGetSubTextEncodings returns the text encoding specifications for the subencodingsthe encoding scheme supports.

See: https://developer.apple.com/documentation/coreservices/1571796-tecgetsubtextencodings

func TECGetTextEncodingFromInternetName

func TECGetTextEncodingFromInternetName(arg0 TextEncoding, arg1 unsafe.Pointer) int32

TECGetTextEncodingFromInternetName returns the Mac OS text encoding specification that correspondsto an Internet encoding name.

See: https://developer.apple.com/documentation/coreservices/1571825-tecgettextencodingfrominternetna

func TECGetTextEncodingInternetName

func TECGetTextEncodingInternetName(arg0 TextEncoding, arg1 unsafe.Pointer) int32

TECGetTextEncodingInternetName returns the Internet encoding name that corresponds toa Mac OS text encoding.

See: https://developer.apple.com/documentation/coreservices/1571851-tecgettextencodinginternetname

func TECGetWebTextEncodings

func TECGetWebTextEncodings(arg0 unsafe.Pointer, arg1 TextEncoding, arg2 uintptr, arg3 uintptr) int32

TECGetWebTextEncodings returns the currently supported text encoding specificationsfor a region code.

See: https://developer.apple.com/documentation/coreservices/1571798-tecgetwebtextencodings

func TECSniffTextEncoding

func TECSniffTextEncoding(arg0 TECSnifferObjectRef, arg1 ConstTextPtr, arg2 uintptr, arg3 TextEncoding, arg4 uintptr, arg5 uintptr, arg6 uintptr, arg7 uintptr, arg8 uintptr) int32

TECSniffTextEncoding analyzes a text stream and returns the probable encodingsin a ranked list, based on an array of possible encodings you supply.It also returns the number of errors and features for each encoding.

See: https://developer.apple.com/documentation/coreservices/1571836-tecsnifftextencoding

func TaskLevel deprecated

func TaskLevel() uint32

TaskLevel.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1517734-tasklevel

func TempNewHandle deprecated

func TempNewHandle(arg0 corefoundation.CGSize, arg1 int16) objectivec.IObject

TempNewHandle.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1506376-tempnewhandle

func TestAndClear deprecated

func TestAndClear(arg0 uint32, arg1 uint8) bool

TestAndClear.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1490573-testandclear

func TestAndSet deprecated

func TestAndSet(arg0 uint32, arg1 uint8) bool

TestAndSet.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1490582-testandset

func ThreadBeginCritical deprecated

func ThreadBeginCritical() int16

ThreadBeginCritical.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1574258-threadbegincritical

func ThreadCurrentStackSpace deprecated

func ThreadCurrentStackSpace(arg0 ThreadID, arg1 uintptr) int16

ThreadCurrentStackSpace.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1574269-threadcurrentstackspace

func ThreadEndCritical deprecated

func ThreadEndCritical() int16

ThreadEndCritical.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1574230-threadendcritical

func TickCount deprecated

func TickCount() uint32

TickCount.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1533365-tickcount

func TruncateForTextToUnicode

func TruncateForTextToUnicode(arg0 ConstTextToUnicodeInfo, arg1 uintptr, arg2 unsafe.Pointer, arg3 uintptr, arg4 uintptr) int32

TruncateForTextToUnicode identifies where your application can safely break a multibytestring to be converted to Unicode so that the string is not brokenin the middle of a multibyte character.

See: https://developer.apple.com/documentation/coreservices/1433518-truncatefortexttounicode

func TruncateForUnicodeToText

func TruncateForUnicodeToText(arg0 ConstUnicodeToTextInfo, arg1 uintptr, arg2 uint16, arg3 uintptr, arg4 uintptr, arg5 uintptr) int32

TruncateForUnicodeToText identifies where your application can safely break a Unicodestring to be converted to any encoding so that the string is brokenin a way that preserves the text element integrity.

See: https://developer.apple.com/documentation/coreservices/1433649-truncateforunicodetotext

func U64Compare deprecated

func U64Compare(arg0 uint64, arg1 uint64) int32

U64Compare.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1536343-u64compare

func UCCompareCollationKeys

func UCCompareCollationKeys(key1Ptr *UCCollationValue, key1Length unsafe.Pointer, key2Ptr *UCCollationValue, key2Length unsafe.Pointer, equivalent unsafe.Pointer, order *uintptr) int32

UCCompareCollationKeys uses collation keys to compare Unicode strings.

See: https://developer.apple.com/documentation/coreservices/1390378-uccomparecollationkeys

func UCCompareText

func UCCompareText(collatorRef CollatorRef, text1Ptr *uint16, text1Length unsafe.Pointer, text2Ptr *uint16, text2Length unsafe.Pointer, equivalent unsafe.Pointer, order *uintptr) int32

UCCompareText uses locale-specific collation information to compare Unicode strings.

See: https://developer.apple.com/documentation/coreservices/1390642-uccomparetext

func UCCompareTextDefault

func UCCompareTextDefault(options UCCollateOptions, text1Ptr *uint16, text1Length unsafe.Pointer, text2Ptr *uint16, text2Length unsafe.Pointer, equivalent unsafe.Pointer, order *uintptr) int32

UCCompareTextDefault uses the default system locale to compare Unicode strings.

See: https://developer.apple.com/documentation/coreservices/1390472-uccomparetextdefault

func UCCompareTextNoLocale

func UCCompareTextNoLocale(options UCCollateOptions, text1Ptr *uint16, text1Length unsafe.Pointer, text2Ptr *uint16, text2Length unsafe.Pointer, equivalent unsafe.Pointer, order *uintptr) int32

UCCompareTextNoLocale uses a fixed, locale-insensitive order to compare Unicode strings.

See: https://developer.apple.com/documentation/coreservices/1390513-uccomparetextnolocale

func UCCreateCollator

func UCCreateCollator(locale LocaleRef, opVariant LocaleOperationVariant, options UCCollateOptions, collatorRef *CollatorRef) int32

UCCreateCollator creates an object encapsulating locale and collation information, for the purpose of performing Unicode string comparison.

See: https://developer.apple.com/documentation/coreservices/1390403-uccreatecollator

func UCDisposeCollator

func UCDisposeCollator(collatorRef *CollatorRef) int32

UCDisposeCollator disposes a collator object.

See: https://developer.apple.com/documentation/coreservices/1390435-ucdisposecollator

func UCGetCharProperty

func UCGetCharProperty(arg0 uint16, arg1 uint, arg2 UCCharPropertyType, arg3 UCCharPropertyValue) int32

UCGetCharProperty obtains the value associated with a property type forthe specified [UniChar] characters.

See: https://developer.apple.com/documentation/coreservices/1400224-ucgetcharproperty

func UCGetCollationKey

func UCGetCollationKey(collatorRef CollatorRef, textPtr *uint16, textLength unsafe.Pointer, maxKeySize unsafe.Pointer, actualKeySize unsafe.Pointer, collationKey *UCCollationValue) int32

UCGetCollationKey uses locale-specific collation information to generate a collation key for a Unicode string.

See: https://developer.apple.com/documentation/coreservices/1390468-ucgetcollationkey

func UCGetUnicodeScalarValueForSurrogatePair

func UCGetUnicodeScalarValueForSurrogatePair(arg0 uint16, arg1 uint16) unsafe.Pointer

UCGetUnicodeScalarValueForSurrogatePair.

See: https://developer.apple.com/documentation/coreservices/1399615-ucgetunicodescalarvalueforsurrog

func UCKeyTranslate

func UCKeyTranslate(keyLayoutPtr unsafe.Pointer, virtualKeyCode uint16, keyAction uint16, modifierKeyState uint32, keyboardType uint32, keyTranslateOptions uintptr, deadKeyState *uint32, maxStringLength unsafe.Pointer, actualStringLength unsafe.Pointer, unicodeString *uint16) int32

UCKeyTranslate converts a combination of a virtual key code, a modifier key state, and a dead-key state into a string of one or more Unicode characters.

See: https://developer.apple.com/documentation/coreservices/1390584-uckeytranslate

func UCTypeSelectFindItem

func UCTypeSelectFindItem(ref UCTypeSelectRef, listSize uint32, listDataPtr unsafe.Pointer, refcon uintptr, userUPP IndexToUCStringUPP, closestItem *uint32) int32

UCTypeSelectFindItem.

See: https://developer.apple.com/documentation/coreservices/1390368-uctypeselectfinditem

func UCTypeSelectWalkList

func UCTypeSelectWalkList(ref UCTypeSelectRef, currSelect corefoundation.CFStringRef, direction UCTSWalkDirection, listSize uint32, listDataPtr unsafe.Pointer, refcon uintptr, userUPP IndexToUCStringUPP, closestItem *uint32) int32

UCTypeSelectWalkList.

See: https://developer.apple.com/documentation/coreservices/1390442-uctypeselectwalklist

func UTCreateStringForOSType deprecated

func UTCreateStringForOSType(inOSType uint32) corefoundation.CFStringRef

UTCreateStringForOSType encodes an [OSType] into a string suitable for use as a tag argument.

Deprecated: Deprecated since macOS 12.0.

See: https://developer.apple.com/documentation/coreservices/1442804-utcreatestringforostype

func UTGetOSTypeFromString deprecated

func UTGetOSTypeFromString(inString corefoundation.CFStringRef) uint32

UTGetOSTypeFromString decodes a tag string into an OSType.

Deprecated: Deprecated since macOS 12.0.

See: https://developer.apple.com/documentation/coreservices/1450472-utgetostypefromstring

func UTTypeConformsTo deprecated

func UTTypeConformsTo(inUTI corefoundation.CFStringRef, inConformsToUTI corefoundation.CFStringRef) bool

UTTypeConformsTo returns whether a uniform type identifier conforms to another uniform type identifier.

Deprecated: Deprecated since macOS 12.0.

See: https://developer.apple.com/documentation/coreservices/1444079-uttypeconformsto

func UTTypeCopyAllTagsWithClass deprecated

func UTTypeCopyAllTagsWithClass(inUTI corefoundation.CFStringRef, inTagClass corefoundation.CFStringRef) corefoundation.CFArrayRef

UTTypeCopyAllTagsWithClass.

Deprecated: Deprecated since macOS 12.0.

See: https://developer.apple.com/documentation/coreservices/1448473-uttypecopyalltagswithclass

func UTTypeCopyDeclaration deprecated

func UTTypeCopyDeclaration(inUTI corefoundation.CFStringRef) corefoundation.CFDictionaryRef

UTTypeCopyDeclaration returns a uniform type’s declaration.

Deprecated: Deprecated since macOS 12.0.

See: https://developer.apple.com/documentation/coreservices/1442505-uttypecopydeclaration

func UTTypeCopyDeclaringBundleURL deprecated

func UTTypeCopyDeclaringBundleURL(inUTI corefoundation.CFStringRef) corefoundation.CFURLRef

UTTypeCopyDeclaringBundleURL returns the location of a bundle containing the declaration for a type.

Deprecated: Deprecated since macOS 11.0.

See: https://developer.apple.com/documentation/coreservices/1447781-uttypecopydeclaringbundleurl

func UTTypeCopyDescription deprecated

func UTTypeCopyDescription(inUTI corefoundation.CFStringRef) corefoundation.CFStringRef

UTTypeCopyDescription returns the localized, user-readable type description string associated with a uniform type identifier.

Deprecated: Deprecated since macOS 12.0.

See: https://developer.apple.com/documentation/coreservices/1448514-uttypecopydescription

func UTTypeCopyPreferredTagWithClass deprecated

func UTTypeCopyPreferredTagWithClass(inUTI corefoundation.CFStringRef, inTagClass corefoundation.CFStringRef) corefoundation.CFStringRef

UTTypeCopyPreferredTagWithClass translates a uniform type identifier to a list of tags in a different type classification method.

Deprecated: Deprecated since macOS 12.0.

See: https://developer.apple.com/documentation/coreservices/1442744-uttypecopypreferredtagwithclass

func UTTypeCreateAllIdentifiersForTag deprecated

func UTTypeCreateAllIdentifiersForTag(inTagClass corefoundation.CFStringRef, inTag corefoundation.CFStringRef, inConformingToUTI corefoundation.CFStringRef) corefoundation.CFArrayRef

UTTypeCreateAllIdentifiersForTag creates an array of all uniform type identifiers for the type indicated by the specified tag.

Deprecated: Deprecated since macOS 12.0.

See: https://developer.apple.com/documentation/coreservices/1447261-uttypecreateallidentifiersfortag

func UTTypeCreatePreferredIdentifierForTag deprecated

func UTTypeCreatePreferredIdentifierForTag(inTagClass corefoundation.CFStringRef, inTag corefoundation.CFStringRef, inConformingToUTI corefoundation.CFStringRef) corefoundation.CFStringRef

UTTypeCreatePreferredIdentifierForTag creates a uniform type identifier for the type indicated by the specified tag.

Deprecated: Deprecated since macOS 12.0.

See: https://developer.apple.com/documentation/coreservices/1448939-uttypecreatepreferredidentifierf

func UTTypeEqual deprecated

func UTTypeEqual(inUTI1 corefoundation.CFStringRef, inUTI2 corefoundation.CFStringRef) bool

UTTypeEqual returns whether two uniform type identifiers are equal.

Deprecated: Deprecated since macOS 12.0.

See: https://developer.apple.com/documentation/coreservices/1447783-uttypeequal

func UTTypeIsDeclared deprecated

func UTTypeIsDeclared(inUTI corefoundation.CFStringRef) bool

UTTypeIsDeclared.

Deprecated: Deprecated since macOS 12.0.

See: https://developer.apple.com/documentation/coreservices/1450352-uttypeisdeclared

func UTTypeIsDynamic deprecated

func UTTypeIsDynamic(inUTI corefoundation.CFStringRef) bool

UTTypeIsDynamic.

Deprecated: Deprecated since macOS 12.0.

See: https://developer.apple.com/documentation/coreservices/1442980-uttypeisdynamic

func UncaptureComponent deprecated

func UncaptureComponent(arg0 Component) int16

UncaptureComponent allows your component to uncapture a previously captured component.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516646-uncapturecomponent

func UnflattenCollection deprecated

func UnflattenCollection(arg0 Collection, arg1 CollectionFlattenUPP) int16

UnflattenCollection.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551348-unflattencollection

func UnflattenCollectionFromHdl deprecated

func UnflattenCollectionFromHdl(arg0 Collection, arg1 uintptr) int16

UnflattenCollectionFromHdl.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551400-unflattencollectionfromhdl

func UnregisterComponent deprecated

func UnregisterComponent(arg0 Component) int16

UnregisterComponent removes a component from the Component Manager’s registration list.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516645-unregistercomponent

func UnregisterIconRef deprecated

func UnregisterIconRef(creator uint32, iconType uint32) int16

UnregisterIconRef.

Deprecated: Deprecated since macOS 10.13.

See: https://developer.apple.com/documentation/coreservices/1444660-unregistericonref

func UnsignedFixedMulDiv deprecated

func UnsignedFixedMulDiv(arg0 unsafe.Pointer, arg1 unsafe.Pointer, arg2 unsafe.Pointer) unsafe.Pointer

UnsignedFixedMulDiv.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1409276-unsignedfixedmuldiv

func UpTime deprecated

func UpTime() unsafe.Pointer

UpTime.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1501237-uptime

func UpdateIconRef deprecated

func UpdateIconRef(theIconRef uintptr) int16

UpdateIconRef.

Deprecated: Deprecated since macOS 10.15.

See: https://developer.apple.com/documentation/coreservices/1445921-updateiconref

func UpdateResFile deprecated

func UpdateResFile(arg0 ResFileRefNum)

UpdateResFile.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529379-updateresfile

func UpdateSystemActivity deprecated

func UpdateSystemActivity(arg0 uint8) int16

UpdateSystemActivity.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1427505-updatesystemactivity

func UpgradeScriptInfoToTextEncoding

func UpgradeScriptInfoToTextEncoding(arg0 unsafe.Pointer, arg1 unsafe.Pointer, arg2 unsafe.Pointer, arg3 unsafe.Pointer, arg4 TextEncoding) int32

UpgradeScriptInfoToTextEncoding converts any combination of a Mac OS script code, a languagecode, a region code, and a font name to a text encoding.

See: https://developer.apple.com/documentation/coreservices/1399625-upgradescriptinfototextencoding

func UseResFile deprecated

func UseResFile(arg0 ResFileRefNum)

UseResFile.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529268-useresfile

func VAEBuildAppleEvent

func VAEBuildAppleEvent(theClass uint32, theID uint32, addressType uint32, addressData unsafe.Pointer, addressLength corefoundation.CGSize, returnID unsafe.Pointer, transactionID unsafe.Pointer, resultEvt *AEDesc, err unsafe.Pointer, paramsFmt string, args unsafe.Pointer) int32

VAEBuildAppleEvent allows you to encapsulate calls to AEBuildAppleEvent in a wrapper routine.

See: https://developer.apple.com/documentation/coreservices/1441729-vaebuildappleevent

func VAEBuildDesc

func VAEBuildDesc(dst unsafe.Pointer, err unsafe.Pointer, src string, args unsafe.Pointer) int32

VAEBuildDesc allows you to encapsulate calls to AEBuildDesc in your own wrapper routines.

See: https://developer.apple.com/documentation/coreservices/1446775-vaebuilddesc

func VAEBuildParameters

func VAEBuildParameters(event *AEDesc, err unsafe.Pointer, format string, args unsafe.Pointer) int32

VAEBuildParameters allows you to encapsulate calls to AEBuildParameters in your own `stdarg`-style wrapper routines, using techniques similar to those allowed by vsprintf.

See: https://developer.apple.com/documentation/coreservices/1448040-vaebuildparameters

func WSGetCFTypeIDFromWSTypeID deprecated

func WSGetCFTypeIDFromWSTypeID(arg0 WSTypeID) uint

WSGetCFTypeIDFromWSTypeID gets the CFType associated with a given WSType

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1508451-wsgetcftypeidfromwstypeid

func WSMethodInvocationAddDeserializationOverride deprecated

func WSMethodInvocationAddDeserializationOverride(arg0 WSMethodInvocationRef, arg1 corefoundation.CFStringRef, arg2 corefoundation.CFStringRef, arg3 unsafe.Pointer, arg4 WSClientContext)

WSMethodInvocationAddDeserializationOverride specifies a callback to be made when parsing the XML in a method response.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1576436-wsmethodinvocationadddeserializa

func WSMethodInvocationAddSerializationOverride deprecated

func WSMethodInvocationAddSerializationOverride(arg0 WSMethodInvocationRef, arg1 uint, arg2 unsafe.Pointer, arg3 WSClientContext)

WSMethodInvocationAddSerializationOverride specifies a callback to be made when creating the XML for an method invocation.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1576435-wsmethodinvocationaddserializati

func WSMethodInvocationCopyParameters deprecated

func WSMethodInvocationCopyParameters(arg0 WSMethodInvocationRef, arg1 corefoundation.CFArrayRef) corefoundation.CFDictionaryRef

WSMethodInvocationCopyParameters creates a copy of the parameters dictionary and sets the order in an array.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1576399-wsmethodinvocationcopyparameters

func WSMethodInvocationCopyProperty deprecated

func WSMethodInvocationCopyProperty(arg0 WSMethodInvocationRef, arg1 corefoundation.CFStringRef) corefoundation.CFTypeRef

WSMethodInvocationCopyProperty creates a copy of a named property of the invocation reference.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1576432-wsmethodinvocationcopyproperty

func WSMethodInvocationCopySerialization deprecated

func WSMethodInvocationCopySerialization(arg0 WSMethodInvocationRef) corefoundation.CFDataRef

WSMethodInvocationCopySerialization creates an XML serialization of a method invocation.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1576441-wsmethodinvocationcopyserializat

func WSMethodInvocationGetTypeID deprecated

func WSMethodInvocationGetTypeID() uint

WSMethodInvocationGetTypeID returns the type ID of the current method invocation.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1576434-wsmethodinvocationgettypeid

func WSMethodInvocationInvoke deprecated

func WSMethodInvocationInvoke(arg0 WSMethodInvocationRef) corefoundation.CFDictionaryRef

WSMethodInvocationInvoke invokes an web services operation synchronously.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1576428-wsmethodinvocationinvoke

func WSMethodInvocationScheduleWithRunLoop deprecated

func WSMethodInvocationScheduleWithRunLoop(arg0 WSMethodInvocationRef, arg1 corefoundation.CFRunLoopRef, arg2 corefoundation.CFStringRef)

WSMethodInvocationScheduleWithRunLoop schedule a method invocation for asynchronous execution on a run loop.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1576408-wsmethodinvocationschedulewithru

func WSMethodInvocationSetCallBack deprecated

func WSMethodInvocationSetCallBack(arg0 WSMethodInvocationRef, arg1 unsafe.Pointer, arg2 WSClientContext)

WSMethodInvocationSetCallBack set a callback to handle the response to an asynchronous method invocation.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1576439-wsmethodinvocationsetcallback

func WSMethodInvocationSetParameters deprecated

func WSMethodInvocationSetParameters(arg0 WSMethodInvocationRef, arg1 corefoundation.CFDictionaryRef, arg2 corefoundation.CFArrayRef)

WSMethodInvocationSetParameters set the parameter names, types, and order for a method invocation.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1576420-wsmethodinvocationsetparameters

func WSMethodInvocationSetProperty deprecated

func WSMethodInvocationSetProperty(arg0 WSMethodInvocationRef, arg1 corefoundation.CFStringRef, arg2 corefoundation.CFTypeRef)

WSMethodInvocationSetProperty sets a named property of the method invocation.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1576407-wsmethodinvocationsetproperty

func WSMethodInvocationUnscheduleFromRunLoop deprecated

func WSMethodInvocationUnscheduleFromRunLoop(arg0 WSMethodInvocationRef, arg1 corefoundation.CFRunLoopRef, arg2 corefoundation.CFStringRef)

WSMethodInvocationUnscheduleFromRunLoop unschedules a method invocation from a run loop.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1576409-wsmethodinvocationunschedulefrom

func WSMethodResultIsFault deprecated

func WSMethodResultIsFault(arg0 corefoundation.CFDictionaryRef) bool

WSMethodResultIsFault tests a method result dictionary for a fault condition.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1576401-wsmethodresultisfault

func WSProtocolHandlerCopyFaultDocument deprecated

WSProtocolHandlerCopyFaultDocument creates a Fault XML response for a given WSProtocolHandler and fault details dictionary.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1423449-wsprotocolhandlercopyfaultdocume

func WSProtocolHandlerCopyProperty deprecated

func WSProtocolHandlerCopyProperty(arg0 WSProtocolHandlerRef, arg1 corefoundation.CFStringRef) corefoundation.CFTypeRef

WSProtocolHandlerCopyProperty returns a copy of a property from a protocol handler reference.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1423436-wsprotocolhandlercopyproperty

func WSProtocolHandlerCopyReplyDictionary deprecated

func WSProtocolHandlerCopyReplyDictionary(arg0 WSProtocolHandlerRef, arg1 corefoundation.CFStringRef, arg2 corefoundation.CFDataRef) corefoundation.CFDictionaryRef

WSProtocolHandlerCopyReplyDictionary parses an incoming XML document as if it were the reply of a method.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1423441-wsprotocolhandlercopyreplydictio

func WSProtocolHandlerCopyReplyDocument deprecated

func WSProtocolHandlerCopyReplyDocument(arg0 WSProtocolHandlerRef, arg1 corefoundation.CFDictionaryRef, arg2 corefoundation.CFTypeRef) corefoundation.CFDataRef

WSProtocolHandlerCopyReplyDocument creates a Reply XML document for a given WS ProtocolHandler and context dictionary.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1423440-wsprotocolhandlercopyreplydocume

func WSProtocolHandlerCopyRequestDictionary deprecated

func WSProtocolHandlerCopyRequestDictionary(arg0 WSProtocolHandlerRef, arg1 corefoundation.CFDataRef) corefoundation.CFDictionaryRef

WSProtocolHandlerCopyRequestDictionary parses an incoming XML document for the method name and parameters.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1423451-wsprotocolhandlercopyrequestdict

func WSProtocolHandlerCopyRequestDocument deprecated

WSProtocolHandlerCopyRequestDocument creates an XML request for a given [WSProtocolHandler] and parameter list.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1423437-wsprotocolhandlercopyrequestdocu

func WSProtocolHandlerGetTypeID deprecated

func WSProtocolHandlerGetTypeID() uint

WSProtocolHandlerGetTypeID returns a [CFTypeID] for the current WSProtocolHandlerRef.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1423455-wsprotocolhandlergettypeid

func WSProtocolHandlerSetDeserializationOverride deprecated

func WSProtocolHandlerSetDeserializationOverride(arg0 WSProtocolHandlerRef, arg1 corefoundation.CFStringRef, arg2 corefoundation.CFStringRef, arg3 unsafe.Pointer, arg4 WSClientContext)

WSProtocolHandlerSetDeserializationOverride specifies a callback to be made when parsing an XML method response.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1423444-wsprotocolhandlersetdeserializat

func WSProtocolHandlerSetProperty deprecated

func WSProtocolHandlerSetProperty(arg0 WSProtocolHandlerRef, arg1 corefoundation.CFStringRef, arg2 corefoundation.CFTypeRef)

WSProtocolHandlerSetProperty sets a property in a specified protocol handler.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1423442-wsprotocolhandlersetproperty

func WSProtocolHandlerSetSerializationOverride deprecated

func WSProtocolHandlerSetSerializationOverride(arg0 WSProtocolHandlerRef, arg1 uint, arg2 unsafe.Pointer, arg3 WSClientContext)

WSProtocolHandlerSetSerializationOverride specifies a callback which will be called to produce the XML that represents the serialization of a given type ref.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1423438-wsprotocolhandlersetserializatio

func WideAdd deprecated

func WideAdd(arg0 unsafe.Pointer, arg1 unsafe.Pointer) objectivec.IObject

WideAdd.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1409245-wideadd

func WideBitShift deprecated

func WideBitShift(arg0 unsafe.Pointer, arg1 int32) objectivec.IObject

WideBitShift.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1409247-widebitshift

func WideCompare deprecated

func WideCompare(arg0 unsafe.Pointer, arg1 unsafe.Pointer) int16

WideCompare.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1409264-widecompare

func WideDivide deprecated

func WideDivide(arg0 unsafe.Pointer, arg1 int32, arg2 int32) int32

WideDivide.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1409233-widedivide

func WideMultiply deprecated

func WideMultiply(arg0 int32, arg1 int32, arg2 unsafe.Pointer) objectivec.IObject

WideMultiply.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1409273-widemultiply

func WideNegate deprecated

func WideNegate(arg0 unsafe.Pointer) objectivec.IObject

WideNegate.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1409221-widenegate

func WideShift deprecated

func WideShift(arg0 unsafe.Pointer, arg1 int32) objectivec.IObject

WideShift.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1409239-wideshift

func WideSquareRoot deprecated

func WideSquareRoot(arg0 unsafe.Pointer) uint32

WideSquareRoot.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1409227-widesquareroot

func WideSubtract deprecated

func WideSubtract(arg0 unsafe.Pointer, arg1 unsafe.Pointer) objectivec.IObject

WideSubtract.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1409210-widesubtract

func WideWideDivide deprecated

func WideWideDivide(arg0 unsafe.Pointer, arg1 int32, arg2 int32) objectivec.IObject

WideWideDivide.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1409265-widewidedivide

func WritePartialResource deprecated

func WritePartialResource(arg0 uintptr, arg1 int, arg2 int)

WritePartialResource.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529305-writepartialresource

func WriteResource deprecated

func WriteResource(arg0 uintptr)

WriteResource.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529291-writeresource

func X2Fix deprecated

func X2Fix(arg0 float64) objectivec.IObject

X2Fix.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1409237-x2fix

func X2Frac deprecated

func X2Frac(arg0 float64) unsafe.Pointer

X2Frac.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1409261-x2frac

func X80tod deprecated

func X80tod(arg0 unsafe.Pointer) float64

X80tod.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1492658-x80tod

func YieldToAnyThread deprecated

func YieldToAnyThread() int16

YieldToAnyThread.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1574238-yieldtoanythread

func YieldToThread deprecated

func YieldToThread(arg0 ThreadID) int16

YieldToThread.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1574240-yieldtothread

Types

type AEAddressDesc

type AEAddressDesc = AEDesc

AEAddressDesc is a descriptor that contains the address of an application, used to describe the target application for an Apple event.

See: https://developer.apple.com/documentation/coreservices/aeaddressdesc

type AEArrayData

type AEArrayData = unsafe.Pointer

AEArrayData is stores array information to be put into a descriptor listwith the AEPutArray functionor extracted from a descriptor list with the AEGetArray function.

See: https://developer.apple.com/documentation/coreservices/1443170-aearraydata

type AEArrayDataPointer

type AEArrayDataPointer = *AEArrayData

AEArrayDataPointer is a pointer to a union of type AEArrayData.

See: https://developer.apple.com/documentation/coreservices/aearraydatapointer

type AEArrayType

type AEArrayType = int8

AEArrayType is stores a value that specifies an array type.

See: https://developer.apple.com/documentation/coreservices/aearraytype

type AEBuildError

type AEBuildError struct {
	FError    uint32 // The error code. See [AEBuildErrorCode](<doc://com.apple.documentation/documentation/coreservices/aebuilderrorcode>) for alist of errors.
	FErrorPos uint32 // The character position where the parser detectedthe error.

}

C struct types AEBuildError - Defines a structure for storing additional error codeinformation for “AEBuild” routines.

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/aebuilderror

type AEBuildErrorCode

type AEBuildErrorCode = uint32

AEBuildErrorCode is represents syntax errors found by an Apple Event build routine.

See: https://developer.apple.com/documentation/coreservices/aebuilderrorcode

type AECoerceDescProcPtr

type AECoerceDescProcPtr = func(objectivec.IObject, uint32, uintptr, objectivec.IObject) int16

AECoerceDescProcPtr is defines a pointer to a function that coerces data stored in a descriptor. Your descriptor coercion callback function coerces the data from the passed descriptor to the specified type, returning the coerced data in a second descriptor.

See: https://developer.apple.com/documentation/coreservices/aecoercedescprocptr

type AECoerceDescUPP

type AECoerceDescUPP = unsafe.Pointer

AECoerceDescUPP is defines a data type for the universal procedure pointer for the AECoerceDescProcPtr callback function pointer.

See: https://developer.apple.com/documentation/coreservices/aecoercedescupp

func NewAECoerceDescUPP

func NewAECoerceDescUPP(userRoutine AECoerceDescProcPtr) AECoerceDescUPP

NewAECoerceDescUPP creates a new universal procedure pointer to a function that coerces data stored in a descriptor.

See: https://developer.apple.com/documentation/coreservices/1445885-newaecoercedescupp

type AECoercePtrProcPtr

AECoercePtrProcPtr is defines a pointer to a function that coerces data stored in a buffer. Your pointer coercion callback routine coerces the data from the passed buffer to the specified type, returning the coerced data in a descriptor.

See: https://developer.apple.com/documentation/coreservices/aecoerceptrprocptr

type AECoercePtrUPP

type AECoercePtrUPP = unsafe.Pointer

AECoercePtrUPP is defines a data type for the universal procedure pointer for the AECoercePtrProcPtr callback function pointer.

See: https://developer.apple.com/documentation/coreservices/aecoerceptrupp

func NewAECoercePtrUPP

func NewAECoercePtrUPP(userRoutine AECoercePtrProcPtr) AECoercePtrUPP

NewAECoercePtrUPP creates a new universal procedure pointer to a function that coerces data stored in a buffer.

See: https://developer.apple.com/documentation/coreservices/1449962-newaecoerceptrupp

type AECoercionHandlerUPP

type AECoercionHandlerUPP = unsafe.Pointer

AECoercionHandlerUPP is defines a data type for the universal procedure pointer for the AECoercionHandlerUPP callback function pointer.

See: https://developer.apple.com/documentation/coreservices/aecoercionhandlerupp

type AEDataStorage

type AEDataStorage = unsafe.Pointer

AEDataStorage is a pointer to an opaque data type that provides storage for an AEDesc descriptor.

See: https://developer.apple.com/documentation/coreservices/aedatastorage

type AEDataStorageType

type AEDataStorageType = unsafe.Pointer

AEDataStorageType is an opaque data type used to store data in Apple event descriptors.

See: https://developer.apple.com/documentation/coreservices/aedatastoragetype

type AEDesc

type AEDesc struct {
	DescriptorType uint32         // A four-character code of type [DescType](<doc://com.apple.documentation/documentation/coreservices/desctype>) that indicates the type ofdata in the structure. See [DescType](<doc://com.apple.documentation/documentation/coreservices/desctype>).
	DataHandle     unsafe.Pointer // An opaque storage type that points to the storagefor the descriptor data. Your application doesn’t access thisdata directly—rather, it calls one of the functions [AEGetDescDataSize(_:)](<doc://com.apple.documentation/documentation/coreservices/1450119-aegetdescdatasize>), [AEGetDescData(_:_:_:)](<doc://com.apple.documentation/documentation/coreservices/1444427-aegetdescdata>), or [AEReplaceDescData(_:_:_:_:)](<doc://com.apple.documentation/documentation/coreservices/1446695-aereplacedescdata>).See [AEDataStorage](<doc://com.apple.documentation/documentation/coreservices/aedatastorage>).

}

AEDesc - Stores data and an accompanying descriptor type to formthe basic building block of all Apple Events.

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/aedesc

type AEDescList

type AEDescList = AEDesc

AEDescList is a descriptor whose data consists of a list of one or more descriptors.

See: https://developer.apple.com/documentation/coreservices/aedesclist

type AEDisposeExternalProcPtr

type AEDisposeExternalProcPtr = func(unsafe.Pointer, corefoundation.CGSize, uintptr)

AEDisposeExternalProcPtr is defines a pointer to a function the Apple Event Manager calls to dispose of a descriptor created by the AECreateDescFromExternalPtr function. Your callback function disposes of the buffer you originally passed to that function.

See: https://developer.apple.com/documentation/coreservices/aedisposeexternalprocptr

type AEDisposeExternalUPP

type AEDisposeExternalUPP = unsafe.Pointer

AEDisposeExternalUPP is defines a universal procedure pointer to a function the Apple Event Manager calls to dispose of a descriptor created by the AECreateDescFromExternalPtr function.

See: https://developer.apple.com/documentation/coreservices/aedisposeexternalupp

func NewAEDisposeExternalUPP

func NewAEDisposeExternalUPP(userRoutine AEDisposeExternalProcPtr) AEDisposeExternalUPP

NewAEDisposeExternalUPP creates a new universal procedure pointer to a function that disposes of data stored in a buffer.

See: https://developer.apple.com/documentation/coreservices/1447774-newaedisposeexternalupp

type AEEventClass

type AEEventClass = uint32

AEEventClass is specifies the event class of an Apple event.

See: https://developer.apple.com/documentation/coreservices/aeeventclass

type AEEventHandlerProcPtr

type AEEventHandlerProcPtr = func(objectivec.IObject, objectivec.IObject, uintptr) int16

AEEventHandlerProcPtr is defines a pointer to a function that handles one or more Apple events. Your Apple event handler function performs any action requested by the Apple event, adds parameters to the reply Apple event if appropriate (possibly including error information), and returns a result code.

See: https://developer.apple.com/documentation/coreservices/aeeventhandlerprocptr

type AEEventHandlerUPP

type AEEventHandlerUPP = unsafe.Pointer

AEEventHandlerUPP is defines a data type for the universal procedure pointer for the AEEventHandlerUPP callback function pointer.

See: https://developer.apple.com/documentation/coreservices/aeeventhandlerupp

func NewAEEventHandlerUPP

func NewAEEventHandlerUPP(userRoutine AEEventHandlerProcPtr) AEEventHandlerUPP

NewAEEventHandlerUPP creates a new universal procedure pointer to an event handler function.

See: https://developer.apple.com/documentation/coreservices/1446862-newaeeventhandlerupp

type AEEventID

type AEEventID = uint32

AEEventID is specifies the event ID of an Apple event.

See: https://developer.apple.com/documentation/coreservices/aeeventid

type AEEventSource

type AEEventSource = int8

AEEventSource is a data type for values that specify how an Apple event was delivered.

See: https://developer.apple.com/documentation/coreservices/aeeventsource

type AEKeyDesc

type AEKeyDesc struct {
	DescKey     uint32 // A four-character code of type [AEKeyword](<doc://com.apple.documentation/documentation/coreservices/aekeyword>) that uniquely identifies thekey that is associated with the data in the structure. Some keywordconstants are described in [Keyword Attribute Constants](<doc://com.apple.documentation/documentation/coreservices/apple_events/1542920-keyword_attribute_constants>) and [Keyword Parameter Constants](<doc://com.apple.documentation/documentation/coreservices/apple_events/1527206-keyword_parameter_constants>).See [AEKeyword](<doc://com.apple.documentation/documentation/coreservices/aekeyword>).
	DescContent AEDesc // A descriptor of type [AEDesc](<doc://com.apple.documentation/documentation/coreservices/aedesc>) that stores the keyword descriptordata. See [AEDesc](<doc://com.apple.documentation/documentation/coreservices/aedesc>).

}

AEKeyDesc - Associates a keyword with a descriptor to form a keyword-specifieddescriptor.

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/aekeydesc

type AEKeyword

type AEKeyword = uint32

AEKeyword is a four-character code that uniquely identifies a descriptor in an Apple event record or an Apple event.

See: https://developer.apple.com/documentation/coreservices/aekeyword

type AERecord

type AERecord = unsafe.Pointer

AERecord is a descriptor whose data is a list of keyword-specified descriptors.

See: https://developer.apple.com/documentation/coreservices/aerecord

type AERemoteProcessResolverCallback

type AERemoteProcessResolverCallback = func(AERemoteProcessResolverRef, unsafe.Pointer)

AERemoteProcessResolverCallback is defines a pointer to a function the Apple Event Manager calls when the asynchronous execution of a remote process resolver completes, either due to success or failure, after a call to the AERemoteProcessResolverScheduleWithRunLoop function. Your callback function can use the reference passed to it to get the remote process information.

See: https://developer.apple.com/documentation/coreservices/aeremoteprocessresolvercallback

type AERemoteProcessResolverContext

type AERemoteProcessResolverContext struct {
	Version         int                                               // This should be set to zero (0).
	Info            unsafe.Pointer                                    // A pointer to arbitrary information. The pointeris retained and passed to the callback, allowing you to provideinformation to that routine.
	Retain          corefoundation.CFAllocatorRetainCallBack          // A prototype for a function callback that retainsthe specified data. Called on the info pointer. This field may be [NULL].
	Release         corefoundation.CFAllocatorReleaseCallBack         // A prototype for a function callback that releasesthe specified data. Called on the info pointer. This field may be [NULL].
	CopyDescription corefoundation.CFAllocatorCopyDescriptionCallBack // A prototype for a function callback that providesa description of the specified data. Called on the info pointer.This field may be [NULL].

}

AERemoteProcessResolverContext - Supplied as a parameter when performing asynchronous resolutionof remote processes.

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/aeremoteprocessresolvercontext

type AERemoteProcessResolverRef

type AERemoteProcessResolverRef uintptr

AERemoteProcessResolverRef is an opaque reference to an object that encapsulates the mechanism for obtaining a list of processes running on a remote machine.

See: https://developer.apple.com/documentation/coreservices/aeremoteprocessresolverref

func AECreateRemoteProcessResolver

func AECreateRemoteProcessResolver(allocator corefoundation.CFAllocatorRef, url corefoundation.CFURLRef) AERemoteProcessResolverRef

AECreateRemoteProcessResolver creates an object for resolving a list of remote processes.

See: https://developer.apple.com/documentation/coreservices/1445692-aecreateremoteprocessresolver

type AEReturnID

type AEReturnID = int16

AEReturnID is specifies a return ID for a created Apple event.

See: https://developer.apple.com/documentation/coreservices/aereturnid

type AESendMode

type AESendMode = int32

AESendMode is specify send preferences to the [AESend] function.

See: https://developer.apple.com/documentation/coreservices/aesendmode

type AESendPriority

type AESendPriority = int16

AESendPriority is specifies the processing priority for a sent Apple event.

See: https://developer.apple.com/documentation/coreservices/aesendpriority

type AEStreamRef

type AEStreamRef uintptr

AEStreamRef is an opaque data structure for storing stream-based descriptor data.

See: https://developer.apple.com/documentation/coreservices/aestreamref

func AEStreamCreateEvent

func AEStreamCreateEvent(clazz uint32, id uint32, targetType uint32, targetData unsafe.Pointer, targetLength corefoundation.CGSize, returnID unsafe.Pointer, transactionID unsafe.Pointer) AEStreamRef

AEStreamCreateEvent creates a new Apple event and opens a stream for writing data to it.

See: https://developer.apple.com/documentation/coreservices/1446562-aestreamcreateevent

func AEStreamOpen

func AEStreamOpen() AEStreamRef

AEStreamOpen opens a new AEStreamRef for use in building a descriptor.

See: https://developer.apple.com/documentation/coreservices/1447732-aestreamopen

func AEStreamOpenEvent

func AEStreamOpenEvent(event *AEDesc) AEStreamRef

AEStreamOpenEvent opens a stream for an existing Apple event.

See: https://developer.apple.com/documentation/coreservices/1445366-aestreamopenevent

type AETransactionID

type AETransactionID = int32

AETransactionID is specifies a transaction ID.

See: https://developer.apple.com/documentation/coreservices/aetransactionid

type AbortErr

type AbortErr int
const (
	AbortErrValue  AbortErr = -27
	BdNamErr       AbortErr = -37
	DceExtErr      AbortErr = -30
	DirFulErr      AbortErr = -33
	DskFulErr      AbortErr = -34
	EofErr         AbortErr = -39
	FLckdErr       AbortErr = -45
	FnOpnErr       AbortErr = -38
	FnfErr         AbortErr = -43
	GcrOnMFMErr    AbortErr = -400
	IIOAbortErr    AbortErr = -27
	IoErr          AbortErr = -36
	MFulErr        AbortErr = -41
	NotOpenErr     AbortErr = -28
	NsvErr         AbortErr = -35
	PosErr         AbortErr = -40
	SlotNumErr     AbortErr = -360
	TmfoErr        AbortErr = -42
	UnitTblFullErr AbortErr = -29
	WPrErr         AbortErr = -44
)

func (AbortErr) String

func (e AbortErr) String() string

type AeBuildSyntax

type AeBuildSyntax uint
const (
	// AeBuildSyntaxBadData: Bad data was found inside a variable argument list.
	AeBuildSyntaxBadData AeBuildSyntax = 12
	// AeBuildSyntaxBadDesc: An illegal descriptor was specified.
	AeBuildSyntaxBadDesc AeBuildSyntax = 11
	// AeBuildSyntaxBadEOF: An unexpected end of format string was encountered.
	AeBuildSyntaxBadEOF AeBuildSyntax = 2
	// AeBuildSyntaxBadHex: A hex string contained characters other than hexadecimal digits.
	AeBuildSyntaxBadHex AeBuildSyntax = 6
	// AeBuildSyntaxBadNegative: A minus sign “-” was not followed by digits.
	AeBuildSyntaxBadNegative AeBuildSyntax = 4
	// AeBuildSyntaxBadToken: An illegal character was specified.
	AeBuildSyntaxBadToken AeBuildSyntax = 1
	// AeBuildSyntaxCoercedList: Cannot coerce a list.
	AeBuildSyntaxCoercedList AeBuildSyntax = 18
	// AeBuildSyntaxMissingQuote: A string was not terminated by a closing quotation mark.
	AeBuildSyntaxMissingQuote AeBuildSyntax = 5
	// AeBuildSyntaxNoCloseBrace: A comma or closing brace “}” was expected.
	AeBuildSyntaxNoCloseBrace AeBuildSyntax = 15
	// AeBuildSyntaxNoCloseBracket: A comma or closing bracket “]” was expected.
	AeBuildSyntaxNoCloseBracket AeBuildSyntax = 14
	// AeBuildSyntaxNoCloseHex: A hex string was missing a “$” or “»” character.
	AeBuildSyntaxNoCloseHex AeBuildSyntax = 8
	// AeBuildSyntaxNoCloseParen: A data value was missing a closing parenthesis.
	AeBuildSyntaxNoCloseParen AeBuildSyntax = 13
	// AeBuildSyntaxNoCloseString: A string was missing a closing quote.
	AeBuildSyntaxNoCloseString AeBuildSyntax = 10
	// AeBuildSyntaxNoColon: In a descriptor, one of the keywords was not followed by a colon.
	AeBuildSyntaxNoColon AeBuildSyntax = 17
	// AeBuildSyntaxNoEOF: There were unexpected characters beyond the end of the format string.
	AeBuildSyntaxNoEOF AeBuildSyntax = 3
	// AeBuildSyntaxNoErr: No error.
	AeBuildSyntaxNoErr AeBuildSyntax = 0
	// AeBuildSyntaxNoKey: A keyword was missing from a descriptor.
	AeBuildSyntaxNoKey AeBuildSyntax = 16
	// AeBuildSyntaxOddHex: A hex string contained an odd number of digits.
	AeBuildSyntaxOddHex AeBuildSyntax = 7
	// AeBuildSyntaxUncoercedDoubleAt: You must coerce a “@@” substitution.
	AeBuildSyntaxUncoercedDoubleAt AeBuildSyntax = 19
	// AeBuildSyntaxUncoercedHex: A hex string must be coerced to a type.
	AeBuildSyntaxUncoercedHex AeBuildSyntax = 9
)

func (AeBuildSyntax) String

func (e AeBuildSyntax) String() string

type Afp

type Afp int
const (
	AfpAccessDenied       Afp = -5000
	AfpAlreadyLoggedInErr Afp = -5047
	AfpAlreadyMounted     Afp = -5062
	AfpAuthContinue       Afp = -5001
	AfpBadDirIDType       Afp = -5060
	AfpBadIDErr           Afp = -5039
	AfpBadUAM             Afp = -5002
	AfpBadVersNum         Afp = -5003
	AfpBitmapErr          Afp = -5004
	AfpCallNotAllowed     Afp = -5048
	AfpCallNotSupported   Afp = -5024
	AfpCantMountMoreSrvre Afp = -5061
	AfpCantMove           Afp = -5005
	AfpCantRename         Afp = -5028
	AfpCatalogChanged     Afp = -5037
	AfpContainsSharedErr  Afp = -5033
	AfpDenyConflict       Afp = -5006
	AfpDiffVolErr         Afp = -5036
	AfpDirNotEmpty        Afp = -5007
	AfpDirNotFound        Afp = -5029
	AfpDiskFull           Afp = -5008
	AfpEofError           Afp = -5009
	AfpFileBusy           Afp = -5010
	AfpFlatVol            Afp = -5011
	AfpIDExists           Afp = -5035
	AfpIDNotFound         Afp = -5034
	AfpIconTypeError      Afp = -5030
	AfpInsideSharedErr    Afp = -5043
	AfpInsideTrashErr     Afp = -5044
	AfpItemNotFound       Afp = -5012
	AfpLockErr            Afp = -5013
	AfpMiscErr            Afp = -5014
	AfpNoMoreLocks        Afp = -5015
	AfpNoServer           Afp = -5016
	AfpObjectExists       Afp = -5017
	AfpObjectLocked       Afp = -5032
	AfpObjectNotFound     Afp = -5018
	AfpObjectTypeErr      Afp = -5025
	AfpParmErr            Afp = -5019
	AfpPwdExpiredErr      Afp = -5042
	AfpPwdNeedsChangeErr  Afp = -5045
	AfpPwdPolicyErr       Afp = -5046
	AfpPwdSameErr         Afp = -5040
	AfpPwdTooShortErr     Afp = -5041
	AfpRangeNotLocked     Afp = -5020
	AfpRangeOverlap       Afp = -5021
	AfpSameNodeErr        Afp = -5063
	AfpSameObjectErr      Afp = -5038
	AfpServerGoingDown    Afp = -5027
	AfpSessClosed         Afp = -5022
	AfpTooManyFilesOpen   Afp = -5026
	AfpUserNotAuth        Afp = -5023
	AfpVolLocked          Afp = -5031
)

func (Afp) String

func (e Afp) String() string

type AliasHandle

type AliasHandle = unsafe.Pointer

AliasHandle is abst_AliasHandle.

See: https://developer.apple.com/documentation/coreservices/aliashandle

type AliasInfoType

type AliasInfoType = int16

AliasInfoType is defines the alias record information type used in the index parameter of [GetAliasInfo].

See: https://developer.apple.com/documentation/coreservices/aliasinfotype

type AliasRecord

type AliasRecord = unsafe.Pointer

AliasRecord is defines an alias record.

See: https://developer.apple.com/documentation/coreservices/aliasrecord

type AppleEvent

type AppleEvent = AEDesc

AppleEvent is a descriptor whose data is a list of descriptors containing both attributes and parameters that make up an Apple event.

See: https://developer.apple.com/documentation/coreservices/appleevent

type Asp

type Asp int
const (
	AspBadVersNum  Asp = -1066
	AspBufTooSmall Asp = -1067
	AspNoAck       Asp = -1075
	AspNoMoreSess  Asp = -1068
	AspNoServers   Asp = -1069
	AspParamErr    Asp = -1070
	AspServerBusy  Asp = -1071
	AspSessClosed  Asp = -1072
	AspSizeErr     Asp = -1073
	AspTooMany     Asp = -1074
)

func (Asp) String

func (e Asp) String() string

type BadComponent

type BadComponent uint
const (
	// BadComponentInstance: Invalid component  passed to Component Manager.
	BadComponentInstance BadComponent = 0
	// BadComponentSelector: Component does not support the specified request code.
	BadComponentSelector BadComponent = 0
)

func (BadComponent) String

func (e BadComponent) String() string

type BadDragRefErr

type BadDragRefErr int
const (
	BadDragFlavorErr          BadDragRefErr = -1852
	BadDragItemErr            BadDragRefErr = -1851
	BadDragRefErrValue        BadDragRefErr = -1850
	BadImageErr               BadDragRefErr = -1861
	BadImageRgnErr            BadDragRefErr = -1860
	CantGetFlavorErr          BadDragRefErr = -1854
	DragNotAcceptedErr        BadDragRefErr = -1857
	DuplicateFlavorErr        BadDragRefErr = -1853
	DuplicateHandlerErr       BadDragRefErr = -1855
	HandlerNotFoundErr        BadDragRefErr = -1856
	NoSuitableDisplaysErr     BadDragRefErr = -1859
	NonDragOriginatorErr      BadDragRefErr = -1862
	UnsupportedForPlatformErr BadDragRefErr = -1858
)

func (BadDragRefErr) String

func (e BadDragRefErr) String() string

type BadFolderDescErr

type BadFolderDescErr int
const (
	BadFolderDescErrValue  BadFolderDescErr = -4270
	BadRoutingSizeErr      BadFolderDescErr = -4276
	DuplicateFolderDescErr BadFolderDescErr = -4271
	DuplicateRoutingErr    BadFolderDescErr = -4274
	InvalidFolderTypeErr   BadFolderDescErr = -4273
	NoMoreFolderDescErr    BadFolderDescErr = -4272
	RoutingNotFoundErr     BadFolderDescErr = -4275
)

func (BadFolderDescErr) String

func (e BadFolderDescErr) String() string

type BigEndianFixed

type BigEndianFixed = unsafe.Pointer

BigEndianFixed is protects a big-endian Fixed value from being changed bylittle-endian code.

See: https://developer.apple.com/documentation/coreservices/bigendianfixed

type BigEndianLong

type BigEndianLong = unsafe.Pointer

BigEndianLong is protects a big-endian long value from being changed bylittle-endian code.

See: https://developer.apple.com/documentation/coreservices/bigendianlong

type BigEndianShort

type BigEndianShort = unsafe.Pointer

BigEndianShort is protects a big-endian short value from being changed bylittle-endian code.

See: https://developer.apple.com/documentation/coreservices/bigendianshort

type BigEndianUnsignedFixed

type BigEndianUnsignedFixed = unsafe.Pointer

BigEndianUnsignedFixed is protects a big-endian unsigned Fixed value from beingchanged by little-endian code.

See: https://developer.apple.com/documentation/coreservices/bigendianunsignedfixed

type BigEndianUnsignedLong

type BigEndianUnsignedLong = unsafe.Pointer

BigEndianUnsignedLong is protects a big-endian unsigned long value from being changedby little-endian code.

See: https://developer.apple.com/documentation/coreservices/bigendianunsignedlong

type BigEndianUnsignedShort

type BigEndianUnsignedShort = unsafe.Pointer

BigEndianUnsignedShort is protects a big-endian unsigned short value from beingchanged by little-endian code.

See: https://developer.apple.com/documentation/coreservices/bigendianunsignedshort

type Buf2SmallErr

type Buf2SmallErr int
const (
	AtpBadRsp         Buf2SmallErr = -3107
	AtpLenErr         Buf2SmallErr = -3106
	Buf2SmallErrValue Buf2SmallErr = -3101
	CkSumErr          Buf2SmallErr = -3103
	ExtractErr        Buf2SmallErr = -3104
	NoMPPErr          Buf2SmallErr = -3102
	ReadQErr          Buf2SmallErr = -3105
	RecNotFnd         Buf2SmallErr = -3108
	SktClosedErr      Buf2SmallErr = -3109
)

func (Buf2SmallErr) String

func (e Buf2SmallErr) String() string

type CDEFNFndConstants

type CDEFNFndConstants int
const (
	CDEFNFnd         CDEFNFndConstants = 88
	DsBadStartupDisk CDEFNFndConstants = 42
	DsHD20Installed  CDEFNFndConstants = -12
	DsNotThe1        CDEFNFndConstants = 31
	DsSystemFileErr  CDEFNFndConstants = 43
	ExUserBreak      CDEFNFndConstants = -492
	FsDSIntErr       CDEFNFndConstants = -127
	HMenuFindErr     CDEFNFndConstants = -127
	MBarNFnd         CDEFNFndConstants = -126
	StrUserBreak     CDEFNFndConstants = -491
	UserBreak        CDEFNFndConstants = -490
)

func (CDEFNFndConstants) String

func (e CDEFNFndConstants) String() string

type CMatchErr

type CMatchErr int
const (
	CDepthErr             CMatchErr = -157
	CDevErr               CMatchErr = -155
	CMatchErrValue        CMatchErr = -150
	CNoMemErr             CMatchErr = -152
	CProtectErr           CMatchErr = -154
	CRangeErr             CMatchErr = -153
	CResErr               CMatchErr = -156
	CTempMemErr           CMatchErr = -151
	CantLoadPickMethodErr CMatchErr = -11003
	ColorsRequestedErr    CMatchErr = -11004
	PictInfoIDErr         CMatchErr = -11001
	PictInfoVerbErr       CMatchErr = -11002
	PictInfoVersionErr    CMatchErr = -11000
	PictureDataErr        CMatchErr = -11005
	RgnTooBigErr          CMatchErr = -500
	UpdPixMemErr          CMatchErr = -125
)

func (CMatchErr) String

func (e CMatchErr) String() string

type CParagraph

type CParagraph uint
const (
	// CPICT: A PICT format figure.
	CPICT CParagraph = 'P'<<24 | 'I'<<16 | 'C'<<8 | 'T' // 'PICT'
	// CParagraphValue: A paragraph of text.
	CParagraphValue CParagraph = 'c'<<24 | 'p'<<16 | 'a'<<8 | 'r' // 'cpar'
	CPixel          CParagraph = 'c'<<24 | 'p'<<16 | 'x'<<8 | 'l' // 'cpxl'
	CPixelMap       CParagraph = 'c'<<24 | 'p'<<16 | 'i'<<8 | 'x' // 'cpix'
	CPolygon        CParagraph = 'c'<<24 | 'p'<<16 | 'g'<<8 | 'n' // 'cpgn'
	// CProperty: A property of any object class.
	CProperty    CParagraph = 'p'<<24 | 'r'<<16 | 'o'<<8 | 'p' // 'prop'
	CQDPoint     CParagraph = 'Q'<<24 | 'D'<<16 | 'p'<<8 | 't' // 'QDpt'
	CQDRectangle CParagraph = 'q'<<24 | 'd'<<16 | 'r'<<8 | 't' // 'qdrt'
	// CRGBColor: An RGB color value.
	CRGBColor         CParagraph = 'c'<<24 | 'R'<<16 | 'G'<<8 | 'B' // 'cRGB'
	CRectangle        CParagraph = 'c'<<24 | 'r'<<16 | 'e'<<8 | 'c' // 'crec'
	CRotation         CParagraph = 't'<<24 | 'r'<<16 | 'o'<<8 | 't' // 'trot'
	CRoundedRectangle CParagraph = 'c'<<24 | 'r'<<16 | 'r'<<8 | 'c' // 'crrc'
	CRow              CParagraph = 'c'<<24 | 'r'<<16 | 'o'<<8 | 'w' // 'crow'
	CSelection        CParagraph = 'c'<<24 | 's'<<16 | 'e'<<8 | 'l' // 'csel'
	CShortInteger     CParagraph = 's'<<24 | 'h'<<16 | 'o'<<8 | 'r' // 'shor'
	CTable            CParagraph = 'c'<<24 | 't'<<16 | 'b'<<8 | 'l' // 'ctbl'
	CText             CParagraph = 'c'<<24 | 't'<<16 | 'x'<<8 | 't' // 'ctxt'
	CTextFlow         CParagraph = 'c'<<24 | 'f'<<16 | 'l'<<8 | 'o' // 'cflo'
	CTextStyles       CParagraph = 't'<<24 | 's'<<16 | 't'<<8 | 'y' // 'tsty'
	CType             CParagraph = 't'<<24 | 'y'<<16 | 'p'<<8 | 'e' // 'type'
)

func (CParagraph) String

func (e CParagraph) String() string

type CSComponentsThreadMode

type CSComponentsThreadMode = uint32

See: https://developer.apple.com/documentation/coreservices/cscomponentsthreadmode

func CSGetComponentsThreadMode deprecated

func CSGetComponentsThreadMode() CSComponentsThreadMode

CSGetComponentsThreadMode indicates whether using thread-unsafe components is allowed in the current thread.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516409-csgetcomponentsthreadmode

type CSIdentityQueryClientContext

type CSIdentityQueryClientContext struct {
	Version             int
	Info                unsafe.Pointer
	RetainInfo          corefoundation.CFAllocatorRetainCallBack
	ReleaseInfo         corefoundation.CFAllocatorReleaseCallBack
	CopyInfoDescription corefoundation.CFAllocatorCopyDescriptionCallBack
	ReceiveEvent        unsafe.Pointer
}

CSIdentityQueryClientContext

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/csidentityqueryclientcontext

type CSIdentityQueryRef

type CSIdentityQueryRef uintptr

See: https://developer.apple.com/documentation/coreservices/csidentityqueryref

type CVersion

type CVersion uint
const (
	CVersionValue     CVersion = 'v'<<24 | 'e'<<16 | 'r'<<8 | 's' // 'vers'
	CWindow           CVersion = 'c'<<24 | 'w'<<16 | 'i'<<8 | 'n' // 'cwin'
	CWord             CVersion = 'c'<<24 | 'w'<<16 | 'o'<<8 | 'r' // 'cwor'
	EnumArrows        CVersion = 'a'<<24 | 'r'<<16 | 'r'<<8 | 'o' // 'arro'
	EnumJustification CVersion = 'j'<<24 | 'u'<<16 | 's'<<8 | 't' // 'just'
	EnumKeyForm       CVersion = 'k'<<24 | 'f'<<16 | 'r'<<8 | 'm' // 'kfrm'
	EnumPosition      CVersion = 'p'<<24 | 'o'<<16 | 's'<<8 | 'i' // 'posi'
	EnumProtection    CVersion = 'p'<<24 | 'r'<<16 | 't'<<8 | 'n' // 'prtn'
	EnumQuality       CVersion = 'q'<<24 | 'u'<<16 | 'a'<<8 | 'l' // 'qual'
	EnumSaveOptions   CVersion = 's'<<24 | 'a'<<16 | 'v'<<8 | 'o' // 'savo'
	EnumStyle         CVersion = 's'<<24 | 't'<<16 | 'y'<<8 | 'l' // 'styl'
	EnumTransferMode  CVersion = 't'<<24 | 'r'<<16 | 'a'<<8 | 'n' // 'tran'
	KAEAbout          CVersion = 'a'<<24 | 'b'<<16 | 'o'<<8 | 'u' // 'abou'
	KAEAfter          CVersion = 'a'<<24 | 'f'<<16 | 't'<<8 | 'e' // 'afte'
	KAEAliasSelection CVersion = 's'<<24 | 'a'<<16 | 'l'<<8 | 'i' // 'sali'
	KAEAllCaps        CVersion = 'a'<<24 | 'l'<<16 | 'c'<<8 | 'p' // 'alcp'
	KAEArrowAtEnd     CVersion = 'a'<<24 | 'r'<<16 | 'e'<<8 | 'n' // 'aren'
	KAEArrowAtStart   CVersion = 'a'<<24 | 'r'<<16 | 's'<<8 | 't' // 'arst'
	KAEArrowBothEnds  CVersion = 'a'<<24 | 'r'<<16 | 'b'<<8 | 'o' // 'arbo'
)

func (CVersion) String

func (e CVersion) String() string

type CannotFindAtomErr

type CannotFindAtomErr int
const (
	AAPNotCreatedErr                 CannotFindAtomErr = -2120
	AAPNotFoundErr                   CannotFindAtomErr = -2121
	ASDBadForkErr                    CannotFindAtomErr = -2123
	ASDBadHeaderErr                  CannotFindAtomErr = -2122
	ASDEntryNotFoundErr              CannotFindAtomErr = -2124
	AtomIndexInvalidErr              CannotFindAtomErr = -2104
	AtomsNotOfSameTypeErr            CannotFindAtomErr = -2103
	CannotBeLeafAtomErr              CannotFindAtomErr = -2109
	CannotFindAtomErrValue           CannotFindAtomErr = -2101
	DuplicateAtomTypeAndIDErr        CannotFindAtomErr = -2105
	EmptyPathErr                     CannotFindAtomErr = -2111
	FileOffsetTooBigErr              CannotFindAtomErr = -2125
	InvalidAtomContainerErr          CannotFindAtomErr = -2107
	InvalidAtomErr                   CannotFindAtomErr = -2106
	InvalidAtomTypeErr               CannotFindAtomErr = -2108
	NoPathMappingErr                 CannotFindAtomErr = -2112
	NotAllowedToSaveMovieErr         CannotFindAtomErr = -2126
	NotEnoughDataErr                 CannotFindAtomErr = -2149
	NotLeafAtomErr                   CannotFindAtomErr = -2102
	PathNotVerifiedErr               CannotFindAtomErr = -2113
	PathTooLongErr                   CannotFindAtomErr = -2110
	QfcbNotCreatedErr                CannotFindAtomErr = -2119
	QfcbNotFoundErr                  CannotFindAtomErr = -2118
	QtActionNotHandledErr            CannotFindAtomErr = -2157
	QtNetworkAlreadyAllocatedErr     CannotFindAtomErr = -2127
	QtXMLApplicationErr              CannotFindAtomErr = -2159
	QtXMLParseErr                    CannotFindAtomErr = -2158
	UnknownFormatErr                 CannotFindAtomErr = -2114
	UrlDataHFTPBadNameListErr        CannotFindAtomErr = -2144
	UrlDataHFTPBadPasswordErr        CannotFindAtomErr = -2136
	UrlDataHFTPBadUserErr            CannotFindAtomErr = -2135
	UrlDataHFTPDataConnectionErr     CannotFindAtomErr = -2138
	UrlDataHFTPFilenameErr           CannotFindAtomErr = -2142
	UrlDataHFTPNeedPasswordErr       CannotFindAtomErr = -2145
	UrlDataHFTPNoDirectoryErr        CannotFindAtomErr = -2139
	UrlDataHFTPNoNetDriverErr        CannotFindAtomErr = -2143
	UrlDataHFTPNoPasswordErr         CannotFindAtomErr = -2146
	UrlDataHFTPPermissionsErr        CannotFindAtomErr = -2141
	UrlDataHFTPProtocolErr           CannotFindAtomErr = -2133
	UrlDataHFTPQuotaErr              CannotFindAtomErr = -2140
	UrlDataHFTPServerDisconnectedErr CannotFindAtomErr = -2147
	UrlDataHFTPServerErr             CannotFindAtomErr = -2137
	UrlDataHFTPShutdownErr           CannotFindAtomErr = -2134
	UrlDataHFTPURLErr                CannotFindAtomErr = -2148
	UrlDataHHTTPNoNetDriverErr       CannotFindAtomErr = -2130
	UrlDataHHTTPProtocolErr          CannotFindAtomErr = -2129
	UrlDataHHTTPRedirectErr          CannotFindAtomErr = -2132
	UrlDataHHTTPURLErr               CannotFindAtomErr = -2131
	WackBadFileErr                   CannotFindAtomErr = -2115
	WackBadMetaDataErr               CannotFindAtomErr = -2117
	WackForkNotFoundErr              CannotFindAtomErr = -2116
)

func (CannotFindAtomErr) String

func (e CannotFindAtomErr) String() string

type CcntTokenRecord

type CcntTokenRecord struct {
	TokenClass uint32 // The class ID of the container represented by the `token` parameter.See [DescType](<doc://com.apple.documentation/documentation/coreservices/desctype>).
	Token      AEDesc // A token for the current container. (Token is definedin [AEDisposeToken(_:)](<doc://com.apple.documentation/documentation/coreservices/1446783-aedisposetoken>). See [AEDesc](<doc://com.apple.documentation/documentation/coreservices/aedesc>).

}

CcntTokenRecord - Stores token information used by the AEResolve functionwhile locating a range of objects.

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/ccnttokenrecord

type Cfrag

type Cfrag int
const (
	CfragAbortClosureErr    Cfrag = -2830
	CfragArchitectureErr    Cfrag = -2823
	CfragCFMInternalErr     Cfrag = -2819
	CfragCFMStartupErr      Cfrag = -2818
	CfragCFragRsrcErr       Cfrag = -2857
	CfragClosureIDErr       Cfrag = -2829
	CfragConnectionIDErr    Cfrag = -2801
	CfragContainerIDErr     Cfrag = -2828
	CfragContextIDErr       Cfrag = -2800
	CfragDupRegistrationErr Cfrag = -2805
	CfragExecFileRefErr     Cfrag = -2854
	CfragFileSizeErr        Cfrag = -2825
	CfragFirstErrCode       Cfrag = -2800
	CfragFirstReservedCode  Cfrag = -2897
	CfragFragmentCorruptErr Cfrag = -2820
	CfragFragmentFormatErr  Cfrag = -2806
	CfragFragmentUsageErr   Cfrag = -2824
	CfragImportTooNewErr    Cfrag = -2814
	CfragImportTooOldErr    Cfrag = -2813
	CfragInitAtBootErr      Cfrag = -2816
	CfragInitFunctionErr    Cfrag = -2821
	CfragInitLoopErr        Cfrag = -2815
	CfragInitOrderErr       Cfrag = -2812
	CfragLastErrCode        Cfrag = -2899
	CfragLibConnErr         Cfrag = -2817
	CfragMapFileErr         Cfrag = -2851
	CfragNoApplicationErr   Cfrag = -2822
	CfragNoClientMemErr     Cfrag = -2810
	CfragNoIDsErr           Cfrag = -2811
	CfragNoLibraryErr       Cfrag = -2804
	CfragNoPositionErr      Cfrag = -2808
	CfragNoPrivateMemErr    Cfrag = -2809
	CfragNoRegistrationErr  Cfrag = -2827
	CfragNoSectionErr       Cfrag = -2803
	CfragNoSymbolErr        Cfrag = -2802
	CfragNotClosureErr      Cfrag = -2826
	CfragOutputLengthErr    Cfrag = -2831
	CfragReservedCode_1     Cfrag = -2899
	CfragReservedCode_2     Cfrag = -2898
	CfragReservedCode_3     Cfrag = -2897
	CfragRsrcForkErr        Cfrag = -2856
	CfragStdFolderErr       Cfrag = -2855
	CfragUnresolvedErr      Cfrag = -2807
)

func (Cfrag) String

func (e Cfrag) String() string

type Cm

type Cm int
const (
	// CmCantConcatenateError: Profiles cannot be concatenated
	CmCantConcatenateError Cm = -178
	// CmCantCopyModifiedV1Profile: It is illegal to copy version 1.0 profiles that have been modified
	CmCantCopyModifiedV1Profile Cm = -4215
	// CmCantDeleteElement: Cannot delete the specified profile element
	CmCantDeleteElement Cm = -4202
	// CmCantDeleteProfile: Responder error
	CmCantDeleteProfile Cm = -180
	// CmCantGamutCheckError: Gamut checking not supported by this color world—that is, the color world does not contain a gamut table because it was built with gamut checking turned off
	CmCantGamutCheckError Cm = -4217
	// CmCantXYZ: CMM does not handle XYZ color space
	CmCantXYZ Cm = -179
	// CmElementTagNotFound: The tag you specified is not in the specified profile
	CmElementTagNotFound Cm = -4200
	// CmErrIncompatibleProfile: Unspecified profile error
	CmErrIncompatibleProfile Cm = -4208
	// CmFatalProfileErr: Returned from File Manager while updating a profile file in response to [CMUpdateProfile]; profile content may be corrupted
	CmFatalProfileErr Cm = -4203
	// CmIndexRangeErr: Tag index out of range
	CmIndexRangeErr Cm = -4201
	// CmInvalidColorSpace: Profile color space does not match bitmap type
	CmInvalidColorSpace Cm = -4209
	// CmInvalidDstMap: Destination pix/bit map was invalid
	CmInvalidDstMap Cm = -4211
	// CmInvalidProfile: Profile reference is invalid or refers to an inappropriate profile
	CmInvalidProfile Cm = -4204
	// CmInvalidProfileComment: Bad profile comment during `drawpicture`
	CmInvalidProfileComment Cm = -4213
	// CmInvalidProfileLocation: Operation not supported for this profile location
	CmInvalidProfileLocation Cm = -4205
	// CmInvalidSearch: Bad search handle
	CmInvalidSearch Cm = -4206
	// CmInvalidSrcMap: Source pixel map or bitmap was invalid
	CmInvalidSrcMap Cm = -4210
	// CmMethodError: An error occurred during the CMM arbitration process that determines the CMM to use
	CmMethodError Cm = -171
	// CmMethodNotFound: CMM not present
	CmMethodNotFound Cm = -175
	// CmNamedColorNotFound: The specified named color was not found in the specified profile
	CmNamedColorNotFound Cm = -4216
	// CmNoCurrentProfile: Responder error
	CmNoCurrentProfile Cm = -182
	// CmNoGDevicesError: Begin matching or end matching—no graphics devices available
	CmNoGDevicesError Cm = -4212
	// CmProfileError: There is something wrong with the content of the profile
	CmProfileError Cm = -170
	// CmProfileNotFound: Responder error
	CmProfileNotFound Cm = -176
	// CmProfilesIdentical: Profiles are the same
	CmProfilesIdentical Cm = -177
	// CmRangeOverFlow: One or more output color value overflows in color conversion; all input color values will be converted and the overflow will be clipped
	CmRangeOverFlow Cm = -4214
	// CmSearchError: Internal error occurred during profile search
	CmSearchError Cm = -4207
	// CmUnsupportedDataType: Responder error
	CmUnsupportedDataType Cm = -181
)

func (Cm) String

func (e Cm) String() string

type CodecErr

type CodecErr int
const (
	BadCodecCharacterizationErr        CodecErr = -8993
	CodecAbortErr                      CodecErr = -8967
	CodecBadDataErr                    CodecErr = -8969
	CodecCantQueueErr                  CodecErr = -8975
	CodecCantWhenErr                   CodecErr = -8974
	CodecConditionErr                  CodecErr = -8972
	CodecDataVersErr                   CodecErr = -8970
	CodecDisabledErr                   CodecErr = -8978
	CodecDroppedFrameErr               CodecErr = -8989
	CodecErrValue                      CodecErr = -8960
	CodecExtensionNotFoundErr          CodecErr = -8971
	CodecImageBufErr                   CodecErr = -8965
	CodecNeedAccessKeyErr              CodecErr = -8987
	CodecNeedToFlushChainErr           CodecErr = -8979
	CodecNoMemoryPleaseWaitErr         CodecErr = -8977
	CodecNothingToBlitErr              CodecErr = -8976
	CodecOffscreenFailedErr            CodecErr = -8988
	CodecOffscreenFailedPleaseRetryErr CodecErr = -8992
	CodecOpenErr                       CodecErr = -8973
	CodecParameterDialogConfirm        CodecErr = -8986
	CodecScreenBufErr                  CodecErr = -8964
	CodecSizeErr                       CodecErr = -8963
	CodecSpoolErr                      CodecErr = -8966
	CodecUnimpErr                      CodecErr = -8962
	CodecWouldOffscreenErr             CodecErr = -8968
	DirectXObjectAlreadyExists         CodecErr = -8990
	LockPortBitsBadPortErr             CodecErr = -8984
	LockPortBitsBadSurfaceErr          CodecErr = -8980
	LockPortBitsSurfaceLostErr         CodecErr = -8985
	LockPortBitsWindowClippedErr       CodecErr = -8983
	LockPortBitsWindowMovedErr         CodecErr = -8981
	LockPortBitsWindowResizedErr       CodecErr = -8982
	LockPortBitsWrongGDeviceErr        CodecErr = -8991
	NoCodecErr                         CodecErr = -8961
	NoThumbnailFoundErr                CodecErr = -8994
	ScTypeNotFoundErr                  CodecErr = -8971
)

func (CodecErr) String

func (e CodecErr) String() string

type CollatorRef

type CollatorRef uintptr

CollatorRef is refers to an opaque object that encapsulates locale and collation information for the purpose of performing Unicode string comparison.

See: https://developer.apple.com/documentation/coreservices/collatorref

type Collection

type Collection int
const (
	CollectionIndexRangeErr   Collection = -5752
	CollectionItemLockedErr   Collection = -5750
	CollectionItemNotFoundErr Collection = -5751
	CollectionVersionErr      Collection = -5753
)

func CloneCollection deprecated

func CloneCollection(arg0 Collection) Collection

CloneCollection.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551333-clonecollection

func CopyCollection deprecated

func CopyCollection(arg0 Collection, arg1 Collection) Collection

CopyCollection.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551383-copycollection

func GetNewCollection deprecated

func GetNewCollection(arg0 int16) Collection

GetNewCollection.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551366-getnewcollection

func NewCollection deprecated

func NewCollection() Collection

NewCollection.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551416-newcollection

func (Collection) String

func (e Collection) String() string

type CollectionExceptionUPP

type CollectionExceptionUPP = unsafe.Pointer

See: https://developer.apple.com/documentation/coreservices/collectionexceptionupp

func GetCollectionExceptionProc deprecated

func GetCollectionExceptionProc(arg0 Collection) CollectionExceptionUPP

GetCollectionExceptionProc.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551420-getcollectionexceptionproc

func NewCollectionExceptionUPP deprecated

func NewCollectionExceptionUPP(arg0 unsafe.Pointer) CollectionExceptionUPP

NewCollectionExceptionUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551448-newcollectionexceptionupp

type CollectionFlattenUPP

type CollectionFlattenUPP = unsafe.Pointer

See: https://developer.apple.com/documentation/coreservices/collectionflattenupp

func NewCollectionFlattenUPP deprecated

func NewCollectionFlattenUPP(arg0 unsafe.Pointer) CollectionFlattenUPP

NewCollectionFlattenUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1551360-newcollectionflattenupp

type Component

type Component = unsafe.Pointer

See: https://developer.apple.com/documentation/coreservices/component

func CaptureComponent deprecated

func CaptureComponent(arg0 Component, arg1 Component) Component

CaptureComponent allows your component to capture another component.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516357-capturecomponent

func FindNextComponent deprecated

func FindNextComponent(arg0 Component, arg1 ComponentDescription) Component

FindNextComponent returns the component identifier for the next registered component that meets the selection criteria specified by your application.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516552-findnextcomponent

func RegisterComponent deprecated

func RegisterComponent(arg0 ComponentDescription, arg1 ComponentRoutineUPP, arg2 int16, arg3 uintptr, arg4 uintptr, arg5 uintptr) Component

RegisterComponent registers a component stored in memory.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516537-registercomponent

func RegisterComponentResource deprecated

func RegisterComponentResource(arg0 ComponentResourceHandle, arg1 int16) Component

RegisterComponentResource registers a component stored in a resource file.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516594-registercomponentresource

func ResolveComponentAlias deprecated

func ResolveComponentAlias(arg0 Component) Component

ResolveComponentAlias.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516484-resolvecomponentalias

type ComponentDllLoadErr

type ComponentDllLoadErr int
const (
	// ComponentDllEntryNotFoundErr: Windows error returned when a component is loading.
	ComponentDllEntryNotFoundErr ComponentDllLoadErr = -2092
	// ComponentDllLoadErrValue: Windows error returned when a component is loading.
	ComponentDllLoadErrValue  ComponentDllLoadErr = -2091
	ComponentNotThreadSafeErr ComponentDllLoadErr = -2098
	// QtmlDllEntryNotFoundErr: Windows error returned when the QuickTime Media Layer is loading.
	QtmlDllEntryNotFoundErr ComponentDllLoadErr = -2094
	// QtmlDllLoadErr: Windows error returned when the QuickTime Media Layer is loading.
	QtmlDllLoadErr          ComponentDllLoadErr = -2093
	QtmlUninitialized       ComponentDllLoadErr = -2095
	UnsupportedOSErr        ComponentDllLoadErr = -2096
	UnsupportedProcessorErr ComponentDllLoadErr = -2097
)

func (ComponentDllLoadErr) String

func (e ComponentDllLoadErr) String() string

type ComponentFunctionUPP

type ComponentFunctionUPP = unsafe.Pointer

See: https://developer.apple.com/documentation/coreservices/componentfunctionupp

func NewComponentFunctionUPP deprecated

func NewComponentFunctionUPP(arg0 unsafe.Pointer, arg1 ProcInfoType) ComponentFunctionUPP

NewComponentFunctionUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516583-newcomponentfunctionupp

type ComponentInstance

type ComponentInstance = unsafe.Pointer

ComponentInstance is abst_ComponentInstance.

See: https://developer.apple.com/documentation/coreservices/componentinstance

func OpenComponent deprecated

func OpenComponent(arg0 Component) ComponentInstance

OpenComponent opens a connection to the component with the component identifier specified by your application.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516607-opencomponent

func OpenDefaultComponent deprecated

func OpenDefaultComponent(arg0 uint32, arg1 uint32) ComponentInstance

OpenDefaultComponent opens a connection to a registered component of the component type and subtype specified by your application.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516523-opendefaultcomponent

type ComponentMPWorkFunctionUPP

type ComponentMPWorkFunctionUPP = unsafe.Pointer

ComponentMPWorkFunctionUPP is represents a type used by the Image Codec API.

See: https://developer.apple.com/documentation/coreservices/componentmpworkfunctionupp

func NewComponentMPWorkFunctionUPP deprecated

func NewComponentMPWorkFunctionUPP(arg0 unsafe.Pointer) ComponentMPWorkFunctionUPP

NewComponentMPWorkFunctionUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516448-newcomponentmpworkfunctionupp

type ComponentResult

type ComponentResult = int32

ComponentResult is abst_ComponentResult.

See: https://developer.apple.com/documentation/coreservices/componentresult

func CallComponentCanDo deprecated

func CallComponentCanDo(arg0 ComponentInstance, arg1 int16) ComponentResult

CallComponentCanDo.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516321-callcomponentcando

func CallComponentClose deprecated

func CallComponentClose(arg0 ComponentInstance, arg1 ComponentInstance) ComponentResult

CallComponentClose.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516604-callcomponentclose

func CallComponentDispatch deprecated

func CallComponentDispatch(arg0 ComponentParameters) ComponentResult

CallComponentDispatch.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516547-callcomponentdispatch

func CallComponentFunction deprecated

func CallComponentFunction(arg0 ComponentParameters, arg1 ComponentFunctionUPP) ComponentResult

CallComponentFunction invokes the specified function of your component.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516603-callcomponentfunction

func CallComponentFunctionWithStorage deprecated

func CallComponentFunctionWithStorage(arg0 uintptr, arg1 ComponentParameters, arg2 ComponentFunctionUPP) ComponentResult

CallComponentFunctionWithStorage invokes the specified function of your component.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516610-callcomponentfunctionwithstorage

func CallComponentFunctionWithStorageProcInfo deprecated

func CallComponentFunctionWithStorageProcInfo(arg0 uintptr, arg1 ComponentParameters, arg2 unsafe.Pointer, arg3 ProcInfoType) ComponentResult

CallComponentFunctionWithStorageProcInfo.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516344-callcomponentfunctionwithstorage

func CallComponentGetMPWorkFunction deprecated

func CallComponentGetMPWorkFunction(arg0 ComponentInstance, arg1 ComponentMPWorkFunctionUPP) ComponentResult

CallComponentGetMPWorkFunction.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516346-callcomponentgetmpworkfunction

func CallComponentGetPublicResource deprecated

func CallComponentGetPublicResource(arg0 ComponentInstance, arg1 uint32, arg2 int16, arg3 uintptr) ComponentResult

CallComponentGetPublicResource.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516354-callcomponentgetpublicresource

func CallComponentOpen deprecated

func CallComponentOpen(arg0 ComponentInstance, arg1 ComponentInstance) ComponentResult

CallComponentOpen.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516529-callcomponentopen

func CallComponentRegister deprecated

func CallComponentRegister(arg0 ComponentInstance) ComponentResult

CallComponentRegister.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516385-callcomponentregister

func CallComponentTarget deprecated

func CallComponentTarget(arg0 ComponentInstance, arg1 ComponentInstance) ComponentResult

CallComponentTarget.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516493-callcomponenttarget

func CallComponentUnregister deprecated

func CallComponentUnregister(arg0 ComponentInstance) ComponentResult

CallComponentUnregister.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516337-callcomponentunregister

func CallComponentVersion deprecated

func CallComponentVersion(arg0 ComponentInstance) ComponentResult

CallComponentVersion.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516489-callcomponentversion

func DelegateComponentCall deprecated

func DelegateComponentCall(arg0 ComponentParameters, arg1 ComponentInstance) ComponentResult

DelegateComponentCall allows your component to pass on a request to a specified component.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516373-delegatecomponentcall

func InvokeComponentMPWorkFunctionUPP deprecated

func InvokeComponentMPWorkFunctionUPP(arg0 ComponentMPWorkFunctionHeaderRecordPtr, arg1 ComponentMPWorkFunctionUPP) ComponentResult

InvokeComponentMPWorkFunctionUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516356-invokecomponentmpworkfunctionupp

func InvokeComponentRoutineUPP deprecated

func InvokeComponentRoutineUPP(arg0 ComponentParameters, arg1 uintptr, arg2 ComponentRoutineUPP) ComponentResult

InvokeComponentRoutineUPP calls your component routine callback function

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516654-invokecomponentroutineupp

type ComponentRoutineUPP

type ComponentRoutineUPP = unsafe.Pointer

See: https://developer.apple.com/documentation/coreservices/componentroutineupp

func NewComponentRoutineUPP deprecated

func NewComponentRoutineUPP(arg0 unsafe.Pointer) ComponentRoutineUPP

NewComponentRoutineUPP creates a new universal procedure pointer (UPP) to a component routine callback function.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516579-newcomponentroutineupp

type ConstScriptCodeRunPtr

type ConstScriptCodeRunPtr = ScriptCodeRun

ConstScriptCodeRunPtr is defines a constant script code run pointer.

See: https://developer.apple.com/documentation/coreservices/constscriptcoderunptr

type ConstTextEncodingRunPtr

type ConstTextEncodingRunPtr = TextEncodingRun

ConstTextEncodingRunPtr is defines a constant text encoding run pointer.

See: https://developer.apple.com/documentation/coreservices/consttextencodingrunptr

type ConstTextPtr

type ConstTextPtr = uint8

ConstTextPtr is defines a constant text pointer.

See: https://developer.apple.com/documentation/coreservices/consttextptr

type ConstTextToUnicodeInfo

type ConstTextToUnicodeInfo = TextToUnicodeInfo

ConstTextToUnicodeInfo is defines a constant text to Unicode converter object.

See: https://developer.apple.com/documentation/coreservices/consttexttounicodeinfo

type ConstUniCharArrayPtr

type ConstUniCharArrayPtr = uint16

ConstUniCharArrayPtr is defines a constant Unicode character array pointer.

See: https://developer.apple.com/documentation/coreservices/constunichararrayptr

type ConstUnicodeMappingPtr

type ConstUnicodeMappingPtr = UnicodeMapping

ConstUnicodeMappingPtr is defines a constant Unicode mapping pointer.

See: https://developer.apple.com/documentation/coreservices/constunicodemappingptr

type ConstUnicodeToTextInfo

type ConstUnicodeToTextInfo = UnicodeToTextInfo

ConstUnicodeToTextInfo is defines a constant Unicode to text converter object.

See: https://developer.apple.com/documentation/coreservices/constunicodetotextinfo

type CouldNotResolveDataRef

type CouldNotResolveDataRef int
const (
	AuxiliaryExportDataUnavailable CouldNotResolveDataRef = -2058
	BadComponentType               CouldNotResolveDataRef = -2005
	BadDataRefIndex                CouldNotResolveDataRef = -2050
	BadEditIndex                   CouldNotResolveDataRef = -2033
	BadEditList                    CouldNotResolveDataRef = -2017
	BadImageDescription            CouldNotResolveDataRef = -2001
	BadPublicMovieAtom             CouldNotResolveDataRef = -2002
	BadTrackIndex                  CouldNotResolveDataRef = -2028
	// CantCreateSingleForkFile: The file to be created already exists.
	CantCreateSingleForkFile      CouldNotResolveDataRef = -2022
	CantEnableTrack               CouldNotResolveDataRef = -2035
	CantFindHandler               CouldNotResolveDataRef = -2003
	CantOpenHandler               CouldNotResolveDataRef = -2004
	CantPutPublicMovieAtom        CouldNotResolveDataRef = -2016
	CouldNotResolveDataRefValue   CouldNotResolveDataRef = -2000
	CouldNotUseAnExistingSample   CouldNotResolveDataRef = -2052
	DataAlreadyClosed             CouldNotResolveDataRef = -2045
	DataAlreadyOpenForWrite       CouldNotResolveDataRef = -2044
	DataNoDataRef                 CouldNotResolveDataRef = -2047
	DataNotOpenForRead            CouldNotResolveDataRef = -2042
	DataNotOpenForWrite           CouldNotResolveDataRef = -2043
	EndOfDataReached              CouldNotResolveDataRef = -2046
	FeatureUnsupported            CouldNotResolveDataRef = -2053
	GWorldsNotSameDepthAndSizeErr CouldNotResolveDataRef = -2066
	InternalQuickTimeError        CouldNotResolveDataRef = -2034
	InvalidChunkCache             CouldNotResolveDataRef = -2040
	InvalidChunkNum               CouldNotResolveDataRef = -2038
	InvalidDataRef                CouldNotResolveDataRef = -2012
	InvalidDataRefContainer       CouldNotResolveDataRef = -2049
	InvalidDuration               CouldNotResolveDataRef = -2014
	InvalidEditState              CouldNotResolveDataRef = -2023
	InvalidHandler                CouldNotResolveDataRef = -2013
	InvalidImageIndexErr          CouldNotResolveDataRef = -2068
	InvalidMedia                  CouldNotResolveDataRef = -2008
	InvalidMovie                  CouldNotResolveDataRef = -2010
	InvalidRect                   CouldNotResolveDataRef = -2036
	InvalidSampleDescIndex        CouldNotResolveDataRef = -2039
	InvalidSampleDescription      CouldNotResolveDataRef = -2041
	InvalidSampleNum              CouldNotResolveDataRef = -2037
	InvalidSampleTable            CouldNotResolveDataRef = -2011
	InvalidSpriteIDErr            CouldNotResolveDataRef = -2069
	InvalidSpriteIndexErr         CouldNotResolveDataRef = -2067
	InvalidSpritePropertyErr      CouldNotResolveDataRef = -2065
	InvalidSpriteWorldPropertyErr CouldNotResolveDataRef = -2064
	InvalidTime                   CouldNotResolveDataRef = -2015
	InvalidTrack                  CouldNotResolveDataRef = -2009
	MaxSizeToGrowTooSmall         CouldNotResolveDataRef = -2027
	MediaTypesDontMatch           CouldNotResolveDataRef = -2018
	MissingRequiredParameterErr   CouldNotResolveDataRef = -2063
	MovieTextNotFoundErr          CouldNotResolveDataRef = -2062
	MovieToolboxUninitialized     CouldNotResolveDataRef = -2020
	NoDataHandler                 CouldNotResolveDataRef = -2007
	NoDefaultDataRef              CouldNotResolveDataRef = -2051
	NoMediaHandler                CouldNotResolveDataRef = -2006
	NoMovieFound                  CouldNotResolveDataRef = -2048
	// NoRecordOfApp: A replica of the movieToolboxUninitialized error.
	NoRecordOfApp                  CouldNotResolveDataRef = -2020
	NoSoundTrackInMovieErr         CouldNotResolveDataRef = -2055
	NoSourceTreeFoundErr           CouldNotResolveDataRef = -2060
	NoVideoTrackInMovieErr         CouldNotResolveDataRef = -2054
	NonMatchingEditState           CouldNotResolveDataRef = -2024
	ProgressProcAborted            CouldNotResolveDataRef = -2019
	SamplesAlreadyInMediaErr       CouldNotResolveDataRef = -2059
	SoundSupportNotAvailableErr    CouldNotResolveDataRef = -2056
	SourceNotFoundErr              CouldNotResolveDataRef = -2061
	StaleEditState                 CouldNotResolveDataRef = -2025
	TimeNotInMedia                 CouldNotResolveDataRef = -2032
	TimeNotInTrack                 CouldNotResolveDataRef = -2031
	TrackIDNotFound                CouldNotResolveDataRef = -2029
	TrackNotInMovie                CouldNotResolveDataRef = -2030
	UnsupportedAuxiliaryImportData CouldNotResolveDataRef = -2057
	UserDataItemNotFound           CouldNotResolveDataRef = -2026
	WfFileNotFound                 CouldNotResolveDataRef = -2021
)

func (CouldNotResolveDataRef) String

func (e CouldNotResolveDataRef) String() string

type DCSDictionaryRef

type DCSDictionaryRef uintptr

DCSDictionaryRef is an opaque object that represents a dictionary file.

See: https://developer.apple.com/documentation/coreservices/dcsdictionaryref

type Dcm

type Dcm int
const (
	DcmBadDataSizeErr       Dcm = -7117
	DcmBadDictionaryErr     Dcm = -7102
	DcmBadFeatureErr        Dcm = -7124
	DcmBadFieldInfoErr      Dcm = -7111
	DcmBadFieldTypeErr      Dcm = -7112
	DcmBadFindMethodErr     Dcm = -7118
	DcmBadKeyErr            Dcm = -7115
	DcmBadPropertyErr       Dcm = -7119
	DcmBlockFullErr         Dcm = -7107
	DcmBufferOverflowErr    Dcm = -7127
	DcmDictionaryBusyErr    Dcm = -7105
	DcmDictionaryNotOpenErr Dcm = -7104
	DcmDupRecordErr         Dcm = -7109
	DcmIterationCompleteErr Dcm = -7126
	DcmNecessaryFieldErr    Dcm = -7110
	DcmNoAccessMethodErr    Dcm = -7122
	DcmNoFieldErr           Dcm = -7113
	DcmNoRecordErr          Dcm = -7108
	DcmNotDictionaryErr     Dcm = -7101
	DcmParamErr             Dcm = -7100
	DcmPermissionErr        Dcm = -7103
	DcmProtectedErr         Dcm = -7121
	DcmTooManyKeyErr        Dcm = -7116
)

func (Dcm) String

func (e Dcm) String() string

type DdpSktErr

type DdpSktErr int
const (
	DdpLenErr      DdpSktErr = -92
	DdpSktErrValue DdpSktErr = -91
	ExcessCollsns  DdpSktErr = -95
	LapProtErr     DdpSktErr = -94
	NoBridgeErr    DdpSktErr = -93
	PortInUse      DdpSktErr = -97
	PortNotCf      DdpSktErr = -98
	PortNotPwr     DdpSktErr = -96
)

func (DdpSktErr) String

func (e DdpSktErr) String() string

type DebugAssertOutputHandlerUPP

type DebugAssertOutputHandlerUPP = unsafe.Pointer

See: https://developer.apple.com/documentation/coreservices/debugassertoutputhandlerupp

func NewDebugAssertOutputHandlerUPP deprecated

func NewDebugAssertOutputHandlerUPP(arg0 unsafe.Pointer) DebugAssertOutputHandlerUPP

NewDebugAssertOutputHandlerUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1517735-newdebugassertoutputhandlerupp

type DebugComponentCallbackUPP

type DebugComponentCallbackUPP = unsafe.Pointer

See: https://developer.apple.com/documentation/coreservices/debugcomponentcallbackupp

func NewDebugComponentCallbackUPP deprecated

func NewDebugComponentCallbackUPP(arg0 unsafe.Pointer) DebugComponentCallbackUPP

NewDebugComponentCallbackUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1517764-newdebugcomponentcallbackupp

type DebuggerDisposeThreadUPP

type DebuggerDisposeThreadUPP = unsafe.Pointer

See: https://developer.apple.com/documentation/coreservices/debuggerdisposethreadupp

func NewDebuggerDisposeThreadUPP deprecated

func NewDebuggerDisposeThreadUPP(arg0 unsafe.Pointer) DebuggerDisposeThreadUPP

NewDebuggerDisposeThreadUPP.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1574285-newdebuggerdisposethreadupp

type DebuggerNewThreadUPP

type DebuggerNewThreadUPP = unsafe.Pointer

See: https://developer.apple.com/documentation/coreservices/debuggernewthreadupp

func NewDebuggerNewThreadUPP deprecated

func NewDebuggerNewThreadUPP(arg0 unsafe.Pointer) DebuggerNewThreadUPP

NewDebuggerNewThreadUPP.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1574208-newdebuggernewthreadupp

type DebuggerThreadSchedulerUPP

type DebuggerThreadSchedulerUPP = unsafe.Pointer

See: https://developer.apple.com/documentation/coreservices/debuggerthreadschedulerupp

func NewDebuggerThreadSchedulerUPP deprecated

func NewDebuggerThreadSchedulerUPP(arg0 unsafe.Pointer) DebuggerThreadSchedulerUPP

NewDebuggerThreadSchedulerUPP.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1574284-newdebuggerthreadschedulerupp

type Debugging

type Debugging int
const (
	DebuggingDuplicateOptionErr    Debugging = -13882
	DebuggingDuplicateSignatureErr Debugging = -13881
	DebuggingExecutionContextErr   Debugging = -13880
	DebuggingInvalidNameErr        Debugging = -13885
	DebuggingInvalidOptionErr      Debugging = -13884
	DebuggingInvalidSignatureErr   Debugging = -13883
	DebuggingNoCallbackErr         Debugging = -13886
	DebuggingNoMatchErr            Debugging = -13887
)

func (Debugging) String

func (e Debugging) String() string

type DeferredTaskUPP

type DeferredTaskUPP = unsafe.Pointer

See: https://developer.apple.com/documentation/coreservices/deferredtaskupp

func NewDeferredTaskUPP deprecated

func NewDeferredTaskUPP(arg0 unsafe.Pointer) DeferredTaskUPP

NewDeferredTaskUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1533385-newdeferredtaskupp

type DescType

type DescType = uint32

DescType is specifies the type of the data stored in an AEDesc descriptor.

See: https://developer.apple.com/documentation/coreservices/desctype

type DigiUnimpErr

type DigiUnimpErr int
const (
	// BadCallOrderErr: A status call was made before being set up first.
	BadCallOrderErr DigiUnimpErr = -2209
	// BadDepthErr: Can't digitize into the requested pixel depth.
	BadDepthErr DigiUnimpErr = -2207
	// DigiUnimpErrValue: Digitizer feature is unimplemented.
	DigiUnimpErrValue DigiUnimpErr = -2201
	// MatrixErr: Bad matrix; the digitizer did nothing.
	MatrixErr DigiUnimpErr = -2203
	// NoDMAErr: Can't do DMA digitizing; that is, can't go to the requested destination.
	NoDMAErr DigiUnimpErr = -2208
	// NoMoreKeyColorsErr: All the key indexes are in use.
	NoMoreKeyColorsErr DigiUnimpErr = -2205
	// NotExactMatrixErr: Warning of a bad matrix; the digitizer did its best.
	NotExactMatrixErr DigiUnimpErr = -2204
	// NotExactSizeErr: Can't digitize to the exact size requested.
	NotExactSizeErr DigiUnimpErr = -2206
	// QtParamErr: Bad input parameter (out of range, for example).
	QtParamErr DigiUnimpErr = -2202
)

func (DigiUnimpErr) String

func (e DigiUnimpErr) String() string

type Ds

type Ds uint
const (
	DsAddressErr       Ds = 2
	DsBadLibrary       Ds = 1010
	DsBusError         Ds = 1
	DsChkErr           Ds = 5
	DsCoreErr          Ds = 12
	DsFPErr            Ds = 16
	DsIOCoreErr        Ds = 14
	DsIllInstErr       Ds = 3
	DsIrqErr           Ds = 13
	DsLineAErr         Ds = 9
	DsLineFErr         Ds = 10
	DsLoadErr          Ds = 15
	DsMiscErr          Ds = 11
	DsMixedModeFailure Ds = 1011
	DsNoPackErr        Ds = 17
	DsNoPk1            Ds = 18
	DsNoPk2            Ds = 19
	DsOvflowErr        Ds = 6
	DsPrivErr          Ds = 7
	DsTraceErr         Ds = 8
	DsZeroDivErr       Ds = 4
)

func (Ds) String

func (e Ds) String() string

type DsNoExtsMacsBug

type DsNoExtsMacsBug int
const (
	DsDisassemblerInstalled DsNoExtsMacsBug = -11
	DsExtensionsDisabled    DsNoExtsMacsBug = -13
	DsGreeting              DsNoExtsMacsBug = 40
	DsMacsBugInstalled      DsNoExtsMacsBug = -10
	DsNoExtsDisassembler    DsNoExtsMacsBug = -2
	DsNoExtsMacsBugValue    DsNoExtsMacsBug = -1
	DsSysErr                DsNoExtsMacsBug = 32767
	WDEFNFnd                DsNoExtsMacsBug = 87
)

func (DsNoExtsMacsBug) String

func (e DsNoExtsMacsBug) String() string

type DsNoFPU

type DsNoFPU uint
const (
	Ds32BitMode                       DsNoFPU = 103
	DsBadPatch                        DsNoFPU = 99
	DsBufPtrTooLow                    DsNoFPU = 106
	DsCantHoldSystemHeap              DsNoFPU = 114
	DsDirtyDisk                       DsNoFPU = 20004
	DsForcedQuit                      DsNoFPU = 20002
	DsGibblyMovedToDisabledFolder     DsNoFPU = 117
	DsLostConnectionToNetworkDisk     DsNoFPU = 121
	DsMBATAPISysError                 DsNoFPU = 29203
	DsMBATASysError                   DsNoFPU = 29202
	DsMBExternFlpySysError            DsNoFPU = 29204
	DsMBFlpySysError                  DsNoFPU = 29201
	DsMBSysError                      DsNoFPU = 29200
	DsMacOSROMVersionTooOld           DsNoFPU = 120
	DsMustUseFCBAccessors             DsNoFPU = 119
	DsNeedToWriteBootBlocks           DsNoFPU = 104
	DsNoFPUValue                      DsNoFPU = 90
	DsNoPatch                         DsNoFPU = 98
	DsNotEnoughRAMToBoot              DsNoFPU = 105
	DsOldSystem                       DsNoFPU = 102
	DsPCCardATASysError               DsNoFPU = 29205
	DsParityErr                       DsNoFPU = 101
	DsRAMDiskTooBig                   DsNoFPU = 122
	DsReinsert                        DsNoFPU = 30
	DsRemoveDisk                      DsNoFPU = 20003
	DsSCSIWarn                        DsNoFPU = 20010
	DsShutDownOrRestart               DsNoFPU = 20000
	DsShutDownOrResume                DsNoFPU = 20109
	DsSwitchOffOrRestart              DsNoFPU = 20001
	DsSystemRequiresPowerPC           DsNoFPU = 116
	DsUnBootableSystem                DsNoFPU = 118
	DsVMBadBackingStore               DsNoFPU = 113
	DsVMDeferredFuncTableFull         DsNoFPU = 112
	DsWriteToSupervisorStackGuardPage DsNoFPU = 128
	ShutDownAlert                     DsNoFPU = 42
)

func (DsNoFPU) String

func (e DsNoFPU) String() string

type DsNoPk3

type DsNoPk3 uint
const (
	DsBadLaunch      DsNoPk3 = 26
	DsBadPatchHeader DsNoPk3 = 83
	DsBadSANEOpcode  DsNoPk3 = 81
	DsBadSlotInt     DsNoPk3 = 51
	DsCDEFNotFound   DsNoPk3 = 88
	DsFSErr          DsNoPk3 = 27
	DsFinderErr      DsNoPk3 = 41
	DsHMenuFindErr   DsNoPk3 = 86
	DsMBarNFnd       DsNoPk3 = 85
	DsMDEFNotFound   DsNoPk3 = 89
	DsMemFullErr     DsNoPk3 = 25
	DsNoPk3Value     DsNoPk3 = 20
	DsNoPk4          DsNoPk3 = 21
	DsNoPk5          DsNoPk3 = 22
	DsNoPk6          DsNoPk3 = 23
	DsNoPk7          DsNoPk3 = 24
	DsStknHeap       DsNoPk3 = 28
	DsWDEFNotFound   DsNoPk3 = 87
	MenuPrgErr       DsNoPk3 = 84
	NegZcbFreeErr    DsNoPk3 = 33
)

func (DsNoPk3) String

func (e DsNoPk3) String() string

type ELenErr

type ELenErr int
const (
	ELenErrValue ELenErr = -92
	EMultiErr    ELenErr = -91
)

func (ELenErr) String

func (e ELenErr) String() string

type EditionMgrInitErr

type EditionMgrInitErr int
const (
	BadEditionFileErr       EditionMgrInitErr = -453
	BadSectionErr           EditionMgrInitErr = -451
	BadSubPartErr           EditionMgrInitErr = -454
	ContainerAlreadyOpenWrn EditionMgrInitErr = -462
	ContainerNotFoundWrn    EditionMgrInitErr = -461
	EditionMgrInitErrValue  EditionMgrInitErr = -450
	MultiplePublisherWrn    EditionMgrInitErr = -460
	NotRegisteredSectionErr EditionMgrInitErr = -452
	NotThePublisherWrn      EditionMgrInitErr = -463
)

func (EditionMgrInitErr) String

func (e EditionMgrInitErr) String() string

type Err

type Err int
const (
	ErrAborted                   Err = -1279
	ErrAlreadyInImagingMode      Err = -5243
	ErrAttention                 Err = -1276
	ErrCannotUndo                Err = -5253
	ErrCppGeneral                Err = -32000
	ErrCppLastSystemDefinedError Err = -32020
	ErrCppLastUserDefinedError   Err = -32049
	ErrCppbad_alloc              Err = -32001
	ErrCppbad_cast               Err = -32002
	ErrCppbad_exception          Err = -32003
	ErrCppbad_typeid             Err = -32004
	ErrCppdomain_error           Err = -32006
	ErrCppinvalid_argument       Err = -32007
	ErrCppios_base_failure       Err = -32014
	ErrCpplength_error           Err = -32008
	ErrCpplogic_error            Err = -32005
	ErrCppout_of_range           Err = -32009
	ErrCppoverflow_error         Err = -32011
	ErrCpprange_error            Err = -32012
	ErrCppruntime_error          Err = -32010
	ErrCppunderflow_error        Err = -32013
	ErrDSPQueueSize              Err = -1274
	ErrEmptyScrap                Err = -5249
	ErrEndOfBody                 Err = -1813
	ErrEndOfDocument             Err = -1812
	ErrEngineNotFound            Err = -5244
	ErrFwdReset                  Err = -1275
	ErrInvalidRange              Err = -5246
	ErrIteratorReachedEnd        Err = -5245
	ErrMarginWilllNotFit         Err = -5241
	ErrNoHiliteText              Err = -5248
	ErrNonContiuousAttribute     Err = -5252
	ErrNotInImagingMode          Err = -5242
	ErrOffsetInvalid             Err = -1800
	ErrOffsetIsOutsideOfView     Err = -1801
	ErrOffsetNotOnElementBounday Err = -5247
	ErrOpenDenied                Err = -1273
	ErrOpening                   Err = -1277
	ErrReadOnlyText              Err = -5250
	ErrRefNum                    Err = -1280
	ErrState                     Err = -1278
	ErrTopOfBody                 Err = -1811
	ErrTopOfDocument             Err = -1810
	ErrUnknownAttributeTag       Err = -5240
	ErrUnknownElement            Err = -5251
)

func (Err) String

func (e Err) String() string

type ErrAE

type ErrAE int
const (
	// ErrAEAccessorNotFound: There is no object accessor function forthe specified object class and container type
	ErrAEAccessorNotFound ErrAE = -1723
	// ErrAEBadKeyForm: Invalid key form.
	ErrAEBadKeyForm ErrAE = -10002
	// ErrAEBadListItem: Operation involving a list item failed
	ErrAEBadListItem ErrAE = -1705
	// ErrAEBadTestKey: The descriptor in a test key is neithera comparison descriptor nor a logical descriptor
	ErrAEBadTestKey ErrAE = -1726
	// ErrAEBufferTooSmall: Buffer for [AEFlattenDesc] toosmall
	ErrAEBufferTooSmall ErrAE = -1741
	// ErrAEBuildSyntaxError: [AEBuildDesc] andrelated functions detected a syntax error
	ErrAEBuildSyntaxError ErrAE = -1740
	// ErrAECantHandleClass: The Apple event handler can’t handle objectsof this class.
	ErrAECantHandleClass ErrAE = -10010
	// ErrAECantPutThatThere: In make new, duplicate, etc.
	ErrAECantPutThatThere ErrAE = -10024
	// ErrAECantSupplyType: Can’t supply the requested descriptortype for the data.
	ErrAECantSupplyType ErrAE = -10009
	// ErrAECantUndo: Can’t undo the previous Apple event oruser action.
	ErrAECantUndo ErrAE = -10015
	// ErrAECoercionFail: Data could not be coerced to the requesteddescriptor type
	ErrAECoercionFail ErrAE = -1700
	// ErrAECorruptData: Data in an Apple event could not be read
	ErrAECorruptData ErrAE = -1702
	// ErrAEDescIsNull: Attempt to perform an invalid operationon a null descriptor
	ErrAEDescIsNull ErrAE = -1739
	// ErrAEDescNotFound: Descriptor was not found
	ErrAEDescNotFound ErrAE = -1701
	// ErrAEDuplicateHandler: Attempt to install handler in table foridentical class and ID (1.1 or greater)
	ErrAEDuplicateHandler ErrAE = -1736
	// ErrAEEmptyListContainer: The container for an Apple event objectis specified by an empty list
	ErrAEEmptyListContainer ErrAE = -1730
	// ErrAEEventFailed: Apple event handler failed.
	ErrAEEventFailed ErrAE = -10000
	// ErrAEEventFiltered: Event has been filtered and should not bepropagated (1.1 or greater)
	ErrAEEventFiltered ErrAE = -1735
	// ErrAEEventNotHandled: Event wasn’t handled by an Apple eventhandler
	ErrAEEventNotHandled   ErrAE = -1708
	ErrAEEventNotPermitted ErrAE = -1743
	// ErrAEHandlerNotFound: No handler found for an Apple event
	ErrAEHandlerNotFound ErrAE = -1717
	// ErrAEIllegalIndex: Not a valid list index
	ErrAEIllegalIndex ErrAE = -1719
	// ErrAEImpossibleRange: The range is not valid because it is impossiblefor a range to include the first and last objects that were specified;an example is a range in which the offset of the first object is greaterthan the offset of the last object
	ErrAEImpossibleRange ErrAE = -1720
	// ErrAEInTransaction: Couldn’t handle this command because itwasn’t part of the current transaction.
	ErrAEInTransaction ErrAE = -10011
	// ErrAEIndexTooLarge: The index of the event is too large to bevalid.
	ErrAEIndexTooLarge ErrAE = -10007
	ErrAELocalOnly     ErrAE = -10016
	// ErrAENegativeCount: An object-counting function returned a negativeresult
	ErrAENegativeCount ErrAE = -1729
	// ErrAENewerVersion: Need a newer version of the Apple EventManager
	ErrAENewerVersion ErrAE = -1706
	// ErrAENoSuchLogical: The logical operator in a logical descriptoris not `kAEAND`, `kAEOR`,or `kAENOT`
	ErrAENoSuchLogical ErrAE = -1725
	// ErrAENoSuchObject: Runtime resolution of an object failed.
	ErrAENoSuchObject ErrAE = -1728
	// ErrAENoSuchTransaction: The transaction to which this command belongedisn’t a valid transaction.
	ErrAENoSuchTransaction ErrAE = -10012
	// ErrAENoUserInteraction: No user interaction allowed
	ErrAENoUserInteraction ErrAE = -1713
	// ErrAENoUserSelection: There is no user selection.
	ErrAENoUserSelection ErrAE = -10013
	// ErrAENotAEDesc: Not a valid descriptor
	ErrAENotAEDesc ErrAE = -1704
	// ErrAENotASingleObject: Handler only handles single objects.
	ErrAENotASingleObject ErrAE = -10014
	// ErrAENotASpecialFunction: Wrong keyword for a special function
	ErrAENotASpecialFunction ErrAE = -1714
	// ErrAENotAnElement: The specified object is a property, notan element.
	ErrAENotAnElement ErrAE = -10008
	// ErrAENotAnEnumMember: Enumerated value in [SetData] is notallowed for this property
	ErrAENotAnEnumMember ErrAE = -10023
	ErrAENotAnObjSpec    ErrAE = -1727
	// ErrAENotAppleEvent: The event is not in AppleEvent format.
	ErrAENotAppleEvent ErrAE = -1707
	// ErrAENotModifiable: Can't set <object or data> to <object or data>.
	ErrAENotModifiable ErrAE = -10003
	// ErrAEParamMissed: A required parameter was not accessed.
	ErrAEParamMissed ErrAE = -1715
	// ErrAEPrivilegeError: A privilege violation occurred.
	ErrAEPrivilegeError ErrAE = -10004
	// ErrAEPropertiesClash: Illegal combination of properties settingsfor SetData, make new, or duplicate
	ErrAEPropertiesClash ErrAE = -10025
	// ErrAEReadDenied: The read operation was not allowed.
	ErrAEReadDenied ErrAE = -10005
	// ErrAEReceiveEscapeCurrent: Break out of lowest level only of [AEReceive] (1.1or greater)
	ErrAEReceiveEscapeCurrent ErrAE = -1734
	// ErrAEReceiveTerminate: Break out of all levels of [AEReceive] tothe topmost (1.1 or greater)
	ErrAEReceiveTerminate ErrAE = -1733
	// ErrAERecordingIsAlreadyOn: Recording is already on
	ErrAERecordingIsAlreadyOn ErrAE = -1732
	// ErrAEReplyNotArrived: Reply has not yet arrived
	ErrAEReplyNotArrived ErrAE = -1718
	// ErrAEReplyNotValid: [AEResetTimer] was passed an invalid reply
	ErrAEReplyNotValid ErrAE = -1709
	// ErrAEStreamAlreadyConverted: Attempt to convert a stream that has alreadybeen converted
	ErrAEStreamAlreadyConverted ErrAE = -1738
	// ErrAEStreamBadNesting: Nesting violation while streaming
	ErrAEStreamBadNesting          ErrAE = -1737
	ErrAETargetAddressNotPermitted ErrAE = -1742
	// ErrAETimeout: Apple event timed out
	ErrAETimeout ErrAE = -1712
	// ErrAETypeError: A descriptor type mismatch occurred.
	ErrAETypeError ErrAE = -10001
	// ErrAEUnknownAddressType: Unknown Apple event address type
	ErrAEUnknownAddressType ErrAE = -1716
	// ErrAEUnknownObjectType: The object type isn’t recognized
	ErrAEUnknownObjectType ErrAE = -1731
	// ErrAEUnknownSendMode: Invalid sending mode was passed
	ErrAEUnknownSendMode ErrAE = -1710
	// ErrAEWaitCanceled: User canceled out of wait loop for replyor receipt
	ErrAEWaitCanceled ErrAE = -1711
	// ErrAEWriteDenied: Can't set <object or data> to <object or data>.
	ErrAEWriteDenied ErrAE = -10006
	// ErrAEWrongDataType: Wrong descriptor type
	ErrAEWrongDataType ErrAE = -1703
	// ErrAEWrongNumberArgs: The number of operands provided for the `kAENOT` logicaloperator is not 1
	ErrAEWrongNumberArgs ErrAE = -1721
)

func (ErrAE) String

func (e ErrAE) String() string

type ErrAS

type ErrAS int
const (
	// ErrASCantCompareMoreThan32k: Can’t perform operation on text longerthan 32K bytes.
	ErrASCantCompareMoreThan32k ErrAS = -2721
	// ErrASCantConsiderAndIgnore: Can’t both consider and ignore <attribute>.
	ErrASCantConsiderAndIgnore ErrAS = -2720
	// ErrASIllegalFormalParameter: <name> is illegal as a formal parameter.
	ErrASIllegalFormalParameter ErrAS = -2761
	ErrASInconsistentNames      ErrAS = -2780
	// ErrASNoResultReturned: No result was returned for some argumentof this expression.
	ErrASNoResultReturned ErrAS = -2763
	// ErrASParameterNotForEvent: <name> is not a parameter name for the event <event>.
	ErrASParameterNotForEvent ErrAS = -2762
	// ErrASTerminologyNestingTooDeep: Tell statements are nested too deeply.
	ErrASTerminologyNestingTooDeep ErrAS = -2760
)

func (ErrAS) String

func (e ErrAS) String() string

type ErrCoreEndianData

type ErrCoreEndianData int
const (
	ErrCoreEndianDataDoesNotMatchFormat ErrCoreEndianData = -4942
	ErrCoreEndianDataTooLongForFormat   ErrCoreEndianData = -4941
	ErrCoreEndianDataTooShortForFormat  ErrCoreEndianData = -4940
)

func (ErrCoreEndianData) String

func (e ErrCoreEndianData) String() string

type ErrIA

type ErrIA int
const (
	ErrIAAllocationErr     ErrIA = -5381
	ErrIABufferTooSmall    ErrIA = -5384
	ErrIACanceled          ErrIA = -5385
	ErrIAEndOfTextRun      ErrIA = -5388
	ErrIAInvalidDocument   ErrIA = -5386
	ErrIANoErr             ErrIA = 0
	ErrIANoMoreItems       ErrIA = -5383
	ErrIAParamErr          ErrIA = -5382
	ErrIATextExtractionErr ErrIA = -5387
	ErrIAUnknownErr        ErrIA = -5380
)

func (ErrIA) String

func (e ErrIA) String() string

type ErrInvalidWindowPtr

type ErrInvalidWindowPtr int
const (
	ErrCorruptWindowDescription            ErrInvalidWindowPtr = -5606
	ErrFloatingWindowsNotInitialized       ErrInvalidWindowPtr = -5609
	ErrInvalidWindowProperty               ErrInvalidWindowPtr = -5603
	ErrInvalidWindowPtrValue               ErrInvalidWindowPtr = -5600
	ErrInvalidWindowRef                    ErrInvalidWindowPtr = -5600
	ErrUnrecognizedWindowClass             ErrInvalidWindowPtr = -5605
	ErrUnsupportedWindowAttributesForClass ErrInvalidWindowPtr = -5601
	ErrUserWantsToDragWindow               ErrInvalidWindowPtr = -5607
	ErrWindowDoesNotFitOnscreen            ErrInvalidWindowPtr = -5611
	ErrWindowDoesNotHaveProxy              ErrInvalidWindowPtr = -5602
	ErrWindowDoesntSupportFocus            ErrInvalidWindowPtr = -30583
	ErrWindowNotFound                      ErrInvalidWindowPtr = -5610
	ErrWindowPropertyNotFound              ErrInvalidWindowPtr = -5604
	ErrWindowRegionCodeInvalid             ErrInvalidWindowPtr = -30593
	ErrWindowsAlreadyInitialized           ErrInvalidWindowPtr = -5608
	WindowAppModalStateAlreadyExistsErr    ErrInvalidWindowPtr = -5617
	WindowAttributeImmutableErr            ErrInvalidWindowPtr = -5612
	WindowAttributesConflictErr            ErrInvalidWindowPtr = -5613
	WindowGroupInvalidErr                  ErrInvalidWindowPtr = -5616
	WindowManagerInternalErr               ErrInvalidWindowPtr = -5614
	WindowNoAppModalStateErr               ErrInvalidWindowPtr = -5618
	WindowWrongStateErr                    ErrInvalidWindowPtr = -5615
)

func (ErrInvalidWindowPtr) String

func (e ErrInvalidWindowPtr) String() string

type ErrKC

type ErrKC int
const (
	ErrKCAuthFailed            ErrKC = -25293
	ErrKCBufferTooSmall        ErrKC = -25301
	ErrKCCreateChainFailed     ErrKC = -25318
	ErrKCDataNotAvailable      ErrKC = -25316
	ErrKCDataNotModifiable     ErrKC = -25317
	ErrKCDataTooLarge          ErrKC = -25302
	ErrKCDuplicateCallback     ErrKC = -25297
	ErrKCDuplicateItem         ErrKC = -25299
	ErrKCDuplicateKeychain     ErrKC = -25296
	ErrKCInteractionNotAllowed ErrKC = -25308
	ErrKCInteractionRequired   ErrKC = -25315
	ErrKCInvalidCallback       ErrKC = -25298
	ErrKCInvalidItemRef        ErrKC = -25304
	ErrKCInvalidKeychain       ErrKC = -25295
	ErrKCInvalidSearchRef      ErrKC = -25305
	ErrKCItemNotFound          ErrKC = -25300
	ErrKCKeySizeNotAllowed     ErrKC = -25311
	ErrKCNoCertificateModule   ErrKC = -25313
	ErrKCNoDefaultKeychain     ErrKC = -25307
	ErrKCNoPolicyModule        ErrKC = -25314
	ErrKCNoStorageModule       ErrKC = -25312
	ErrKCNoSuchAttr            ErrKC = -25303
	ErrKCNoSuchClass           ErrKC = -25306
	ErrKCNoSuchKeychain        ErrKC = -25294
	ErrKCNotAvailable          ErrKC = -25291
	ErrKCReadOnly              ErrKC = -25292
	ErrKCReadOnlyAttr          ErrKC = -25309
	ErrKCWrongKCVersion        ErrKC = -25310
)

func (ErrKC) String

func (e ErrKC) String() string

type ErrMessageNotSupported

type ErrMessageNotSupported int
const (
	ControlHandleInvalidErr      ErrMessageNotSupported = -30599
	ControlInvalidDataVersionErr ErrMessageNotSupported = -30597
	ControlPropertyInvalid       ErrMessageNotSupported = -5603
	ControlPropertyNotFoundErr   ErrMessageNotSupported = -5604
	ErrCantEmbedIntoSelf         ErrMessageNotSupported = -30594
	ErrCantEmbedRoot             ErrMessageNotSupported = -30595
	ErrControlDoesntSupportFocus ErrMessageNotSupported = -30582
	ErrControlHiddenOrDisabled   ErrMessageNotSupported = -30592
	ErrControlIsNotEmbedder      ErrMessageNotSupported = -30590
	ErrControlsAlreadyExist      ErrMessageNotSupported = -30589
	ErrCouldntSetFocus           ErrMessageNotSupported = -30585
	ErrDataNotSupported          ErrMessageNotSupported = -30581
	ErrDataSizeMismatch          ErrMessageNotSupported = -30591
	ErrInvalidPartCode           ErrMessageNotSupported = -30588
	ErrItemNotControl            ErrMessageNotSupported = -30596
	ErrMessageNotSupportedValue  ErrMessageNotSupported = -30580
	ErrNoRootControl             ErrMessageNotSupported = -30586
	ErrRootAlreadyExists         ErrMessageNotSupported = -30587
	ErrUnknownControl            ErrMessageNotSupported = -30584
)

func (ErrMessageNotSupported) String

func (e ErrMessageNotSupported) String() string

type ErrOSA

type ErrOSA int
const (
	ErrOSAAppNotHighLevelEventAware ErrOSA = -2704
	ErrOSABadSelector               ErrOSA = -1754
	ErrOSABadStorageType            ErrOSA = -1752
	ErrOSACantAccess                ErrOSA = -1728
	ErrOSACantAssign                ErrOSA = -10006
	ErrOSACantCoerce                ErrOSA = -1700
	ErrOSACantCreate                ErrOSA = -2710
	ErrOSACantGetTerminology        ErrOSA = -2709
	ErrOSACantLaunch                ErrOSA = -2703
	ErrOSACantOpenComponent         ErrOSA = -1762
	ErrOSACantStorePointers         ErrOSA = -1763
	ErrOSAComponentMismatch         ErrOSA = -1761
	ErrOSACorruptData               ErrOSA = -1702
	ErrOSACorruptTerminology        ErrOSA = -2705
	ErrOSADataBlockTooLarge         ErrOSA = -2708
	ErrOSADataFormatObsolete        ErrOSA = -1758
	ErrOSADataFormatTooNew          ErrOSA = -1759
	ErrOSADivideByZero              ErrOSA = -2701
	ErrOSAGeneralError              ErrOSA = -2700
	ErrOSAInternalTableOverflow     ErrOSA = -2707
	ErrOSAInvalidID                 ErrOSA = -1751
	ErrOSANoSuchDialect             ErrOSA = -1757
	ErrOSANumericOverflow           ErrOSA = -2702
	ErrOSARecordingIsAlreadyOn      ErrOSA = -1732
	ErrOSAScriptError               ErrOSA = -1753
	ErrOSASourceNotAvailable        ErrOSA = -1756
	ErrOSAStackOverflow             ErrOSA = -2706
	ErrOSASystemError               ErrOSA = -1750
)

func (ErrOSA) String

func (e ErrOSA) String() string

type ErrOSATypeError

type ErrOSATypeError int
const (
	ErrOSATypeErrorValue        ErrOSATypeError = -1703
	OSAControlFlowError         ErrOSATypeError = -2755
	OSADuplicateHandler         ErrOSATypeError = -2752
	OSADuplicateParameter       ErrOSATypeError = -2750
	OSADuplicateProperty        ErrOSATypeError = -2751
	OSAIllegalAccess            ErrOSATypeError = -1723
	OSAIllegalAssign            ErrOSATypeError = -10003
	OSAIllegalIndex             ErrOSATypeError = -1719
	OSAIllegalRange             ErrOSATypeError = -1720
	OSAInconsistentDeclarations ErrOSATypeError = -2754
	OSAMessageNotUnderstood     ErrOSATypeError = -1708
	OSAMissingParameter         ErrOSATypeError = -1701
	OSAParameterMismatch        ErrOSATypeError = -1721
	OSASyntaxError              ErrOSATypeError = -2740
	OSASyntaxTypeError          ErrOSATypeError = -2741
	OSATokenTooLong             ErrOSATypeError = -2742
	OSAUndefinedHandler         ErrOSATypeError = -1717
	OSAUndefinedVariable        ErrOSATypeError = -2753
)

func (ErrOSATypeError) String

func (e ErrOSATypeError) String() string

type ExceptionHandlerUPP

type ExceptionHandlerUPP = unsafe.Pointer

See: https://developer.apple.com/documentation/coreservices/exceptionhandlerupp

func NewExceptionHandlerUPP deprecated

func NewExceptionHandlerUPP(arg0 unsafe.Pointer) ExceptionHandlerUPP

NewExceptionHandlerUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1500655-newexceptionhandlerupp

type FNSubscriptionUPP

type FNSubscriptionUPP = unsafe.Pointer

See: https://developer.apple.com/documentation/coreservices/fnsubscriptionupp

func NewFNSubscriptionUPP deprecated

func NewFNSubscriptionUPP(arg0 unsafe.Pointer) FNSubscriptionUPP

NewFNSubscriptionUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566945-newfnsubscriptionupp

type FSAliasInfo

type FSAliasInfo = unsafe.Pointer

FSAliasInfo is defines an information block passed to the [FSCopyAliasInfo] function.

See: https://developer.apple.com/documentation/coreservices/fsaliasinfo

type FSAliasInfoBitmap

type FSAliasInfoBitmap = uint32

FSAliasInfoBitmap is returned by the [FSCopyAliasInfo] function to indicate which fields of the alias information structure contain valid data.

See: https://developer.apple.com/documentation/coreservices/fsaliasinfobitmap

type FSEventStreamContext

type FSEventStreamContext struct {
	Version         int                                               // Currently the only valid value is zero.
	Info            unsafe.Pointer                                    // An arbitrary client-defined value (for instance, a pointer) to be associated with the stream and passed to the callback when it is invoked. If a non-NULL value is supplied for the retain callback the framework will use it to retain this value. If a non-NULL value is supplied for the release callback then when the stream is deallocated it will be used to release this value. This can be NULL.
	Retain          corefoundation.CFAllocatorRetainCallBack          // The callback used retain the info pointer. This can be NULL.
	Release         corefoundation.CFAllocatorReleaseCallBack         // The callback used release a retain on the info pointer. This can be NULL.
	CopyDescription corefoundation.CFAllocatorCopyDescriptionCallBack // The callback used to create a descriptive string representation of the info pointer (or the data pointed to by the info pointer) for debugging purposes. This can be NULL.

}

FSEventStreamContext

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/fseventstreamcontext

type FSFileSecurityRef

type FSFileSecurityRef uintptr

See: https://developer.apple.com/documentation/coreservices/fsfilesecurityref

func FSFileSecurityCreate deprecated

func FSFileSecurityCreate(arg0 corefoundation.CFAllocatorRef) FSFileSecurityRef

FSFileSecurityCreate.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565742-fsfilesecuritycreate

func FSFileSecurityCreateWithFSPermissionInfo deprecated

func FSFileSecurityCreateWithFSPermissionInfo(arg0 corefoundation.CFAllocatorRef, arg1 FSPermissionInfo) FSFileSecurityRef

FSFileSecurityCreateWithFSPermissionInfo.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566954-fsfilesecuritycreatewithfspermis

func FSFileSecurityRefCreateCopy deprecated

func FSFileSecurityRefCreateCopy(arg0 corefoundation.CFAllocatorRef, arg1 FSFileSecurityRef) FSFileSecurityRef

FSFileSecurityRefCreateCopy.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566223-fsfilesecurityrefcreatecopy

type FSRef

type FSRef uintptr

FSRef is identifies a directory or file, including a volume’s root directory.

See: https://developer.apple.com/documentation/coreservices/fsref

type FSVolumeEjectUPP

type FSVolumeEjectUPP = unsafe.Pointer

See: https://developer.apple.com/documentation/coreservices/fsvolumeejectupp

func NewFSVolumeEjectUPP deprecated

func NewFSVolumeEjectUPP(arg0 unsafe.Pointer) FSVolumeEjectUPP

NewFSVolumeEjectUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1566367-newfsvolumeejectupp

type FSVolumeMountUPP

type FSVolumeMountUPP = unsafe.Pointer

See: https://developer.apple.com/documentation/coreservices/fsvolumemountupp

func NewFSVolumeMountUPP deprecated

func NewFSVolumeMountUPP(arg0 unsafe.Pointer) FSVolumeMountUPP

NewFSVolumeMountUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565615-newfsvolumemountupp

type FSVolumeUnmountUPP

type FSVolumeUnmountUPP = unsafe.Pointer

See: https://developer.apple.com/documentation/coreservices/fsvolumeunmountupp

func NewFSVolumeUnmountUPP deprecated

func NewFSVolumeUnmountUPP(arg0 unsafe.Pointer) FSVolumeUnmountUPP

NewFSVolumeUnmountUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565539-newfsvolumeunmountupp

type FidNotFound

type FidNotFound int
const (
	BadFCBErr                       FidNotFound = -1327
	BadFidErr                       FidNotFound = -1307
	CatChangedErr                   FidNotFound = -1304
	DesktopDamagedErr               FidNotFound = -1305
	DiffVolErr                      FidNotFound = -1303
	EnvBadVers                      FidNotFound = -5501
	EnvNotPresent                   FidNotFound = -5500
	EnvVersTooBig                   FidNotFound = -5502
	ErrFSAttributeNotFound          FidNotFound = -1427
	ErrFSBadAllocFlags              FidNotFound = -1413
	ErrFSBadBuffer                  FidNotFound = -1403
	ErrFSBadFSRef                   FidNotFound = -1401
	ErrFSBadForkName                FidNotFound = -1402
	ErrFSBadForkRef                 FidNotFound = -1404
	ErrFSBadInfoBitmap              FidNotFound = -1405
	ErrFSBadItemCount               FidNotFound = -1418
	ErrFSBadIteratorFlags           FidNotFound = -1422
	ErrFSBadPosMode                 FidNotFound = -1412
	ErrFSBadSearchParams            FidNotFound = -1419
	ErrFSForkExists                 FidNotFound = -1421
	ErrFSForkNotFound               FidNotFound = -1409
	ErrFSIteratorNotFound           FidNotFound = -1423
	ErrFSIteratorNotSupported       FidNotFound = -1424
	ErrFSMissingCatInfo             FidNotFound = -1406
	ErrFSMissingName                FidNotFound = -1411
	ErrFSNameTooLong                FidNotFound = -1410
	ErrFSNoMoreItems                FidNotFound = -1417
	ErrFSNotAFolder                 FidNotFound = -1407
	ErrFSNotEnoughSpaceForOperation FidNotFound = -1429
	ErrFSOperationNotSupported      FidNotFound = -1426
	ErrFSPropertyNotValid           FidNotFound = -1428
	ErrFSQuotaExceeded              FidNotFound = -1425
	ErrFSRefsDifferent              FidNotFound = -1420
	ErrFSUnknownCall                FidNotFound = -1400
	FidExists                       FidNotFound = -1301
	FidNotFoundValue                FidNotFound = -1300
	FileBoundsErr                   FidNotFound = -1309
	FirstDskErr                     FidNotFound = -84
	FontDecError                    FidNotFound = -64
	FontNotDeclared                 FidNotFound = -65
	FontNotOutlineErr               FidNotFound = -32615
	FontSubErr                      FidNotFound = -66
	FsDataTooBigErr                 FidNotFound = -1310
	LastDskErr                      FidNotFound = -64
	NoDriveErr                      FidNotFound = -64
	NoNybErr                        FidNotFound = -66
	NotAFileErr                     FidNotFound = -1302
	NotARemountErr                  FidNotFound = -1308
	OffLinErr                       FidNotFound = -65
	SameFileErr                     FidNotFound = -1306
	VolVMBusyErr                    FidNotFound = -1311
)

func (FidNotFound) String

func (e FidNotFound) String() string

type FirstPickerError

type FirstPickerError int
const (
	BadProfileError        FirstPickerError = -4008
	CantCreatePickerWindow FirstPickerError = -4004
	CantLoadPackage        FirstPickerError = -4005
	CantLoadPicker         FirstPickerError = -4003
	ColorSyncNotInstalled  FirstPickerError = -4007
	FirstPickerErrorValue  FirstPickerError = -4000
	InvalidPickerType      FirstPickerError = -4000
	NoHelpForItem          FirstPickerError = -4009
	PickerCantLive         FirstPickerError = -4006
	PickerResourceError    FirstPickerError = -4002
	RequiredFlagsDontMatch FirstPickerError = -4001
)

func (FirstPickerError) String

func (e FirstPickerError) String() string

type FolderManagerNotificationUPP

type FolderManagerNotificationUPP = unsafe.Pointer

See: https://developer.apple.com/documentation/coreservices/foldermanagernotificationupp

func NewFolderManagerNotificationUPP deprecated

func NewFolderManagerNotificationUPP(arg0 unsafe.Pointer) FolderManagerNotificationUPP

NewFolderManagerNotificationUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1389484-newfoldermanagernotificationupp

type Form

type Form uint
const (
	// FormAbsolutePosition: # Discussion
	FormAbsolutePosition Form = 'i'<<24 | 'n'<<16 | 'd'<<8 | 'x' // 'indx'
	// FormName: Specifies the Apple event object by name.
	FormName Form = 'n'<<24 | 'a'<<16 | 'm'<<8 | 'e' // 'name'
	// FormPropertyID: Specifies the property ID for an element’s property.
	FormPropertyID Form = 'p'<<24 | 'r'<<16 | 'o'<<8 | 'p' // 'prop'
	// FormRange: # Discussion
	FormRange Form = 'r'<<24 | 'a'<<16 | 'n'<<8 | 'g' // 'rang'
	// FormRelativePosition: # Discussion
	FormRelativePosition Form = 'r'<<24 | 'e'<<16 | 'l'<<8 | 'e' // 'rele'
	// FormTest: # Discussion
	FormTest Form = 't'<<24 | 'e'<<16 | 's'<<8 | 't' // 'test'
	// FormUniqueID: Specifies a value that uniquely identifies an object within its container or across an application.
	FormUniqueID Form = 'I'<<24 | 'D'<<16 | ' '<<8 | ' ' // 'ID  '
)

func (Form) String

func (e Form) String() string

type Fsm

type Fsm int
const (
	FsmBadFFSNameErr        Fsm = -433
	FsmBadFSDLenErr         Fsm = -434
	FsmBadFSDVersionErr     Fsm = -436
	FsmBusyFFSErr           Fsm = -432
	FsmDuplicateFSIDErr     Fsm = -435
	FsmFFSNotFoundErr       Fsm = -431
	FsmNoAlternateStackErr  Fsm = -437
	FsmUnknownFSMMessageErr Fsm = -438
)

func (Fsm) String

func (e Fsm) String() string

type GenericDocumentIconResource

type GenericDocumentIconResource int
const (
	AppleMenuFolderIconResource      GenericDocumentIconResource = -3982
	DesktopIconResource              GenericDocumentIconResource = -3992
	FloppyIconResource               GenericDocumentIconResource = -3998
	GenericApplicationIconResource   GenericDocumentIconResource = -3996
	GenericCDROMIconResource         GenericDocumentIconResource = -3987
	GenericDeskAccessoryIconResource GenericDocumentIconResource = -3991
	GenericDocumentIconResourceValue GenericDocumentIconResource = -4000
	GenericEditionFileIconResource   GenericDocumentIconResource = -3989
	GenericExtensionIconResource     GenericDocumentIconResource = -16415
	GenericFileServerIconResource    GenericDocumentIconResource = -3972
	GenericFolderIconResource        GenericDocumentIconResource = -3999
	GenericHardDiskIconResource      GenericDocumentIconResource = -3995
	GenericMoverObjectIconResource   GenericDocumentIconResource = -3969
	GenericPreferencesIconResource   GenericDocumentIconResource = -3971
	GenericQueryDocumentIconResource GenericDocumentIconResource = -16506
	GenericRAMDiskIconResource       GenericDocumentIconResource = -3988
	GenericStationeryIconResource    GenericDocumentIconResource = -3985
	GenericSuitcaseIconResource      GenericDocumentIconResource = -3970
	OpenFolderIconResource           GenericDocumentIconResource = -3997
	PrivateFolderIconResource        GenericDocumentIconResource = -3994
	SystemFolderIconResource         GenericDocumentIconResource = -3983
	TrashIconResource                GenericDocumentIconResource = -3993
)

func (GenericDocumentIconResource) String

type GetMissingComponentResourceUPP

type GetMissingComponentResourceUPP = unsafe.Pointer

See: https://developer.apple.com/documentation/coreservices/getmissingcomponentresourceupp

func NewGetMissingComponentResourceUPP deprecated

func NewGetMissingComponentResourceUPP(arg0 unsafe.Pointer) GetMissingComponentResourceUPP

NewGetMissingComponentResourceUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516619-newgetmissingcomponentresourceup

type Hm

type Hm int
const (
	HmBalloonAborted       Hm = -853
	HmCloseViewActive      Hm = -863
	HmHelpDisabled         Hm = -850
	HmHelpManagerNotInited Hm = -855
	HmNoBalloonUp          Hm = -862
	HmOperationUnsupported Hm = -861
	HmSameAsLastBalloon    Hm = -854
	HmSkippedBalloon       Hm = -857
	HmUnknownHelpType      Hm = -859
	HmWrongVersion         Hm = -858
)

func (Hm) String

func (e Hm) String() string

type Hr

type Hr int
const (
	HrHTMLRenderingLibNotInstalledErr Hr = -5360
	HrMiscellaneousExceptionErr       Hr = -5361
	HrURLNotHandledErr                Hr = -5363
	HrUnableToResizeHandleErr         Hr = -5362
)

func (Hr) String

func (e Hr) String() string

type IMemFullErr

type IMemFullErr int
const (
	IIOAbort         IMemFullErr = -27
	IMemFullErrValue IMemFullErr = -108
)

func (IMemFullErr) String

func (e IMemFullErr) String() string

type IOCompletionUPP

type IOCompletionUPP = unsafe.Pointer

See: https://developer.apple.com/documentation/coreservices/iocompletionupp

func NewIOCompletionUPP deprecated

func NewIOCompletionUPP(arg0 unsafe.Pointer) IOCompletionUPP

NewIOCompletionUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1565869-newiocompletionupp

type InternalComponentErr

type InternalComponentErr int
const (
	CantReceiveFromSynthesizerOSErr InternalComponentErr = -2073
	CantSendToSynthesizerOSErr      InternalComponentErr = -2072
	IllegalChannelOSErr             InternalComponentErr = -2076
	IllegalControllerOSErr          InternalComponentErr = -2080
	IllegalInstrumentOSErr          InternalComponentErr = -2079
	IllegalKnobOSErr                InternalComponentErr = -2077
	IllegalKnobValueOSErr           InternalComponentErr = -2078
	IllegalNoteChannelOSErr         InternalComponentErr = -2084
	IllegalPartOSErr                InternalComponentErr = -2075
	IllegalVoiceAllocationOSErr     InternalComponentErr = -2074
	InternalComponentErrValue       InternalComponentErr = -2070
	MidiManagerAbsentOSErr          InternalComponentErr = -2081
	NoExportProcAvailableErr        InternalComponentErr = -2089
	NotImplementedMusicOSErr        InternalComponentErr = -2071
	NoteChannelNotAllocatedOSErr    InternalComponentErr = -2085
	SynthesizerNotRespondingOSErr   InternalComponentErr = -2082
	SynthesizerOSErr                InternalComponentErr = -2083
	TuneParseOSErr                  InternalComponentErr = -2087
	TunePlayerFullOSErr             InternalComponentErr = -2086
	VideoOutputInUseErr             InternalComponentErr = -2090
)

func (InternalComponentErr) String

func (e InternalComponentErr) String() string

type InternalScrapErr

type InternalScrapErr int
const (
	BadScrapRefErr              InternalScrapErr = -4990
	DuplicateScrapFlavorErr     InternalScrapErr = -4989
	IllegalScrapFlavorFlagsErr  InternalScrapErr = -4997
	IllegalScrapFlavorSizeErr   InternalScrapErr = -4999
	IllegalScrapFlavorTypeErr   InternalScrapErr = -4998
	InternalScrapErrValue       InternalScrapErr = -4988
	NeedClearScrapErr           InternalScrapErr = -100
	NilScrapFlavorDataErr       InternalScrapErr = -4994
	NoScrapPromiseKeeperErr     InternalScrapErr = -4993
	ProcessStateIncorrectErr    InternalScrapErr = -4991
	ScrapFlavorFlagsMismatchErr InternalScrapErr = -4995
	ScrapFlavorNotFoundErr      InternalScrapErr = -102
	ScrapFlavorSizeMismatchErr  InternalScrapErr = -4996
	ScrapPromiseNotKeptErr      InternalScrapErr = -4992
)

func (InternalScrapErr) String

func (e InternalScrapErr) String() string

type IntlText

type IntlText struct {
	TheScriptCode unsafe.Pointer
	TheLangCode   unsafe.Pointer
	TheText       unsafe.Pointer
}

IntlText - International text consists of an ordered series of bytes, beginning with a 4-byte language code and a 4-byte script code that together determine the format of the bytes that follow.

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/intltext

type InvalidComponentID

type InvalidComponentID int
const (
	ComponentDontRegister InvalidComponentID = -3003
	// ComponentNotCaptured: This component has not been captured.
	ComponentNotCaptured InvalidComponentID = -3002
	// InvalidComponentIDValue: Invalid component ID.
	InvalidComponentIDValue       InvalidComponentID = -3000
	RetryComponentRegistrationErr InvalidComponentID = -3005
	UnresolvedComponentDLLErr     InvalidComponentID = -3004
	// ValidInstancesExist: This component has open connections.
	ValidInstancesExist InvalidComponentID = -3001
)

func (InvalidComponentID) String

func (e InvalidComponentID) String() string

type InvalidIconRefErr

type InvalidIconRefErr int
const (
	InvalidIconRefErrValue InvalidIconRefErr = -2580
	NoIconDataAvailableErr InvalidIconRefErr = -2582
	NoSuchIconErr          InvalidIconRefErr = -2581
)

func (InvalidIconRefErr) String

func (e InvalidIconRefErr) String() string

type InvalidTranslationPathErr

type InvalidTranslationPathErr int
const (
	BadTranslationSpecErr          InvalidTranslationPathErr = -3031
	CouldNotParseSourceFileErr     InvalidTranslationPathErr = -3026
	InvalidTranslationPathErrValue InvalidTranslationPathErr = -3025
	NoPrefAppErr                   InvalidTranslationPathErr = -3032
	NoTranslationPathErr           InvalidTranslationPathErr = -3030
)

func (InvalidTranslationPathErr) String

func (e InvalidTranslationPathErr) String() string

type KAE

type KAE uint
const (
	KAEActivate KAE = 'a'<<24 | 'c'<<16 | 't'<<8 | 'v' // 'actv'
	// KAEAlwaysInteract: # Discussion
	KAEAlwaysInteract KAE = 48
	// KAEAnswer: Event that is a reply Apple event.
	KAEAnswer           KAE = 'a'<<24 | 'n'<<16 | 's'<<8 | 'r' // 'ansr'
	KAEApplicationClass KAE = 'a'<<24 | 'p'<<16 | 'p'<<8 | 'l' // 'appl'
	// KAEApplicationDied: Event sent by the Process Manager to an application that launched another application when the launched application quits or terminates.
	KAEApplicationDied  KAE = 'o'<<24 | 'b'<<16 | 'i'<<8 | 't' // 'obit'
	KAEAsk              KAE = 'a'<<24 | 's'<<16 | 'k'<<8 | ' ' // 'ask '
	KAEAutoDown         KAE = 'a'<<24 | 'u'<<16 | 't'<<8 | 'o' // 'auto'
	KAEBefore           KAE = 'b'<<24 | 'e'<<16 | 'f'<<8 | 'o' // 'befo'
	KAEBeginTransaction KAE = 'b'<<24 | 'e'<<16 | 'g'<<8 | 'i' // 'begi'
	KAEBeginning        KAE = 'b'<<24 | 'g'<<16 | 'n'<<8 | 'g' // 'bgng'
	// KAEBeginsWith: The value of `operand1` begins with the value of `operand2` (for example, the string `"operand"` begins with the string `"opera"`).
	KAEBeginsWith KAE = 'b'<<24 | 'g'<<16 | 'w'<<8 | 't' // 'bgwt'
	KAEBold       KAE = 'b'<<24 | 'o'<<16 | 'l'<<8 | 'd' // 'bold'
	// KAECanInteract: # Discussion
	KAECanInteract KAE = 32
	// KAECanSwitchLayer: # Discussion
	KAECanSwitchLayer KAE = 64
	KAECaseSensEquals KAE = 'c'<<24 | 's'<<16 | 'e'<<8 | 'q' // 'cseq'
	KAECentered       KAE = 'c'<<24 | 'e'<<16 | 'n'<<8 | 't' // 'cent'
	KAEChangeView     KAE = 'v'<<24 | 'i'<<16 | 'e'<<8 | 'w' // 'view'
	KAEClone          KAE = 'c'<<24 | 'l'<<16 | 'o'<<8 | 'n' // 'clon'
	KAEClose          KAE = 'c'<<24 | 'l'<<16 | 'o'<<8 | 's' // 'clos'
	KAECommandClass   KAE = 'c'<<24 | 'm'<<16 | 'n'<<8 | 'd' // 'cmnd'
	KAECondensed      KAE = 'c'<<24 | 'o'<<16 | 'n'<<8 | 'd' // 'cond'
	// KAEContains: The value of `operand1` contains the value of `operand2 `(for example, the string `"operand"` contains the string `"era"`).
	KAEContains KAE = 'c'<<24 | 'o'<<16 | 'n'<<8 | 't' // 'cont'
	KAECopy     KAE = 'c'<<24 | 'o'<<16 | 'p'<<8 | 'y' // 'copy'
	// KAECoreSuite: An Apple event in the Standard Suite.
	KAECoreSuite       KAE = 'c'<<24 | 'o'<<16 | 'r'<<8 | 'e' // 'core'
	KAECountElements   KAE = 'c'<<24 | 'n'<<16 | 't'<<8 | 'e' // 'cnte'
	KAECreateElement   KAE = 'c'<<24 | 'r'<<16 | 'e'<<8 | 'l' // 'crel'
	KAECreatePublisher KAE = 'c'<<24 | 'p'<<16 | 'u'<<8 | 'b' // 'cpub'
	KAECut             KAE = 'c'<<24 | 'u'<<16 | 't'<<8 | ' ' // 'cut '
	// KAEDataArray: Array items consist of data of the same size and same type, and are aligned on word boundaries.
	KAEDataArray  KAE = 0
	KAEDeactivate KAE = 'd'<<24 | 'a'<<16 | 'c'<<8 | 't' // 'dact'
	KAEDelete     KAE = 'd'<<24 | 'e'<<16 | 'l'<<8 | 'o' // 'delo'
	// KAEDescArray: Array items consist of descriptors of different descriptor types with data of variable size.
	KAEDescArray KAE = 3
	// KAEDirectCall: The source of the Apple event is a direct call that bypassed the PPC Toolbox.
	KAEDirectCall                              KAE = 1
	KAEDiskEvent                               KAE = 'd'<<24 | 'i'<<16 | 's'<<8 | 'k' // 'disk'
	KAEDoNotAutomaticallyAddAnnotationsToEvent KAE = 65536
	KAEDoObjectsExist                          KAE = 'd'<<24 | 'o'<<16 | 'e'<<8 | 'x' // 'doex'
	KAEDoScript                                KAE = 'd'<<24 | 'o'<<16 | 's'<<8 | 'c' // 'dosc'
	// KAEDontExecute: # Discussion
	KAEDontExecute KAE = 8192
	// KAEDontReconnect: # Discussion
	KAEDontReconnect KAE = 128
	// KAEDontRecord: # Discussion
	KAEDontRecord         KAE = 4096
	KAEDown               KAE = 'd'<<24 | 'o'<<16 | 'w'<<8 | 'n' // 'down'
	KAEDrag               KAE = 'd'<<24 | 'r'<<16 | 'a'<<8 | 'g' // 'drag'
	KAEDuplicateSelection KAE = 's'<<24 | 'd'<<16 | 'u'<<8 | 'p' // 'sdup'
	KAEEditGraphic        KAE = 'e'<<24 | 'd'<<16 | 'i'<<8 | 't' // 'edit'
	KAEEmptyTrash         KAE = 'e'<<24 | 'm'<<16 | 'p'<<8 | 't' // 'empt'
	KAEEnd                KAE = 'e'<<24 | 'n'<<16 | 'd'<<8 | ' ' // 'end '
	KAEEndTransaction     KAE = 'e'<<24 | 'n'<<16 | 'd'<<8 | 't' // 'endt'
	// KAEEndsWith: The value of `operand1` ends with the value of `operand2` (for example, the string `"operand"` ends with the string `"and"`).
	KAEEndsWith KAE = 'e'<<24 | 'n'<<16 | 'd'<<8 | 's' // 'ends'
	// KAEEquals: The value of `operand1` is equal to the value of `operand2`
	KAEEquals   KAE = '='<<24 | ' '<<16 | ' '<<8 | ' ' // '=   '
	KAEExpanded KAE = 'p'<<24 | 'e'<<16 | 'x'<<8 | 'p' // 'pexp'
	KAEFast     KAE = 'f'<<24 | 'a'<<16 | 's'<<8 | 't' // 'fast'
	// KAEFinderEvents: An event that the Finder accepts.
	KAEFinderEvents          KAE = 'F'<<24 | 'N'<<16 | 'D'<<8 | 'R' // 'FNDR'
	KAEFormulaProtect        KAE = 'f'<<24 | 'p'<<16 | 'r'<<8 | 'o' // 'fpro'
	KAEFullyJustified        KAE = 'f'<<24 | 'u'<<16 | 'l'<<8 | 'l' // 'full'
	KAEGetClassInfo          KAE = 'q'<<24 | 'o'<<16 | 'b'<<8 | 'j' // 'qobj'
	KAEGetData               KAE = 'g'<<24 | 'e'<<16 | 't'<<8 | 'd' // 'getd'
	KAEGetDataSize           KAE = 'd'<<24 | 's'<<16 | 'i'<<8 | 'z' // 'dsiz'
	KAEGetEventInfo          KAE = 'g'<<24 | 't'<<16 | 'e'<<8 | 'i' // 'gtei'
	KAEGetInfoSelection      KAE = 's'<<24 | 'i'<<16 | 'n'<<8 | 'f' // 'sinf'
	KAEGetPrivilegeSelection KAE = 's'<<24 | 'p'<<16 | 'r'<<8 | 'v' // 'sprv'
	KAEGetSuiteInfo          KAE = 'g'<<24 | 't'<<16 | 's'<<8 | 'i' // 'gtsi'
	// KAEGreaterThan: The value of `operand1` is greater than the value of `operand2`.
	KAEGreaterThan KAE = '>'<<24 | ' '<<16 | ' '<<8 | ' ' // '>   '
	// KAEGreaterThanEquals: The value of `operand1` is greater than or equal to the value of `operand2`.
	KAEGreaterThanEquals KAE = '>'<<24 | '='<<16 | ' '<<8 | ' ' // '>=  '
	KAEGrow              KAE = 'g'<<24 | 'r'<<16 | 'o'<<8 | 'w' // 'grow'
	// KAEHTTPProxyHostAttr: A value of type `typeChar` or `typeUTF8Text`.
	KAEHTTPProxyHostAttr KAE = 'x'<<24 | 'h'<<16 | 't'<<8 | 'h' // 'xhth'
	// KAEHTTPProxyPortAttr: A value of type `typeSInt32`.
	KAEHTTPProxyPortAttr  KAE = 'x'<<24 | 'h'<<16 | 't'<<8 | 'p' // 'xhtp'
	KAEHandleSimpleRanges KAE = 32
	KAEHiQuality          KAE = 'h'<<24 | 'i'<<16 | 'q'<<8 | 'u' // 'hiqu'
	KAEHidden             KAE = 'h'<<24 | 'i'<<16 | 'd'<<8 | 'n' // 'hidn'
	KAEHighLevel          KAE = 'h'<<24 | 'i'<<16 | 'g'<<8 | 'h' // 'high'
	// KAEHighPriority: The Apple Event Manager posts the event at the beginning of the event queue of the server process.
	KAEHighPriority KAE = 1
	// KAEIDoMarking: The application provides marking callback functions.
	KAEIDoMarking KAE = 4
	// KAEIDoMinimum: The application does not handle whose tests or provide marking callbacks.
	KAEIDoMinimum KAE = 0
	// KAEIDoWhose: The application supports whose tests (supports key form `formWhose`).
	KAEIDoWhose       KAE = 1
	KAEISWebStarSuite KAE = 1465341885
	KAEImageGraphic   KAE = 'i'<<24 | 'm'<<16 | 'g'<<8 | 'r' // 'imgr'
	KAEInfo           KAE = 11
	KAEInternetSuite  KAE = 'g'<<24 | 'u'<<16 | 'r'<<8 | 'l' // 'gurl'
	KAEIsUniform      KAE = 'i'<<24 | 's'<<16 | 'u'<<8 | 'n' // 'isun'
	KAEItalic         KAE = 'i'<<24 | 't'<<16 | 'a'<<8 | 'l' // 'ital'
	KAEKeyClass       KAE = 'k'<<24 | 'e'<<16 | 'y'<<8 | 'c' // 'keyc'
	// KAEKeyDescArray: Array items consist of keyword-specified descriptors with different keywords, different descriptor types, and data of variable size.
	KAEKeyDescArray  KAE = 4
	KAEKeyDown       KAE = 'k'<<24 | 'd'<<16 | 'w'<<8 | 'n' // 'kdwn'
	KAELeftJustified KAE = 'l'<<24 | 'e'<<16 | 'f'<<8 | 't' // 'left'
	KAELessThan      KAE = '<'<<24 | ' '<<16 | ' '<<8 | ' ' // '<   '
	// KAELessThanEquals: The value of `operand1` is less than or equal to the value of `operand2`.
	KAELessThanEquals KAE = '<'<<24 | '='<<16 | ' '<<8 | ' ' // '<=  '
	// KAELocalProcess: The source application is another process on the same computer as the target application.
	KAELocalProcess       KAE = 3
	KAELogOut             KAE = 'l'<<24 | 'o'<<16 | 'g'<<8 | 'o' // 'logo'
	KAELowercase          KAE = 'l'<<24 | 'o'<<16 | 'w'<<8 | 'c' // 'lowc'
	KAEMain               KAE = 0
	KAEMakeObjectsVisible KAE = 'm'<<24 | 'v'<<16 | 'i'<<8 | 's' // 'mvis'
	KAEMenuClass          KAE = 'm'<<24 | 'e'<<16 | 'n'<<8 | 'u' // 'menu'
	KAEMenuSelect         KAE = 'm'<<24 | 'h'<<16 | 'i'<<8 | 't' // 'mhit'
	KAEMiscStandards      KAE = 'm'<<24 | 'i'<<16 | 's'<<8 | 'c' // 'misc'
	KAEModifiable         KAE = 'm'<<24 | 'o'<<16 | 'd'<<8 | 'f' // 'modf'
	KAEMouseClass         KAE = 'm'<<24 | 'o'<<16 | 'u'<<8 | 's' // 'mous'
	KAEMouseDown          KAE = 'm'<<24 | 'd'<<16 | 'w'<<8 | 'n' // 'mdwn'
	KAEMouseDownInBack    KAE = 'm'<<24 | 'd'<<16 | 'b'<<8 | 'k' // 'mdbk'
	KAEMove               KAE = 'm'<<24 | 'o'<<16 | 'v'<<8 | 'e' // 'move'
	KAEMoved              KAE = 'm'<<24 | 'o'<<16 | 'v'<<8 | 'e' // 'move'
	KAENavigationKey      KAE = 'n'<<24 | 'a'<<16 | 'v'<<8 | 'e' // 'nave'
	// KAENeverInteract: # Discussion
	KAENeverInteract KAE = 16
	KAENo            KAE = 'n'<<24 | 'o'<<16 | ' '<<8 | ' ' // 'no  '
	KAENoArrow       KAE = 'a'<<24 | 'r'<<16 | 'n'<<8 | 'o' // 'arno'
	// KAENoReply: The reply preference—your application does not want a reply Apple event.
	KAENoReply       KAE = 1
	KAENonmodifiable KAE = 'n'<<24 | 'm'<<16 | 'o'<<8 | 'd' // 'nmod'
	// KAENormalPriority: The Apple Event Manager posts the event at the end of the event queue of the server process and the server processes the Apple event as soon as it has the opportunity.
	KAENormalPriority KAE = 0
	// KAENotifyRecording: # Discussion
	KAENotifyRecording KAE = 'r'<<24 | 'e'<<16 | 'c'<<8 | 'r' // 'recr'
	// KAENotifyStartRecording: An event that notifies an application that recording has been turned on.
	KAENotifyStartRecording KAE = 'r'<<24 | 'e'<<16 | 'c'<<8 | '1' // 'rec1'
	// KAENotifyStopRecording: An event that notifies an application that recording has been turned off.
	KAENotifyStopRecording KAE = 'r'<<24 | 'e'<<16 | 'c'<<8 | '0' // 'rec0'
	KAENullEvent           KAE = 'n'<<24 | 'u'<<16 | 'l'<<8 | 'l' // 'null'
	KAEOSAXSizeResource    KAE = 'o'<<24 | 's'<<16 | 'i'<<8 | 'z' // 'osiz'
	KAEOpen                KAE = 'o'<<24 | 'd'<<16 | 'o'<<8 | 'c' // 'odoc'
	// KAEOpenApplication: Event that launches an application.
	KAEOpenApplication KAE = 'o'<<24 | 'a'<<16 | 'p'<<8 | 'p' // 'oapp'
	// KAEOpenContents: # Discussion
	KAEOpenContents KAE = 'o'<<24 | 'c'<<16 | 'o'<<8 | 'n' // 'ocon'
	// KAEOpenDocuments: # Discussion
	KAEOpenDocuments KAE = 'o'<<24 | 'd'<<16 | 'o'<<8 | 'c' // 'odoc'
	KAEOpenSelection KAE = 's'<<24 | 'o'<<16 | 'p'<<8 | 'e' // 'sope'
	KAEOutline       KAE = 'o'<<24 | 'u'<<16 | 't'<<8 | 'l' // 'outl'
	// KAEPackedArray: Array items consist of data of the same size and same type, and are packed without regard for word boundaries.
	KAEPackedArray  KAE = 1
	KAEPageSetup    KAE = 'p'<<24 | 'g'<<16 | 's'<<8 | 'u' // 'pgsu'
	KAEPassSubDescs KAE = 8
	KAEPaste        KAE = 'p'<<24 | 'a'<<16 | 's'<<8 | 't' // 'past'
	KAEPlain        KAE = 'p'<<24 | 'l'<<16 | 'a'<<8 | 'n' // 'plan'
	KAEPrint        KAE = 'p'<<24 | 'd'<<16 | 'o'<<8 | 'c' // 'pdoc'
	// KAEPrintDocuments: Event that provides an application with a list of documents to print.
	KAEPrintDocuments KAE = 'p'<<24 | 'd'<<16 | 'o'<<8 | 'c' // 'pdoc'
	KAEPrintSelection KAE = 's'<<24 | 'p'<<16 | 'r'<<8 | 'i' // 'spri'
	KAEPrintWindow    KAE = 'p'<<24 | 'w'<<16 | 'i'<<8 | 'n' // 'pwin'
	// KAEProcessNonReplyEvents: Allow processing of non-reply Apple events while awaiting a synchronous Apple event reply (you specified `kAEWaitReply` for the reply preference).
	KAEProcessNonReplyEvents KAE = 32768
	KAEPromise               KAE = 'p'<<24 | 'r'<<16 | 'o'<<8 | 'm' // 'prom'
	KAEPutAwaySelection      KAE = 's'<<24 | 'p'<<16 | 'u'<<8 | 't' // 'sput'
	KAEQDAdMax               KAE = 'a'<<24 | 'd'<<16 | 'm'<<8 | 'x' // 'admx'
	KAEQDAdMin               KAE = 'a'<<24 | 'd'<<16 | 'm'<<8 | 'n' // 'admn'
	KAEQDAddOver             KAE = 'a'<<24 | 'd'<<16 | 'd'<<8 | 'o' // 'addo'
	KAEQDAddPin              KAE = 'a'<<24 | 'd'<<16 | 'd'<<8 | 'p' // 'addp'
	KAEQDBic                 KAE = 'b'<<24 | 'i'<<16 | 'c'<<8 | ' ' // 'bic '
	KAEQDBlend               KAE = 'b'<<24 | 'l'<<16 | 'n'<<8 | 'd' // 'blnd'
	KAEQDCopy                KAE = 'c'<<24 | 'p'<<16 | 'y'<<8 | ' ' // 'cpy '
	KAEQDNotBic              KAE = 'n'<<24 | 'b'<<16 | 'i'<<8 | 'c' // 'nbic'
	KAEQDNotCopy             KAE = 'n'<<24 | 'c'<<16 | 'p'<<8 | 'y' // 'ncpy'
	KAEQDNotOr               KAE = 'n'<<24 | 't'<<16 | 'o'<<8 | 'r' // 'ntor'
	KAEQDNotXor              KAE = 'n'<<24 | 'x'<<16 | 'o'<<8 | 'r' // 'nxor'
	KAEQDOr                  KAE = 'o'<<24 | 'r'<<16 | ' '<<8 | ' ' // 'or  '
	KAEQDSubOver             KAE = 's'<<24 | 'u'<<16 | 'b'<<8 | 'o' // 'subo'
	KAEQDSubPin              KAE = 's'<<24 | 'u'<<16 | 'b'<<8 | 'p' // 'subp'
	KAEQDSupplementalSuite   KAE = 'q'<<24 | 'd'<<16 | 's'<<8 | 'p' // 'qdsp'
	KAEQDXor                 KAE = 'x'<<24 | 'o'<<16 | 'r'<<8 | ' ' // 'xor '
	// KAEQueueReply: The reply preference—your application wants a reply Apple event.
	KAEQueueReply     KAE = 2
	KAEQuickdrawSuite KAE = 'q'<<24 | 'd'<<16 | 'r'<<8 | 'w' // 'qdrw'
	KAEQuitAll        KAE = 'q'<<24 | 'u'<<16 | 'i'<<8 | 'a' // 'quia'
	// KAEQuitApplication: Event that causes the application to quit.
	KAEQuitApplication KAE = 'q'<<24 | 'u'<<16 | 'i'<<8 | 't' // 'quit'
	KAERawKey          KAE = 'r'<<24 | 'k'<<16 | 'e'<<8 | 'y' // 'rkey'
	KAEReallyLogOut    KAE = 'r'<<24 | 'l'<<16 | 'g'<<8 | 'o' // 'rlgo'
	KAERedo            KAE = 'r'<<24 | 'e'<<16 | 'd'<<8 | 'o' // 'redo'
	KAERegular         KAE = 'r'<<24 | 'e'<<16 | 'g'<<8 | 'l' // 'regl'
	// KAERemoteProcess: The source application is a process on a remote computer on the network.
	KAERemoteProcess KAE = 4
	// KAEReopenApplication: Event that reopens an application.
	KAEReopenApplication  KAE = 'r'<<24 | 'a'<<16 | 'p'<<8 | 'p' // 'rapp'
	KAEReplace            KAE = 'r'<<24 | 'p'<<16 | 'l'<<8 | 'c' // 'rplc'
	KAERequiredSuite      KAE = 'r'<<24 | 'e'<<16 | 'q'<<8 | 'd' // 'reqd'
	KAEResized            KAE = 'r'<<24 | 's'<<16 | 'i'<<8 | 'z' // 'rsiz'
	KAEResolveNestedLists KAE = 16
	KAERestart            KAE = 'r'<<24 | 'e'<<16 | 's'<<8 | 't' // 'rest'
	KAEResume             KAE = 'r'<<24 | 's'<<16 | 'm'<<8 | 'e' // 'rsme'
	KAERevealSelection    KAE = 's'<<24 | 'r'<<16 | 'e'<<8 | 'v' // 'srev'
	KAERevert             KAE = 'r'<<24 | 'v'<<16 | 'r'<<8 | 't' // 'rvrt'
	KAERightJustified     KAE = 'r'<<24 | 'g'<<16 | 'h'<<8 | 't' // 'rght'
	// KAESameProcess: The source of the Apple event is the same application that received the event (the target application and the source application are the same).
	KAESameProcess           KAE = 2
	KAESave                  KAE = 's'<<24 | 'a'<<16 | 'v'<<8 | 'e' // 'save'
	KAEScrapEvent            KAE = 's'<<24 | 'c'<<16 | 'r'<<8 | 'p' // 'scrp'
	KAEScriptingSizeResource KAE = 's'<<24 | 'c'<<16 | 's'<<8 | 'z' // 'scsz'
	KAESelect                KAE = 's'<<24 | 'l'<<16 | 'c'<<8 | 't' // 'slct'
	KAESetData               KAE = 's'<<24 | 'e'<<16 | 't'<<8 | 'd' // 'setd'
	KAESetPosition           KAE = 'p'<<24 | 'o'<<16 | 's'<<8 | 'n' // 'posn'
	KAEShadow                KAE = 's'<<24 | 'h'<<16 | 'a'<<8 | 'd' // 'shad'
	KAESharing               KAE = 13
	KAEShowClipboard         KAE = 's'<<24 | 'h'<<16 | 'c'<<8 | 'l' // 'shcl'
	// KAEShowPreferences: # Discussion
	KAEShowPreferences        KAE = 'p'<<24 | 'r'<<16 | 'e'<<8 | 'f' // 'pref'
	KAEShowRestartDialog      KAE = 'r'<<24 | 'r'<<16 | 's'<<8 | 't' // 'rrst'
	KAEShowShutdownDialog     KAE = 'r'<<24 | 's'<<16 | 'd'<<8 | 'n' // 'rsdn'
	KAEShutDown               KAE = 's'<<24 | 'h'<<16 | 'u'<<8 | 't' // 'shut'
	KAESleep                  KAE = 's'<<24 | 'l'<<16 | 'e'<<8 | 'p' // 'slep'
	KAESmallCaps              KAE = 's'<<24 | 'm'<<16 | 'c'<<8 | 'p' // 'smcp'
	KAESocks4Protocol         KAE = 4
	KAESocks5Protocol         KAE = 5
	KAESocksHostAttr          KAE = 'x'<<24 | 's'<<16 | 'h'<<8 | 's' // 'xshs'
	KAESocksPasswordAttr      KAE = 'x'<<24 | 's'<<16 | 'h'<<8 | 'w' // 'xshw'
	KAESocksPortAttr          KAE = 'x'<<24 | 's'<<16 | 'h'<<8 | 'p' // 'xshp'
	KAESocksProxyAttr         KAE = 'x'<<24 | 's'<<16 | 'o'<<8 | 'k' // 'xsok'
	KAESocksUserAttr          KAE = 'x'<<24 | 's'<<16 | 'h'<<8 | 'u' // 'xshu'
	KAESpecialClassProperties KAE = 'c'<<24 | '@'<<16 | '#'<<8 | '!' // 'c@#!'
	// KAEStartRecording: # Discussion
	KAEStartRecording KAE = 'r'<<24 | 'e'<<16 | 'c'<<8 | 'a' // 'reca'
	// KAEStopRecording: # Discussion
	KAEStopRecording         KAE = 'r'<<24 | 'e'<<16 | 'c'<<8 | 'c' // 'recc'
	KAEStoppedMoving         KAE = 's'<<24 | 't'<<16 | 'o'<<8 | 'p' // 'stop'
	KAEStrikethrough         KAE = 's'<<24 | 't'<<16 | 'r'<<8 | 'k' // 'strk'
	KAESubscript             KAE = 's'<<24 | 'b'<<16 | 's'<<8 | 'c' // 'sbsc'
	KAESuperscript           KAE = 's'<<24 | 'p'<<16 | 's'<<8 | 'c' // 'spsc'
	KAESuspend               KAE = 's'<<24 | 'u'<<16 | 's'<<8 | 'p' // 'susp'
	KAETableSuite            KAE = 't'<<24 | 'b'<<16 | 'l'<<8 | 's' // 'tbls'
	KAETerminologyExtension  KAE = 'a'<<24 | 'e'<<16 | 't'<<8 | 'e' // 'aete'
	KAETextSuite             KAE = 'T'<<24 | 'E'<<16 | 'X'<<8 | 'T' // 'TEXT'
	KAETransactionTerminated KAE = 't'<<24 | 't'<<16 | 'r'<<8 | 'm' // 'ttrm'
	KAEUnderline             KAE = 'u'<<24 | 'n'<<16 | 'd'<<8 | 'l' // 'undl'
	KAEUndo                  KAE = 'u'<<24 | 'n'<<16 | 'd'<<8 | 'o' // 'undo'
	// KAEUnknownSource: The source of the Apple event is unknown.
	KAEUnknownSource KAE = 0
	KAEUp            KAE = 'u'<<24 | 'p'<<16 | ' '<<8 | ' ' // 'up  '
	KAEUpdate        KAE = 'u'<<24 | 'p'<<16 | 'd'<<8 | 't' // 'updt'
	// KAEUseHTTPProxyAttr: A value of type `typeBoolean`.
	KAEUseHTTPProxyAttr     KAE = 'x'<<24 | 'u'<<16 | 'p'<<8 | 'r' // 'xupr'
	KAEUseRelativeIterators KAE = 64
	KAEUseSocksAttr         KAE = 'x'<<24 | 's'<<16 | 'c'<<8 | 's' // 'xscs'
	KAEUserTerminology      KAE = 'a'<<24 | 'e'<<16 | 'u'<<8 | 't' // 'aeut'
	KAEVirtualKey           KAE = 'k'<<24 | 'e'<<16 | 'y'<<8 | 'c' // 'keyc'
	// KAEWaitReply: # Discussion
	KAEWaitReply   KAE = 3
	KAEWakeUpEvent KAE = 'w'<<24 | 'a'<<16 | 'k'<<8 | 'e' // 'wake'
	// KAEWantReceipt: # Discussion
	KAEWantReceipt     KAE = 512
	KAEWholeWordEquals KAE = 'w'<<24 | 'w'<<16 | 'e'<<8 | 'q' // 'wweq'
	KAEWindowClass     KAE = 'w'<<24 | 'i'<<16 | 'n'<<8 | 'd' // 'wind'
	KAEYes             KAE = 'y'<<24 | 'e'<<16 | 's'<<8 | ' ' // 'yes '
	KAEZoom            KAE = 'z'<<24 | 'o'<<16 | 'o'<<8 | 'm' // 'zoom'
)

func (KAE) String

func (e KAE) String() string

type KAEAND

type KAEAND uint
const (
	// KAEANDValue: Specifies a logical [AND] operation.
	KAEANDValue KAEAND = 'A'<<24 | 'N'<<16 | 'D'<<8 | ' ' // 'AND '
	// KAEAll: Specifies all the elements in the container.
	KAEAll KAEAND = 'a'<<24 | 'l'<<16 | 'l'<<8 | ' ' // 'all '
	// KAEAny: Specifies a single element chosen at random from the container.
	KAEAny KAEAND = 'a'<<24 | 'n'<<16 | 'y'<<8 | ' ' // 'any '
	// KAEFirst: The first element in the specified container.
	KAEFirst KAEAND = 'f'<<24 | 'i'<<16 | 'r'<<8 | 's' // 'firs'
	// KAELast: Specifies the last element in the container.
	KAELast KAEAND = 'l'<<24 | 'a'<<16 | 's'<<8 | 't' // 'last'
	// KAEMiddle: # Discussion
	KAEMiddle KAEAND = 'm'<<24 | 'i'<<16 | 'd'<<8 | 'd' // 'midd'
	// KAENOT: Specifies a logical [NOT] operation.
	KAENOT KAEAND = 'N'<<24 | 'O'<<16 | 'T'<<8 | ' ' // 'NOT '
	// KAENext: Specifies the Apple event object after the container.
	KAENext KAEAND = 'n'<<24 | 'e'<<16 | 'x'<<8 | 't' // 'next'
	// KAEOR: Specifies a logical [OR] operation.
	KAEOR KAEAND = 'O'<<24 | 'R'<<16 | ' '<<8 | ' ' // 'OR  '
	// KAEPrevious: Specifies the Apple event object before the container.
	KAEPrevious KAEAND = 'p'<<24 | 'r'<<16 | 'e'<<8 | 'v' // 'prev'
	// KeyAECompOperator: Specifies a descriptor of `typeType`, whose data consists of one of the constant values described in Key Form and Descriptor Type Object Specifier Constants.
	KeyAECompOperator KAEAND = 'r'<<24 | 'e'<<16 | 'l'<<8 | 'o' // 'relo'
	// KeyAEContainer: Specifies the container for the requested object or objects.
	KeyAEContainer KAEAND = 'f'<<24 | 'r'<<16 | 'o'<<8 | 'm' // 'from'
	// KeyAEDesiredClass: # Discussion
	KeyAEDesiredClass KAEAND = 'w'<<24 | 'a'<<16 | 'n'<<8 | 't' // 'want'
	// KeyAEKeyData: # Discussion
	KeyAEKeyData KAEAND = 's'<<24 | 'e'<<16 | 'l'<<8 | 'd' // 'seld'
	// KeyAEKeyForm: # Discussion
	KeyAEKeyForm KAEAND = 'f'<<24 | 'o'<<16 | 'r'<<8 | 'm' // 'form'
	// KeyAELogicalOperator: Specifies a descriptor of type `typeEnumerated` whose data is one of the logical operators (such as `kAEAND`) defined in Key Form and Descriptor Type Object Specifier Constants.
	KeyAELogicalOperator KAEAND = 'l'<<24 | 'o'<<16 | 'g'<<8 | 'c' // 'logc'
	// KeyAELogicalTerms: Specifies a descriptor of type `typeAEList` containing one or more comparison or logical descriptors.
	KeyAELogicalTerms KAEAND = 't'<<24 | 'e'<<16 | 'r'<<8 | 'm' // 'term'
	// KeyAEObject1: # Discussion
	KeyAEObject1 KAEAND = 'o'<<24 | 'b'<<16 | 'j'<<8 | '1' // 'obj1'
	// KeyAEObject2: # Discussion
	KeyAEObject2 KAEAND = 'o'<<24 | 'b'<<16 | 'j'<<8 | '2' // 'obj2'
)

func (KAEAND) String

func (e KAEAND) String() string

type KAEDebug

type KAEDebug uint
const (
	KAEDebugPOSTHeader  KAEDebug = 1
	KAEDebugReplyHeader KAEDebug = 2
	KAEDebugXMLDebugAll KAEDebug = 0
	KAEDebugXMLRequest  KAEDebug = 4
	KAEDebugXMLResponse KAEDebug = 8
)

func (KAEDebug) String

func (e KAEDebug) String() string

type KAEDefaultTimeout

type KAEDefaultTimeout int
const (
	// KAEDefaultTimeoutValue: The timeout value is determined by the Apple Event Manager.
	KAEDefaultTimeoutValue KAEDefaultTimeout = -1
	// KNoTimeOut: Your application is willing to wait indefinitely.
	KNoTimeOut KAEDefaultTimeout = -2
)

func (KAEDefaultTimeout) String

func (e KAEDefaultTimeout) String() string

type KAEDescListFactor

type KAEDescListFactor uint
const (
	KAEDescListFactorNone        KAEDescListFactor = 0
	KAEDescListFactorType        KAEDescListFactor = 4
	KAEDescListFactorTypeAndSize KAEDescListFactor = 8
)

func (KAEDescListFactor) String

func (e KAEDescListFactor) String() string

type KAEIS

type KAEIS uint
const (
	KAEISAction         KAEIS = 'K'<<24 | 'a'<<16 | 'c'<<8 | 't' // 'Kact'
	KAEISActionPath     KAEIS = 'K'<<24 | 'a'<<16 | 'p'<<8 | 't' // 'Kapt'
	KAEISClientAddress  KAEIS = 'a'<<24 | 'd'<<16 | 'd'<<8 | 'r' // 'addr'
	KAEISClientIP       KAEIS = 'K'<<24 | 'c'<<16 | 'i'<<8 | 'p' // 'Kcip'
	KAEISContentType    KAEIS = 'c'<<24 | 't'<<16 | 'y'<<8 | 'p' // 'ctyp'
	KAEISFromUser       KAEIS = 'f'<<24 | 'r'<<16 | 'm'<<8 | 'u' // 'frmu'
	KAEISFullRequest    KAEIS = 'K'<<24 | 'f'<<16 | 'r'<<8 | 'q' // 'Kfrq'
	KAEISHTTPSearchArgs KAEIS = 'k'<<24 | 'f'<<16 | 'o'<<8 | 'r' // 'kfor'
	KAEISMethod         KAEIS = 'm'<<24 | 'e'<<16 | 't'<<8 | 'h' // 'meth'
	KAEISPassword       KAEIS = 'p'<<24 | 'a'<<16 | 's'<<8 | 's' // 'pass'
	KAEISPostArgs       KAEIS = 'p'<<24 | 'o'<<16 | 's'<<8 | 't' // 'post'
	KAEISReferrer       KAEIS = 'r'<<24 | 'e'<<16 | 'f'<<8 | 'r' // 'refr'
	KAEISScriptName     KAEIS = 's'<<24 | 'c'<<16 | 'n'<<8 | 'm' // 'scnm'
	KAEISServerName     KAEIS = 's'<<24 | 'v'<<16 | 'n'<<8 | 'm' // 'svnm'
	KAEISServerPort     KAEIS = 's'<<24 | 'v'<<16 | 'p'<<8 | 't' // 'svpt'
	KAEISUserAgent      KAEIS = 'A'<<24 | 'g'<<16 | 'n'<<8 | 't' // 'Agnt'
	KAEISUserName       KAEIS = 'u'<<24 | 's'<<16 | 'e'<<8 | 'r' // 'user'
)

func (KAEIS) String

func (e KAEIS) String() string

type KAEISGetURL

type KAEISGetURL uint
const (
	KAEISGetURLValue KAEISGetURL = 'g'<<24 | 'u'<<16 | 'r'<<8 | 'l' // 'gurl'
	KAEISHandleCGI   KAEISGetURL = 's'<<24 | 'd'<<16 | 'o'<<8 | 'c' // 'sdoc'
)

func (KAEISGetURL) String

func (e KAEISGetURL) String() string

type KAEQuit

type KAEQuit uint
const (
	KAEQuitPreserveState KAEQuit = 's'<<24 | 't'<<16 | 'a'<<8 | 't' // 'stat'
	KAEQuitReason        KAEQuit = 'w'<<24 | 'h'<<16 | 'y'<<8 | '?' // 'why?'
)

func (KAEQuit) String

func (e KAEQuit) String() string

type KAEU

type KAEU uint
const (
	KAEUTApostrophe             KAEU = 3
	KAEUTChangesState           KAEU = 12
	KAEUTDirectParamIsReference KAEU = 9
	KAEUTEnumListIsExclusive    KAEU = 10
	KAEUTEnumerated             KAEU = 13
	KAEUTEnumsAreTypes          KAEU = 11
	KAEUTFeminine               KAEU = 2
	KAEUTHasReturningParam      KAEU = 31
	KAEUTMasculine              KAEU = 1
	KAEUTNotDirectParamIsTarget KAEU = 8
	KAEUTOptional               KAEU = 15
	KAEUTParamIsReference       KAEU = 9
	KAEUTParamIsTarget          KAEU = 8
	KAEUTPlural                 KAEU = 0
	KAEUTPropertyIsReference    KAEU = 9
	KAEUTReadWrite              KAEU = 12
	KAEUTReplyIsReference       KAEU = 9
	KAEUTTightBindingFunction   KAEU = 12
	KAEUTlistOfItems            KAEU = 14
)

func (KAEU) String

func (e KAEU) String() string

type KALM

type KALM int
const (
	KALMDeferSwitchErr         KALM = -30043
	KALMDuplicateModuleErr     KALM = -30045
	KALMGroupNotFoundErr       KALM = -30048
	KALMInstallationErr        KALM = -30044
	KALMInternalErr            KALM = -30049
	KALMModuleCommunicationErr KALM = -30046
	KALMNoSuchModuleErr        KALM = -30047
	KALMRebootFlagsLevelErr    KALM = -30042
)

func (KALM) String

func (e KALM) String() string

type KATSU

type KATSU int
const (
	KATSUBadStreamErr                 KATSU = -8902
	KATSUBusyObjectErr                KATSU = -8809
	KATSUCoordinateOverflowErr        KATSU = -8807
	KATSUFontsMatched                 KATSU = -8793
	KATSUFontsNotMatched              KATSU = -8794
	KATSUInvalidAttributeSizeErr      KATSU = -8798
	KATSUInvalidAttributeTagErr       KATSU = -8799
	KATSUInvalidAttributeValueErr     KATSU = -8797
	KATSUInvalidCacheErr              KATSU = -8800
	KATSUInvalidCallInsideCallbackErr KATSU = -8904
	KATSUInvalidFontErr               KATSU = -8796
	KATSUInvalidFontFallbacksErr      KATSU = -8900
	KATSUInvalidStyleErr              KATSU = -8791
	KATSUInvalidTextLayoutErr         KATSU = -8790
	KATSUInvalidTextRangeErr          KATSU = -8792
	KATSULastErr                      KATSU = -8959
	KATSULineBreakInWord              KATSU = -8808
	KATSULowLevelErr                  KATSU = -8804
	KATSUNoCorrespondingFontErr       KATSU = -8795
	KATSUNoFontCmapAvailableErr       KATSU = -8805
	KATSUNoFontNameErr                KATSU = -8905
	KATSUNoFontScalerAvailableErr     KATSU = -8806
	KATSUNoStyleRunsAssignedErr       KATSU = -8802
	KATSUNotSetErr                    KATSU = -8801
	KATSUOutputBufferTooSmallErr      KATSU = -8903
	KATSUQuickDrawTextErr             KATSU = -8803
	KATSUUnsupportedStreamFormatErr   KATSU = -8901
)

func (KATSU) String

func (e KATSU) String() string

type KAlert

type KAlert uint
const (
	KAlertCautionIcon KAlert = 'c'<<24 | 'a'<<16 | 'u'<<8 | 't' // 'caut'
	KAlertNoteIcon    KAlert = 'n'<<24 | 'o'<<16 | 't'<<8 | 'e' // 'note'
	KAlertStopIcon    KAlert = 's'<<24 | 't'<<16 | 'o'<<8 | 'p' // 'stop'
)

func (KAlert) String

func (e KAlert) String() string

type KAppearanceFolderIcon

type KAppearanceFolderIcon uint
const (
	KAppearanceFolderIconValue         KAppearanceFolderIcon = 'a'<<24 | 'p'<<16 | 'p'<<8 | 'r' // 'appr'
	KAppleExtrasFolderIcon             KAppearanceFolderIcon = 1634040004
	KAppleMenuFolderIcon               KAppearanceFolderIcon = 'a'<<24 | 'm'<<16 | 'n'<<8 | 'u' // 'amnu'
	KApplicationSupportFolderIcon      KAppearanceFolderIcon = 'a'<<24 | 's'<<16 | 'u'<<8 | 'p' // 'asup'
	KApplicationsFolderIcon            KAppearanceFolderIcon = 'a'<<24 | 'p'<<16 | 'p'<<8 | 's' // 'apps'
	KAssistantsFolderIcon              KAppearanceFolderIcon = 1634956484
	KColorSyncFolderIcon               KAppearanceFolderIcon = 'p'<<24 | 'r'<<16 | 'o'<<8 | 'f' // 'prof'
	KContextualMenuItemsFolderIcon     KAppearanceFolderIcon = 'c'<<24 | 'm'<<16 | 'n'<<8 | 'u' // 'cmnu'
	KControlPanelDisabledFolderIcon    KAppearanceFolderIcon = 'c'<<24 | 't'<<16 | 'r'<<8 | 'D' // 'ctrD'
	KControlPanelFolderIcon            KAppearanceFolderIcon = 'c'<<24 | 't'<<16 | 'r'<<8 | 'l' // 'ctrl'
	KControlStripModulesFolderIcon     KAppearanceFolderIcon = 1935963844
	KDocumentsFolderIcon               KAppearanceFolderIcon = 'd'<<24 | 'o'<<16 | 'c'<<8 | 's' // 'docs'
	KExtensionsDisabledFolderIcon      KAppearanceFolderIcon = 'e'<<24 | 'x'<<16 | 't'<<8 | 'D' // 'extD'
	KExtensionsFolderIcon              KAppearanceFolderIcon = 'e'<<24 | 'x'<<16 | 't'<<8 | 'n' // 'extn'
	KFavoritesFolderIcon               KAppearanceFolderIcon = 'f'<<24 | 'a'<<16 | 'v'<<8 | 's' // 'favs'
	KFontsFolderIcon                   KAppearanceFolderIcon = 'f'<<24 | 'o'<<16 | 'n'<<8 | 't' // 'font'
	KHelpFolderIcon                    KAppearanceFolderIcon = 0
	KInternetFolderIcon                KAppearanceFolderIcon = 1768846532
	KInternetPlugInFolderIcon          KAppearanceFolderIcon = 0
	KInternetSearchSitesFolderIcon     KAppearanceFolderIcon = 'i'<<24 | 's'<<16 | 's'<<8 | 'f' // 'issf'
	KLocalesFolderIcon                 KAppearanceFolderIcon = 0
	KMacOSReadMeFolderIcon             KAppearanceFolderIcon = 1836020420
	KPreferencesFolderIcon             KAppearanceFolderIcon = 1886545604
	KPrintMonitorFolderIcon            KAppearanceFolderIcon = 'p'<<24 | 'r'<<16 | 'n'<<8 | 't' // 'prnt'
	KPrinterDescriptionFolderIcon      KAppearanceFolderIcon = 'p'<<24 | 'p'<<16 | 'd'<<8 | 'f' // 'ppdf'
	KPrinterDriverFolderIcon           KAppearanceFolderIcon = 0
	KPublicFolderIcon                  KAppearanceFolderIcon = 'p'<<24 | 'u'<<16 | 'b'<<8 | 'f' // 'pubf'
	KRecentApplicationsFolderIcon      KAppearanceFolderIcon = 'r'<<24 | 'a'<<16 | 'p'<<8 | 'p' // 'rapp'
	KRecentDocumentsFolderIcon         KAppearanceFolderIcon = 'r'<<24 | 'd'<<16 | 'o'<<8 | 'c' // 'rdoc'
	KRecentServersFolderIcon           KAppearanceFolderIcon = 'r'<<24 | 's'<<16 | 'r'<<8 | 'v' // 'rsrv'
	KScriptingAdditionsFolderIcon      KAppearanceFolderIcon = 0
	KScriptsFolderIcon                 KAppearanceFolderIcon = 1935897284
	KSharedLibrariesFolderIcon         KAppearanceFolderIcon = 0
	KShutdownItemsDisabledFolderIcon   KAppearanceFolderIcon = 's'<<24 | 'h'<<16 | 'd'<<8 | 'D' // 'shdD'
	KShutdownItemsFolderIcon           KAppearanceFolderIcon = 's'<<24 | 'h'<<16 | 'd'<<8 | 'f' // 'shdf'
	KSpeakableItemsFolder              KAppearanceFolderIcon = 's'<<24 | 'p'<<16 | 'k'<<8 | 'i' // 'spki'
	KStartupItemsDisabledFolderIcon    KAppearanceFolderIcon = 's'<<24 | 't'<<16 | 'r'<<8 | 'D' // 'strD'
	KStartupItemsFolderIcon            KAppearanceFolderIcon = 's'<<24 | 't'<<16 | 'r'<<8 | 't' // 'strt'
	KSystemExtensionDisabledFolderIcon KAppearanceFolderIcon = 'm'<<24 | 'a'<<16 | 'c'<<8 | 'D' // 'macD'
	KSystemFolderIcon                  KAppearanceFolderIcon = 'm'<<24 | 'a'<<16 | 'c'<<8 | 's' // 'macs'
	KTextEncodingsFolderIcon           KAppearanceFolderIcon = 0
	KUsersFolderIcon                   KAppearanceFolderIcon = 1970500292
	KUtilitiesFolderIcon               KAppearanceFolderIcon = 1970563524
	KVoicesFolderIcon                  KAppearanceFolderIcon = 'f'<<24 | 'v'<<16 | 'o'<<8 | 'c' // 'fvoc'
)

func (KAppearanceFolderIcon) String

func (e KAppearanceFolderIcon) String() string

type KAppleLogoIcon

type KAppleLogoIcon uint
const (
	KAppleLogoIconValue             KAppleLogoIcon = 'c'<<24 | 'a'<<16 | 'p'<<8 | 'l' // 'capl'
	KAppleMenuIcon                  KAppleLogoIcon = 's'<<24 | 'a'<<16 | 'p'<<8 | 'l' // 'sapl'
	KBackwardArrowIcon              KAppleLogoIcon = 'b'<<24 | 'a'<<16 | 'r'<<8 | 'o' // 'baro'
	KBurningIcon                    KAppleLogoIcon = 'b'<<24 | 'u'<<16 | 'r'<<8 | 'n' // 'burn'
	KConnectToIcon                  KAppleLogoIcon = 'c'<<24 | 'n'<<16 | 'c'<<8 | 't' // 'cnct'
	KDeleteAliasIcon                KAppleLogoIcon = 'd'<<24 | 'a'<<16 | 'l'<<8 | 'i' // 'dali'
	KEjectMediaIcon                 KAppleLogoIcon = 'e'<<24 | 'j'<<16 | 'e'<<8 | 'c' // 'ejec'
	KFavoriteItemsIcon              KAppleLogoIcon = 'f'<<24 | 'a'<<16 | 'v'<<8 | 'r' // 'favr'
	KForwardArrowIcon               KAppleLogoIcon = 'f'<<24 | 'a'<<16 | 'r'<<8 | 'o' // 'faro'
	KGenericWindowIcon              KAppleLogoIcon = 'g'<<24 | 'w'<<16 | 'i'<<8 | 'n' // 'gwin'
	KGridIcon                       KAppleLogoIcon = 'g'<<24 | 'r'<<16 | 'i'<<8 | 'd' // 'grid'
	KHelpIcon                       KAppleLogoIcon = 'h'<<24 | 'e'<<16 | 'l'<<8 | 'p' // 'help'
	KKeepArrangedIcon               KAppleLogoIcon = 'a'<<24 | 'r'<<16 | 'n'<<8 | 'g' // 'arng'
	KLockedIcon                     KAppleLogoIcon = 'l'<<24 | 'o'<<16 | 'c'<<8 | 'k' // 'lock'
	KNoFilesIcon                    KAppleLogoIcon = 'n'<<24 | 'f'<<16 | 'i'<<8 | 'l' // 'nfil'
	KNoFolderIcon                   KAppleLogoIcon = 'n'<<24 | 'f'<<16 | 'l'<<8 | 'd' // 'nfld'
	KNoWriteIcon                    KAppleLogoIcon = 'n'<<24 | 'w'<<16 | 'r'<<8 | 't' // 'nwrt'
	KProtectedApplicationFolderIcon KAppleLogoIcon = 'p'<<24 | 'a'<<16 | 'p'<<8 | 'p' // 'papp'
	KProtectedSystemFolderIcon      KAppleLogoIcon = 'p'<<24 | 's'<<16 | 'y'<<8 | 's' // 'psys'
	KQuestionMarkIcon               KAppleLogoIcon = 'q'<<24 | 'u'<<16 | 'e'<<8 | 's' // 'ques'
	KRecentItemsIcon                KAppleLogoIcon = 'r'<<24 | 'c'<<16 | 'n'<<8 | 't' // 'rcnt'
	KRightContainerArrowIcon        KAppleLogoIcon = 'r'<<24 | 'c'<<16 | 'a'<<8 | 'r' // 'rcar'
	KShortcutIcon                   KAppleLogoIcon = 's'<<24 | 'h'<<16 | 'r'<<8 | 't' // 'shrt'
	KSortAscendingIcon              KAppleLogoIcon = 'a'<<24 | 's'<<16 | 'n'<<8 | 'd' // 'asnd'
	KSortDescendingIcon             KAppleLogoIcon = 'd'<<24 | 's'<<16 | 'n'<<8 | 'd' // 'dsnd'
	KUnlockedIcon                   KAppleLogoIcon = 'u'<<24 | 'l'<<16 | 'c'<<8 | 'k' // 'ulck'
)

func (KAppleLogoIcon) String

func (e KAppleLogoIcon) String() string

type KAppleScriptBadgeIcon

type KAppleScriptBadgeIcon uint
const (
	KAlertCautionBadgeIcon     KAppleScriptBadgeIcon = 'c'<<24 | 'b'<<16 | 'd'<<8 | 'g' // 'cbdg'
	KAliasBadgeIcon            KAppleScriptBadgeIcon = 'a'<<24 | 'b'<<16 | 'd'<<8 | 'g' // 'abdg'
	KAppleScriptBadgeIconValue KAppleScriptBadgeIcon = 's'<<24 | 'c'<<16 | 'r'<<8 | 'p' // 'scrp'
	KLockedBadgeIcon           KAppleScriptBadgeIcon = 'l'<<24 | 'b'<<16 | 'd'<<8 | 'g' // 'lbdg'
	KMountedBadgeIcon          KAppleScriptBadgeIcon = 'm'<<24 | 'b'<<16 | 'd'<<8 | 'g' // 'mbdg'
	KSharedBadgeIcon           KAppleScriptBadgeIcon = 's'<<24 | 'b'<<16 | 'd'<<8 | 'g' // 'sbdg'
)

func (KAppleScriptBadgeIcon) String

func (e KAppleScriptBadgeIcon) String() string

type KAppleTalkIcon

type KAppleTalkIcon uint
const (
	KAFPServerIcon      KAppleTalkIcon = 'a'<<24 | 'f'<<16 | 'p'<<8 | 's' // 'afps'
	KAppleTalkIconValue KAppleTalkIcon = 'a'<<24 | 't'<<16 | 'l'<<8 | 'k' // 'atlk'
	KAppleTalkZoneIcon  KAppleTalkIcon = 'a'<<24 | 't'<<16 | 'z'<<8 | 'n' // 'atzn'
	KFTPServerIcon      KAppleTalkIcon = 'f'<<24 | 't'<<16 | 'p'<<8 | 's' // 'ftps'
	KGenericNetworkIcon KAppleTalkIcon = 'g'<<24 | 'n'<<16 | 'e'<<8 | 't' // 'gnet'
	KHTTPServerIcon     KAppleTalkIcon = 'h'<<24 | 't'<<16 | 'p'<<8 | 's' // 'htps'
	KIPFileServerIcon   KAppleTalkIcon = 'i'<<24 | 's'<<16 | 'r'<<8 | 'v' // 'isrv'
)

func (KAppleTalkIcon) String

func (e KAppleTalkIcon) String() string

type KAutoGenerateReturnID

type KAutoGenerateReturnID int
const (
	// KAnyTransactionID: # Discussion
	KAnyTransactionID KAutoGenerateReturnID = 0
	// KAutoGenerateReturnIDValue: If you pass this value for the `returnID` parameter of the AECreateAppleEvent(_:_:_:_:_:_:) function, the Apple Event Manager assigns to the created Apple event a return ID that is unique to the current session.
	KAutoGenerateReturnIDValue KAutoGenerateReturnID = -1
)

func (KAutoGenerateReturnID) String

func (e KAutoGenerateReturnID) String() string

type KBadAdapterErr

type KBadAdapterErr int
const (
	K16BitCardErr            KBadAdapterErr = -9084
	KAlreadySavedStateErr    KBadAdapterErr = -9105
	KAttemptDupCardEntryErr  KBadAdapterErr = -9106
	KBadAdapterErrValue      KBadAdapterErr = -9050
	KBadArgLengthErr         KBadAdapterErr = -9063
	KBadArgsErr              KBadAdapterErr = -9064
	KBadAttributeErr         KBadAdapterErr = -9051
	KBadBaseErr              KBadAdapterErr = -9052
	KBadCISErr               KBadAdapterErr = -9066
	KBadCustomIFIDErr        KBadAdapterErr = -9093
	KBadDeviceErr            KBadAdapterErr = -9083
	KBadEDCErr               KBadAdapterErr = -9053
	KBadHandleErr            KBadAdapterErr = -9065
	KBadIRQErr               KBadAdapterErr = -9054
	KBadLinkErr              KBadAdapterErr = -9082
	KBadOffsetErr            KBadAdapterErr = -9055
	KBadPageErr              KBadAdapterErr = -9056
	KBadSizeErr              KBadAdapterErr = -9057
	KBadSocketErr            KBadAdapterErr = -9058
	KBadSpeedErr             KBadAdapterErr = -9067
	KBadTupleDataErr         KBadAdapterErr = -9092
	KBadTypeErr              KBadAdapterErr = -9059
	KBadVccErr               KBadAdapterErr = -9060
	KBadVppErr               KBadAdapterErr = -9061
	KBadWindowErr            KBadAdapterErr = -9062
	KBusyErr                 KBadAdapterErr = -9074
	KCantConfigureCardErr    KBadAdapterErr = -9087
	KCardBusCardErr          KBadAdapterErr = -9085
	KCardPowerOffErr         KBadAdapterErr = -9107
	KClientRequestDenied     KBadAdapterErr = -9102
	KConfigurationLockedErr  KBadAdapterErr = -9076
	KGeneralFailureErr       KBadAdapterErr = -9070
	KInUseErr                KBadAdapterErr = -9077
	KInvalidCSClientErr      KBadAdapterErr = -9091
	KInvalidDeviceNumber     KBadAdapterErr = -9089
	KInvalidRegEntryErr      KBadAdapterErr = -9081
	KNoCardBusCISErr         KBadAdapterErr = -9109
	KNoCardEnablersFoundErr  KBadAdapterErr = -9099
	KNoCardErr               KBadAdapterErr = -9071
	KNoCardSevicesSocketsErr KBadAdapterErr = -9080
	KNoClientTableErr        KBadAdapterErr = -9097
	KNoCompatibleNameErr     KBadAdapterErr = -9101
	KNoEnablerForCardErr     KBadAdapterErr = -9100
	KNoIOWindowRequestedErr  KBadAdapterErr = -9094
	KNoMoreInterruptSlotsErr KBadAdapterErr = -9096
	KNoMoreItemsErr          KBadAdapterErr = -9078
	KNoMoreTimerClientsErr   KBadAdapterErr = -9095
	KNotReadyErr             KBadAdapterErr = -9103
	KNotZVCapableErr         KBadAdapterErr = -9108
	KOutOfResourceErr        KBadAdapterErr = -9079
	KPassCallToChainErr      KBadAdapterErr = -9086
	KPostCardEventErr        KBadAdapterErr = -9088
	KReadFailureErr          KBadAdapterErr = -9068
	KTooManyIOWindowsErr     KBadAdapterErr = -9104
	KUnsupportedCardErr      KBadAdapterErr = -9098
	KUnsupportedFunctionErr  KBadAdapterErr = -9072
	KUnsupportedModeErr      KBadAdapterErr = -9073
	KUnsupportedVsErr        KBadAdapterErr = -9090
	KWriteFailureErr         KBadAdapterErr = -9069
	KWriteProtectedErr       KBadAdapterErr = -9075
)

func (KBadAdapterErr) String

func (e KBadAdapterErr) String() string

type KCCallbackUPP

type KCCallbackUPP = unsafe.Pointer

See: https://developer.apple.com/documentation/coreservices/kccallbackupp

func NewKCCallbackUPP deprecated

func NewKCCallbackUPP(arg0 unsafe.Pointer) KCCallbackUPP

NewKCCallbackUPP.

Deprecated: Deprecated since macOS 10.6.

See: https://developer.apple.com/documentation/coreservices/1562977-newkccallbackupp

type KCSIdentity

type KCSIdentity int
const (
	KCSIdentityAuthorityNotAccessibleErr KCSIdentity = -2
	KCSIdentityDeletedErr                KCSIdentity = -4
	KCSIdentityDuplicateFullNameErr      KCSIdentity = -6
	KCSIdentityDuplicatePosixNameErr     KCSIdentity = -8
	KCSIdentityInvalidFullNameErr        KCSIdentity = -5
	KCSIdentityInvalidPosixNameErr       KCSIdentity = -7
	KCSIdentityPermissionErr             KCSIdentity = -3
	KCSIdentityUnknownAuthorityErr       KCSIdentity = -1
)

func (KCSIdentity) String

func (e KCSIdentity) String() string

type KCSIdentityClass

type KCSIdentityClass uint
const (
	KCSIdentityClassGroup KCSIdentityClass = 2
	KCSIdentityClassUser  KCSIdentityClass = 1
)

func (KCSIdentityClass) String

func (e KCSIdentityClass) String() string

type KCSIdentityFlag

type KCSIdentityFlag uint
const (
	KCSIdentityFlagHidden KCSIdentityFlag = 1
	KCSIdentityFlagNone   KCSIdentityFlag = 0
)

func (KCSIdentityFlag) String

func (e KCSIdentityFlag) String() string

type KCSIdentityQuery

type KCSIdentityQuery uint
const (
	KCSIdentityQueryGenerateUpdateEvents    KCSIdentityQuery = 1
	KCSIdentityQueryIncludeHiddenIdentities KCSIdentityQuery = 2
)

func (KCSIdentityQuery) String

func (e KCSIdentityQuery) String() string

type KCSIdentityQueryEvent

type KCSIdentityQueryEvent uint
const (
	KCSIdentityQueryEventErrorOccurred       KCSIdentityQueryEvent = 5
	KCSIdentityQueryEventResultsAdded        KCSIdentityQueryEvent = 2
	KCSIdentityQueryEventResultsChanged      KCSIdentityQueryEvent = 3
	KCSIdentityQueryEventResultsRemoved      KCSIdentityQueryEvent = 4
	KCSIdentityQueryEventSearchPhaseFinished KCSIdentityQueryEvent = 1
)

func (KCSIdentityQueryEvent) String

func (e KCSIdentityQueryEvent) String() string

type KCSIdentityQueryString

type KCSIdentityQueryString uint
const (
	KCSIdentityQueryStringBeginsWith KCSIdentityQueryString = 2
	KCSIdentityQueryStringEquals     KCSIdentityQueryString = 1
)

func (KCSIdentityQueryString) String

func (e KCSIdentityQueryString) String() string

type KClipboardIcon

type KClipboardIcon uint
const (
	KClipboardIconValue            KClipboardIcon = 'C'<<24 | 'L'<<16 | 'I'<<8 | 'P' // 'CLIP'
	KClippingPictureTypeIcon       KClipboardIcon = 'c'<<24 | 'l'<<16 | 'p'<<8 | 'p' // 'clpp'
	KClippingSoundTypeIcon         KClipboardIcon = 'c'<<24 | 'l'<<16 | 'p'<<8 | 's' // 'clps'
	KClippingTextTypeIcon          KClipboardIcon = 'c'<<24 | 'l'<<16 | 'p'<<8 | 't' // 'clpt'
	KClippingUnknownTypeIcon       KClipboardIcon = 'c'<<24 | 'l'<<16 | 'p'<<8 | 'u' // 'clpu'
	KComputerIcon                  KClipboardIcon = 'r'<<24 | 'o'<<16 | 'o'<<8 | 't' // 'root'
	KDesktopIcon                   KClipboardIcon = 'd'<<24 | 'e'<<16 | 's'<<8 | 'k' // 'desk'
	KFinderIcon                    KClipboardIcon = 'F'<<24 | 'N'<<16 | 'D'<<8 | 'R' // 'FNDR'
	KFontSuitcaseIcon              KClipboardIcon = 'F'<<24 | 'F'<<16 | 'I'<<8 | 'L' // 'FFIL'
	KFullTrashIcon                 KClipboardIcon = 'f'<<24 | 't'<<16 | 'r'<<8 | 'h' // 'ftrh'
	KGenericApplicationIcon        KClipboardIcon = 'A'<<24 | 'P'<<16 | 'P'<<8 | 'L' // 'APPL'
	KGenericCDROMIcon              KClipboardIcon = 'c'<<24 | 'd'<<16 | 'd'<<8 | 'r' // 'cddr'
	KGenericComponentIcon          KClipboardIcon = 't'<<24 | 'h'<<16 | 'n'<<8 | 'g' // 'thng'
	KGenericControlPanelIcon       KClipboardIcon = 'A'<<24 | 'P'<<16 | 'P'<<8 | 'C' // 'APPC'
	KGenericControlStripModuleIcon KClipboardIcon = 's'<<24 | 'd'<<16 | 'e'<<8 | 'v' // 'sdev'
	KGenericDeskAccessoryIcon      KClipboardIcon = 'A'<<24 | 'P'<<16 | 'P'<<8 | 'D' // 'APPD'
	KGenericDocumentIcon           KClipboardIcon = 'd'<<24 | 'o'<<16 | 'c'<<8 | 'u' // 'docu'
	KGenericEditionFileIcon        KClipboardIcon = 'e'<<24 | 'd'<<16 | 't'<<8 | 'f' // 'edtf'
	KGenericExtensionIcon          KClipboardIcon = 'I'<<24 | 'N'<<16 | 'I'<<8 | 'T' // 'INIT'
	KGenericFileServerIcon         KClipboardIcon = 's'<<24 | 'r'<<16 | 'v'<<8 | 'r' // 'srvr'
	KGenericFloppyIcon             KClipboardIcon = 'f'<<24 | 'l'<<16 | 'p'<<8 | 'y' // 'flpy'
	KGenericFontIcon               KClipboardIcon = 'f'<<24 | 'f'<<16 | 'i'<<8 | 'l' // 'ffil'
	KGenericFontScalerIcon         KClipboardIcon = 's'<<24 | 'c'<<16 | 'l'<<8 | 'r' // 'sclr'
	KGenericHardDiskIcon           KClipboardIcon = 'h'<<24 | 'd'<<16 | 's'<<8 | 'k' // 'hdsk'
	KGenericIDiskIcon              KClipboardIcon = 'i'<<24 | 'd'<<16 | 's'<<8 | 'k' // 'idsk'
	KGenericMoverObjectIcon        KClipboardIcon = 'm'<<24 | 'o'<<16 | 'v'<<8 | 'r' // 'movr'
	KGenericPCCardIcon             KClipboardIcon = 'p'<<24 | 'c'<<16 | 'm'<<8 | 'c' // 'pcmc'
	KGenericPreferencesIcon        KClipboardIcon = 'p'<<24 | 'r'<<16 | 'e'<<8 | 'f' // 'pref'
	KGenericQueryDocumentIcon      KClipboardIcon = 'q'<<24 | 'e'<<16 | 'r'<<8 | 'y' // 'qery'
	KGenericRAMDiskIcon            KClipboardIcon = 'r'<<24 | 'a'<<16 | 'm'<<8 | 'd' // 'ramd'
	KGenericRemovableMediaIcon     KClipboardIcon = 'r'<<24 | 'm'<<16 | 'o'<<8 | 'v' // 'rmov'
	KGenericSharedLibaryIcon       KClipboardIcon = 's'<<24 | 'h'<<16 | 'l'<<8 | 'b' // 'shlb'
	KGenericStationeryIcon         KClipboardIcon = 's'<<24 | 'd'<<16 | 'o'<<8 | 'c' // 'sdoc'
	KGenericSuitcaseIcon           KClipboardIcon = 's'<<24 | 'u'<<16 | 'i'<<8 | 't' // 'suit'
	KGenericURLIcon                KClipboardIcon = 'g'<<24 | 'u'<<16 | 'r'<<8 | 'l' // 'gurl'
	KGenericWORMIcon               KClipboardIcon = 'w'<<24 | 'o'<<16 | 'r'<<8 | 'm' // 'worm'
	KInternationResourcesIcon      KClipboardIcon = 'i'<<24 | 'f'<<16 | 'i'<<8 | 'l' // 'ifil'
	KInternationalResourcesIcon    KClipboardIcon = 'i'<<24 | 'f'<<16 | 'i'<<8 | 'l' // 'ifil'
	KKeyboardLayoutIcon            KClipboardIcon = 'k'<<24 | 'f'<<16 | 'i'<<8 | 'l' // 'kfil'
	KSoundFileIcon                 KClipboardIcon = 's'<<24 | 'f'<<16 | 'i'<<8 | 'l' // 'sfil'
	KSystemSuitcaseIcon            KClipboardIcon = 'z'<<24 | 's'<<16 | 'y'<<8 | 's' // 'zsys'
	KTrashIcon                     KClipboardIcon = 't'<<24 | 'r'<<16 | 's'<<8 | 'h' // 'trsh'
	KTrueTypeFlatFontIcon          KClipboardIcon = 's'<<24 | 'f'<<16 | 'n'<<8 | 't' // 'sfnt'
	KTrueTypeFontIcon              KClipboardIcon = 't'<<24 | 'f'<<16 | 'i'<<8 | 'l' // 'tfil'
	KTrueTypeMultiFlatFontIcon     KClipboardIcon = 't'<<24 | 't'<<16 | 'c'<<8 | 'f' // 'ttcf'
	KUnknownFSObjectIcon           KClipboardIcon = 'u'<<24 | 'n'<<16 | 'f'<<8 | 's' // 'unfs'
	KUserIDiskIcon                 KClipboardIcon = 'u'<<24 | 'd'<<16 | 's'<<8 | 'k' // 'udsk'
)

func (KClipboardIcon) String

func (e KClipboardIcon) String() string

type KCollate

type KCollate int
const (
	KCollateAttributesNotFoundErr   KCollate = -29500
	KCollateBufferTooSmall          KCollate = -29506
	KCollateInvalidChar             KCollate = -29505
	KCollateInvalidCollationRef     KCollate = -29507
	KCollateInvalidOptions          KCollate = -29501
	KCollateMissingUnicodeTableErr  KCollate = -29502
	KCollatePatternNotFoundErr      KCollate = -29504
	KCollateUnicodeConvertFailedErr KCollate = -29503
)

func (KCollate) String

func (e KCollate) String() string

type KDMGenErr

type KDMGenErr int
const (
	KDMCantBlock                   KDMGenErr = -6224
	KDMDisplayAlreadyInstalledErr  KDMGenErr = -6230
	KDMDisplayNotFoundErr          KDMGenErr = -6229
	KDMDriverNotDisplayMgrAwareErr KDMGenErr = -6228
	KDMFoundErr                    KDMGenErr = -6232
	KDMGenErrValue                 KDMGenErr = -6220
	KDMMainDisplayCannotMoveErr    KDMGenErr = -6231
	KDMMirroringBlocked            KDMGenErr = -6223
	KDMMirroringNotOn              KDMGenErr = -6225
	KDMMirroringOnAlready          KDMGenErr = -6221
	KDMNoDeviceTableclothErr       KDMGenErr = -6231
	KDMNotFoundErr                 KDMGenErr = -6229
	KDMSWNotInitializedErr         KDMGenErr = -6227
	KDMWrongNumberOfDisplays       KDMGenErr = -6222
	KSysSWTooOld                   KDMGenErr = -6226
)

func (KDMGenErr) String

func (e KDMGenErr) String() string

type KDSp

type KDSp int
const (
	KDSpConfirmSwitchWarning      KDSp = -30448
	KDSpContextAlreadyReservedErr KDSp = -30444
	KDSpContextNotFoundErr        KDSp = -30446
	KDSpContextNotReservedErr     KDSp = -30445
	KDSpFrameRateNotReadyErr      KDSp = -30447
	KDSpInternalErr               KDSp = -30449
	KDSpInvalidAttributesErr      KDSp = -30443
	KDSpInvalidContextErr         KDSp = -30442
	KDSpNotInitializedErr         KDSp = -30440
	KDSpStereoContextErr          KDSp = -30450
	KDSpSystemSWTooOldErr         KDSp = -30441
)

func (KDSp) String

func (e KDSp) String() string

type KDTP

type KDTP int
const (
	KDTPAbortJobErr  KDTP = 128
	KDTPHoldJobErr   KDTP = -4200
	KDTPStopQueueErr KDTP = -4201
	KDTPTryAgainErr  KDTP = -4202
)

func (KDTP) String

func (e KDTP) String() string

type KDesktopIconResource

type KDesktopIconResource int
const (
	KDesktopIconResourceValue       KDesktopIconResource = -3992
	KGenericFileServerIconResource  KDesktopIconResource = -3972
	KGenericHardDiskIconResource    KDesktopIconResource = -3995
	KGenericMoverObjectIconResource KDesktopIconResource = -3969
	KGenericSuitcaseIconResource    KDesktopIconResource = -3970
	KOpenFolderIconResource         KDesktopIconResource = -3997
)

func (KDesktopIconResource) String

func (e KDesktopIconResource) String() string

type KFB

type KFB int
const (
	KFBCaccessCanceled        KFB = -30521
	KFBCaccessorStoreFailed   KFB = -30515
	KFBCaddDocFailed          KFB = -30516
	KFBCallocFailed           KFB = -30502
	KFBCanalysisNotAvailable  KFB = -30527
	KFBCbadIndexFile          KFB = -30505
	KFBCbadIndexFileVersion   KFB = -30528
	KFBCbadParam              KFB = -30503
	KFBCbadSearchSession      KFB = -30531
	KFBCcommitFailed          KFB = -30509
	KFBCcompactionFailed      KFB = -30506
	KFBCdeletionFailed        KFB = -30510
	KFBCfileNotIndexed        KFB = -30504
	KFBCflushFailed           KFB = -30517
	KFBCillegalSessionChange  KFB = -30526
	KFBCindexCreationFailed   KFB = -30514
	KFBCindexDiskIOFailed     KFB = -30530
	KFBCindexFileDestroyed    KFB = -30522
	KFBCindexNotAvailable     KFB = -30523
	KFBCindexNotFound         KFB = -30518
	KFBCindexingCanceled      KFB = -30520
	KFBCindexingFailed        KFB = -30508
	KFBCmergingFailed         KFB = -30513
	KFBCmoveFailed            KFB = -30511
	KFBCnoIndexesFound        KFB = -30501
	KFBCnoSearchSession       KFB = -30519
	KFBCnoSuchHit             KFB = -30532
	KFBCsearchFailed          KFB = -30524
	KFBCsomeFilesNotIndexed   KFB = -30525
	KFBCsummarizationCanceled KFB = -30529
	KFBCtokenizationFailed    KFB = -30512
	KFBCvTwinExceptionErr     KFB = -30500
	KFBCvalidationFailed      KFB = -30507
)

func (KFB) String

func (e KFB) String() string

type KFM

type KFM int
const (
	KFMFontContainerAccessErr    KFM = -985
	KFMFontTableAccessErr        KFM = -984
	KFMInvalidFontErr            KFM = -982
	KFMInvalidFontFamilyErr      KFM = -981
	KFMIterationCompleted        KFM = -980
	KFMIterationScopeModifiedErr KFM = -983
)

func (KFM) String

func (e KFM) String() string

type KFNS

type KFNS int
const (
	KFNSBadFlattenedSizeErr    KFNS = -29587
	KFNSBadProfileVersionErr   KFNS = -29583
	KFNSBadReferenceVersionErr KFNS = -29581
	KFNSDuplicateReferenceErr  KFNS = -29584
	KFNSInsufficientDataErr    KFNS = -29586
	KFNSInvalidProfileErr      KFNS = -29582
	KFNSInvalidReferenceErr    KFNS = -29580
	KFNSMismatchErr            KFNS = -29585
	KFNSNameNotFoundErr        KFNS = -29589
)

func (KFNS) String

func (e KFNS) String() string

type KFSEventStreamCreateFlag

type KFSEventStreamCreateFlag uint
const (
	// KFSEventStreamCreateFlagFileEvents: # Discussion
	KFSEventStreamCreateFlagFileEvents KFSEventStreamCreateFlag = 16
	// KFSEventStreamCreateFlagIgnoreSelf: # Discussion
	KFSEventStreamCreateFlagIgnoreSelf KFSEventStreamCreateFlag = 8
	KFSEventStreamCreateFlagMarkSelf   KFSEventStreamCreateFlag = 32
	// KFSEventStreamCreateFlagNoDefer: # Discussion
	KFSEventStreamCreateFlagNoDefer KFSEventStreamCreateFlag = 2
	// KFSEventStreamCreateFlagNone: # Discussion
	KFSEventStreamCreateFlagNone KFSEventStreamCreateFlag = 0
	// KFSEventStreamCreateFlagUseCFTypes: # Discussion
	KFSEventStreamCreateFlagUseCFTypes KFSEventStreamCreateFlag = 1
	// KFSEventStreamCreateFlagWatchRoot: # Discussion
	KFSEventStreamCreateFlagWatchRoot KFSEventStreamCreateFlag = 4
)

func (KFSEventStreamCreateFlag) String

func (e KFSEventStreamCreateFlag) String() string

type KFSEventStreamEventFlag

type KFSEventStreamEventFlag uint
const (
	// KFSEventStreamEventFlagEventIdsWrapped: # Discussion
	KFSEventStreamEventFlagEventIdsWrapped KFSEventStreamEventFlag = 8
	// KFSEventStreamEventFlagHistoryDone: # Discussion
	KFSEventStreamEventFlagHistoryDone        KFSEventStreamEventFlag = 16
	KFSEventStreamEventFlagItemChangeOwner    KFSEventStreamEventFlag = 16384
	KFSEventStreamEventFlagItemCreated        KFSEventStreamEventFlag = 256
	KFSEventStreamEventFlagItemFinderInfoMod  KFSEventStreamEventFlag = 8192
	KFSEventStreamEventFlagItemInodeMetaMod   KFSEventStreamEventFlag = 1024
	KFSEventStreamEventFlagItemIsDir          KFSEventStreamEventFlag = 131072
	KFSEventStreamEventFlagItemIsFile         KFSEventStreamEventFlag = 65536
	KFSEventStreamEventFlagItemIsHardlink     KFSEventStreamEventFlag = 1048576
	KFSEventStreamEventFlagItemIsLastHardlink KFSEventStreamEventFlag = 2097152
	KFSEventStreamEventFlagItemIsSymlink      KFSEventStreamEventFlag = 262144
	KFSEventStreamEventFlagItemModified       KFSEventStreamEventFlag = 4096
	KFSEventStreamEventFlagItemRemoved        KFSEventStreamEventFlag = 512
	KFSEventStreamEventFlagItemRenamed        KFSEventStreamEventFlag = 2048
	KFSEventStreamEventFlagItemXattrMod       KFSEventStreamEventFlag = 32768
	KFSEventStreamEventFlagKernelDropped      KFSEventStreamEventFlag = 4
	// KFSEventStreamEventFlagMount: # Discussion
	KFSEventStreamEventFlagMount KFSEventStreamEventFlag = 64
	// KFSEventStreamEventFlagMustScanSubDirs: # Discussion
	KFSEventStreamEventFlagMustScanSubDirs KFSEventStreamEventFlag = 1
	// KFSEventStreamEventFlagNone: # Discussion
	KFSEventStreamEventFlagNone     KFSEventStreamEventFlag = 0
	KFSEventStreamEventFlagOwnEvent KFSEventStreamEventFlag = 524288
	// KFSEventStreamEventFlagRootChanged: # Discussion
	KFSEventStreamEventFlagRootChanged KFSEventStreamEventFlag = 32
	// KFSEventStreamEventFlagUnmount: # Discussion
	KFSEventStreamEventFlagUnmount KFSEventStreamEventFlag = 128
	// KFSEventStreamEventFlagUserDropped: # Discussion
	KFSEventStreamEventFlagUserDropped KFSEventStreamEventFlag = 2
)

func (KFSEventStreamEventFlag) String

func (e KFSEventStreamEventFlag) String() string

type KGenericDocumentIconResource

type KGenericDocumentIconResource int
const (
	KFloppyIconResource               KGenericDocumentIconResource = -3998
	KGenericApplicationIconResource   KGenericDocumentIconResource = -3996
	KGenericCDROMIconResource         KGenericDocumentIconResource = -3987
	KGenericDeskAccessoryIconResource KGenericDocumentIconResource = -3991
	KGenericDocumentIconResourceValue KGenericDocumentIconResource = -4000
	KGenericEditionFileIconResource   KGenericDocumentIconResource = -3989
	KGenericFolderIconResource        KGenericDocumentIconResource = -3999
	KGenericRAMDiskIconResource       KGenericDocumentIconResource = -3988
	KGenericStationeryIconResource    KGenericDocumentIconResource = -3985
	KPrivateFolderIconResource        KGenericDocumentIconResource = -3994
	KTrashIconResource                KGenericDocumentIconResource = -3993
)

func (KGenericDocumentIconResource) String

type KGenericFolderIcon

type KGenericFolderIcon uint
const (
	KDropFolderIcon         KGenericFolderIcon = 'd'<<24 | 'b'<<16 | 'o'<<8 | 'x' // 'dbox'
	KGenericFolderIconValue KGenericFolderIcon = 'f'<<24 | 'l'<<16 | 'd'<<8 | 'r' // 'fldr'
	KMountedFolderIcon      KGenericFolderIcon = 'm'<<24 | 'n'<<16 | 't'<<8 | 'd' // 'mntd'
	KOpenFolderIcon         KGenericFolderIcon = 'o'<<24 | 'f'<<16 | 'l'<<8 | 'd' // 'ofld'
	KOwnedFolderIcon        KGenericFolderIcon = 'o'<<24 | 'w'<<16 | 'n'<<8 | 'd' // 'ownd'
	KPrivateFolderIcon      KGenericFolderIcon = 'p'<<24 | 'r'<<16 | 'v'<<8 | 'f' // 'prvf'
	KSharedFolderIcon       KGenericFolderIcon = 's'<<24 | 'h'<<16 | 'f'<<8 | 'l' // 'shfl'
)

func (KGenericFolderIcon) String

func (e KGenericFolderIcon) String() string

type KGenericPreferencesIconResource

type KGenericPreferencesIconResource int
const (
	KAppleMenuFolderIconResource         KGenericPreferencesIconResource = -3982
	KGenericExtensionIconResource        KGenericPreferencesIconResource = -16415
	KGenericPreferencesIconResourceValue KGenericPreferencesIconResource = -3971
	KGenericQueryDocumentIconResource    KGenericPreferencesIconResource = -16506
	KHelpIconResource                    KGenericPreferencesIconResource = -20271
	KSystemFolderIconResource            KGenericPreferencesIconResource = -3983
)

func (KGenericPreferencesIconResource) String

type KHID

type KHID int
const (
	KHIDBadLogPhysValuesErr         KHID = -13942
	KHIDBadLogicalMaximumErr        KHID = -13933
	KHIDBadLogicalMinimumErr        KHID = -13934
	KHIDBadParameterErr             KHID = -13938
	KHIDBaseError                   KHID = -13950
	KHIDBufferTooSmallErr           KHID = -13948
	KHIDDeviceNotReady              KHID = -13910
	KHIDEndOfDescriptorErr          KHID = -13936
	KHIDIncompatibleReportErr       KHID = -13943
	KHIDInvalidPreparsedDataErr     KHID = -13944
	KHIDInvalidRangePageErr         KHID = -13923
	KHIDInvalidReportLengthErr      KHID = -13940
	KHIDInvalidReportTypeErr        KHID = -13941
	KHIDInvertedLogicalRangeErr     KHID = -13932
	KHIDInvertedPhysicalRangeErr    KHID = -13931
	KHIDInvertedUsageRangeErr       KHID = -13929
	KHIDNotEnoughMemoryErr          KHID = -13937
	KHIDNotValueArrayErr            KHID = -13945
	KHIDNullPointerErr              KHID = -13939
	KHIDNullStateErr                KHID = -13949
	KHIDReportCountZeroErr          KHID = -13925
	KHIDReportIDZeroErr             KHID = -13924
	KHIDReportSizeZeroErr           KHID = -13926
	KHIDSuccess                     KHID = 0
	KHIDUnmatchedDesignatorRangeErr KHID = -13927
	KHIDUnmatchedStringRangeErr     KHID = -13928
	KHIDUnmatchedUsageRangeErr      KHID = -13930
	KHIDUsageNotFoundErr            KHID = -13946
	KHIDUsagePageZeroErr            KHID = -13935
	KHIDValueOutOfRangeErr          KHID = -13947
	KHIDVersionIncompatibleErr      KHID = -13909
)

func (KHID) String

func (e KHID) String() string

type KISp

type KISp int
const (
	KISpBufferToSmallErr    KISp = -30422
	KISpDeviceActiveErr     KISp = -30428
	KISpDeviceInactiveErr   KISp = -30426
	KISpElementInListErr    KISp = -30423
	KISpElementNotInListErr KISp = -30424
	KISpInternalErr         KISp = -30420
	KISpListBusyErr         KISp = -30429
	KISpSystemActiveErr     KISp = -30427
	KISpSystemInactiveErr   KISp = -30425
	KISpSystemListErr       KISp = -30421
)

func (KISp) String

func (e KISp) String() string

type KIconServices

type KIconServices uint
const (
	KIconServicesNoBadgeFlag        KIconServices = 1
	KIconServicesNormalUsageFlag    KIconServices = 0
	KIconServicesUpdateIfNeededFlag KIconServices = 2
)

func (KIconServices) String

func (e KIconServices) String() string

type KInternetLocation

type KInternetLocation uint
const (
	KInternetLocationAppleShareIcon      KInternetLocation = 'i'<<24 | 'l'<<16 | 'a'<<8 | 'f' // 'ilaf'
	KInternetLocationAppleTalkZoneIcon   KInternetLocation = 'i'<<24 | 'l'<<16 | 'a'<<8 | 't' // 'ilat'
	KInternetLocationFTPIcon             KInternetLocation = 'i'<<24 | 'l'<<16 | 'f'<<8 | 't' // 'ilft'
	KInternetLocationFileIcon            KInternetLocation = 'i'<<24 | 'l'<<16 | 'f'<<8 | 'i' // 'ilfi'
	KInternetLocationGenericIcon         KInternetLocation = 'i'<<24 | 'l'<<16 | 'g'<<8 | 'e' // 'ilge'
	KInternetLocationHTTPIcon            KInternetLocation = 'i'<<24 | 'l'<<16 | 'h'<<8 | 't' // 'ilht'
	KInternetLocationMailIcon            KInternetLocation = 'i'<<24 | 'l'<<16 | 'm'<<8 | 'a' // 'ilma'
	KInternetLocationNSLNeighborhoodIcon KInternetLocation = 'i'<<24 | 'l'<<16 | 'n'<<8 | 's' // 'ilns'
	KInternetLocationNewsIcon            KInternetLocation = 'i'<<24 | 'l'<<16 | 'n'<<8 | 'w' // 'ilnw'
)

func (KInternetLocation) String

func (e KInternetLocation) String() string

type KLS

type KLS int
const (
	// KLSAppDoesNotClaimTypeErr: Not currently used.
	KLSAppDoesNotClaimTypeErr KLS = -10820
	// KLSAppDoesNotSupportSchemeWarning: Not currently used.
	KLSAppDoesNotSupportSchemeWarning KLS = -10821
	// KLSAppInTrashErr: The app can’t run because it’s inside a Trash folder.
	KLSAppInTrashErr KLS = -10660
	// KLSApplicationNotFoundErr: No app in the Launch Services database matches the input criteria.
	KLSApplicationNotFoundErr KLS = -10814
	// KLSCannotSetInfoErr: The system can’t hide the filename extension.
	KLSCannotSetInfoErr KLS = -10823
	// KLSDataErr: Improper data structure.
	KLSDataErr KLS = -10817
	// KLSDataTooOldErr: Not currently used.
	KLSDataTooOldErr KLS = -10816
	// KLSDataUnavailableErr: Data of the desired type is not available (for example, there is no kind string).
	KLSDataUnavailableErr KLS = -10813
	// KLSIncompatibleSystemVersionErr: The requested app can’t run on the current macOS version.
	KLSIncompatibleSystemVersionErr KLS = -10825
	// KLSLaunchInProgressErr: A launch of the app is already in progress.
	KLSLaunchInProgressErr KLS = -10818
	// KLSMultipleSessionsNotSupportedErr: The requested app can’t run simultaneously in two different user sessions.
	KLSMultipleSessionsNotSupportedErr KLS = -10829
	// KLSNoClassicEnvironmentErr: Not currently used.
	KLSNoClassicEnvironmentErr KLS = -10828
	// KLSNoExecutableErr: The executable file is missing or has an unusable format.
	KLSNoExecutableErr KLS = -10827
	// KLSNoLaunchPermissionErr: The user doesn’t have permission to launch the app on a managed network.
	KLSNoLaunchPermissionErr KLS = -10826
	// KLSNoRegistrationInfoErr: Not currently used.
	KLSNoRegistrationInfoErr KLS = -10824
	// KLSNotAnApplicationErr: The item for registration is not an app.
	KLSNotAnApplicationErr KLS = -10811
	// KLSNotInitializedErr: Not currently used.
	KLSNotInitializedErr KLS = -10812
	// KLSNotRegisteredErr: Not currently used.
	KLSNotRegisteredErr KLS = -10819
	// KLSServerCommunicationErr: There is a problem communicating with the server process that maintains the Launch Services database.
	KLSServerCommunicationErr KLS = -10822
	// KLSUnknownErr: An unknown error has occurred.
	KLSUnknownErr KLS = -10810
	// KLSUnknownTypeErr: Not currently used.
	KLSUnknownTypeErr KLS = -10815
)

func (KLS) String

func (e KLS) String() string

type KLSLaunch

type KLSLaunch uint
const (
	// Deprecated.
	KLSLaunchHasUntrustedContents KLSLaunch = 4194304
	// Deprecated.
	KLSLaunchInClassic KLSLaunch = 262144
	// Deprecated.
	KLSLaunchInhibitBGOnly KLSLaunch = 128
	// Deprecated.
	KLSLaunchNoParams KLSLaunch = 2048
	// Deprecated.
	KLSLaunchStartClassic KLSLaunch = 131072
)

func (KLSLaunch) String

func (e KLSLaunch) String() string

type KLSSharedFileList

type KLSSharedFileList uint
const (
	KLSSharedFileListDoNotMountVolumes KLSSharedFileList = 2
	KLSSharedFileListNoUserInteraction KLSSharedFileList = 1
)

func (KLSSharedFileList) String

func (e KLSSharedFileList) String() string

type KLSUnknown

type KLSUnknown uint
const (
	// KLSUnknownCreator: The value to supply as the creator signatureif no file creator information is available.
	KLSUnknownCreator KLSUnknown = 0
	// KLSUnknownType: The value to supply as the file type (for example,to the [LSGetApplicationForInfo] function)if no file type information is available.
	KLSUnknownType KLSUnknown = 0
)

func (KLSUnknown) String

func (e KLSUnknown) String() string

type KLocales

type KLocales int
const (
	KLocalesBufferTooSmallErr    KLocales = -30001
	KLocalesDefaultDisplayStatus KLocales = -30029
	KLocalesTableFormatErr       KLocales = -30002
)

func (KLocales) String

func (e KLocales) String() string

type KMP

type KMP int
const (
	KMPBlueBlockingErr KMP = -29293
	// KMPDeletedErr: The desired notification the function was waiting upon was deleted.
	KMPDeletedErr KMP = -29295
	// KMPInsufficientResourcesErr: Could not complete task due to unavailable Multiprocessing Services resources.
	KMPInsufficientResourcesErr KMP = -29298
	// KMPInvalidIDErr: Invalid ID value.
	KMPInvalidIDErr         KMP = -29299
	KMPIterationEndErr      KMP = -29275
	KMPPrivilegedErr        KMP = -29276
	KMPProcessCreatedErr    KMP = -29288
	KMPProcessTerminatedErr KMP = -29289
	KMPTaskAbortedErr       KMP = -29297
	// KMPTaskBlockedErr: The desired task is blocked.
	KMPTaskBlockedErr KMP = -29291
	KMPTaskCreatedErr KMP = -29290
	// KMPTaskStoppedErr: The desired task is stopped.
	KMPTaskStoppedErr KMP = -29292
	// KMPTimeoutErr: The designated timeout interval passed before the function could take action.
	KMPTimeoutErr KMP = -29296
)

func (KMP) String

func (e KMP) String() string

type KModem

type KModem int
const (
	KModemOutOfMemory        KModem = -14000
	KModemPreferencesMissing KModem = -14001
	KModemScriptMissing      KModem = -14002
)

func (KModem) String

func (e KModem) String() string

type KNS

type KNS int
const (
	KNSL68kContextNotSupported     KNS = -4170
	KNSLBadClientInfoPtr           KNS = -4185
	KNSLBadDataTypeErr             KNS = -4193
	KNSLBadNetConnection           KNS = -4192
	KNSLBadProtocolTypeErr         KNS = -4183
	KNSLBadReferenceErr            KNS = -4195
	KNSLBadServiceTypeErr          KNS = -4194
	KNSLBadURLSyntax               KNS = -4172
	KNSLBufferTooSmallForData      KNS = -4187
	KNSLCannotContinueLookup       KNS = -4186
	KNSLErrNullPtrError            KNS = -4176
	KNSLInitializationFailed       KNS = -4200
	KNSLInsufficientOTVer          KNS = -4197
	KNSLInsufficientSysVer         KNS = -4198
	KNSLInvalidPluginSpec          KNS = -4190
	KNSLNoCarbonLib                KNS = -4173
	KNSLNoContextAvailable         KNS = -4188
	KNSLNoElementsInList           KNS = -4196
	KNSLNoPluginsForSearch         KNS = -4179
	KNSLNoPluginsFound             KNS = -4181
	KNSLNoSupportForService        KNS = -4191
	KNSLNotImplementedYet          KNS = -4175
	KNSLNotInitialized             KNS = -4199
	KNSLNullListPtr                KNS = -4184
	KNSLNullNeighborhoodPtr        KNS = -4178
	KNSLPluginLoadFailed           KNS = -4182
	KNSLRequestBufferAlreadyInList KNS = -4189
	KNSLSchedulerError             KNS = -4171
	KNSLSearchAlreadyInProgress    KNS = -4180
	KNSLSomePluginsFailedToLoad    KNS = -4177
	KNSLUILibraryNotAvailable      KNS = -4174
)

func (KNS) String

func (e KNS) String() string

type KNSp

type KNSp int
const (
	KNSpAddPlayerFailedErr       KNSp = -30389
	KNSpAddressInUseErr          KNSp = -30380
	KNSpAlreadyAdvertisingErr    KNSp = -30374
	KNSpAlreadyInitializedErr    KNSp = -30361
	KNSpCantBlockErr             KNSp = -30398
	KNSpConnectFailedErr         KNSp = -30395
	KNSpCreateGroupFailedErr     KNSp = -30388
	KNSpFeatureNotImplementedErr KNSp = -30381
	KNSpFreeQExhaustedErr        KNSp = -30378
	KNSpGameTerminatedErr        KNSp = -30394
	KNSpHostFailedErr            KNSp = -30365
	KNSpInitializationFailedErr  KNSp = -30360
	KNSpInvalidAddressErr        KNSp = -30377
	KNSpInvalidDefinitionErr     KNSp = -30390
	KNSpInvalidGameRefErr        KNSp = -30367
	KNSpInvalidGroupIDErr        KNSp = -30384
	KNSpInvalidParameterErr      KNSp = -30369
	KNSpInvalidPlayerIDErr       KNSp = -30383
	KNSpInvalidProtocolListErr   KNSp = -30392
	KNSpInvalidProtocolRefErr    KNSp = -30391
	KNSpJoinFailedErr            KNSp = -30399
	KNSpMemAllocationErr         KNSp = -30373
	KNSpMessageTooBigErr         KNSp = -30397
	KNSpNameRequiredErr          KNSp = -30382
	KNSpNoGroupsErr              KNSp = -30386
	KNSpNoHostVolunteersErr      KNSp = -30387
	KNSpNoPlayersErr             KNSp = -30385
	KNSpNotAdvertisingErr        KNSp = -30376
	KNSpOTNotPresentErr          KNSp = -30370
	KNSpOTVersionTooOldErr       KNSp = -30371
	KNSpPipeFullErr              KNSp = -30364
	KNSpProtocolNotAvailableErr  KNSp = -30366
	KNSpRemovePlayerFailedErr    KNSp = -30379
	KNSpSendFailedErr            KNSp = -30396
	KNSpTimeoutErr               KNSp = -30393
	KNSpTopologyNotSupportedErr  KNSp = -30362
)

func (KNSp) String

func (e KNSp) String() string

type KNav

type KNav int
const (
	KNavCustomControlMessageFailedErr  KNav = -5697
	KNavInvalidCustomControlMessageErr KNav = -5698
	KNavInvalidSystemConfigErr         KNav = -5696
	KNavMissingKindStringErr           KNav = -5699
	KNavWrongDialogClassErr            KNav = -5695
	KNavWrongDialogStateErr            KNav = -5694
)

func (KNav) String

func (e KNav) String() string

type KOTNoError

type KOTNoError int
const (
	KEACCESErr                 KOTNoError = -3212
	KEADDRINUSEErr             KOTNoError = -3247
	KEADDRNOTAVAILErr          KOTNoError = -3248
	KEAGAINErr                 KOTNoError = -3210
	KEALREADYErr               KOTNoError = -3236
	KEBADFErr                  KOTNoError = -3208
	KEBADMSGErr                KOTNoError = -3272
	KEBUSYErr                  KOTNoError = -3215
	KECANCELErr                KOTNoError = -3273
	KECONNABORTEDErr           KOTNoError = -3252
	KECONNREFUSEDErr           KOTNoError = -3260
	KECONNRESETErr             KOTNoError = -3253
	KEDEADLKErr                KOTNoError = -3234
	KEDESTADDRREQErr           KOTNoError = -3238
	KEEXISTErr                 KOTNoError = -3216
	KEFAULTErr                 KOTNoError = -3213
	KEHOSTDOWNErr              KOTNoError = -3263
	KEHOSTUNREACHErr           KOTNoError = -3264
	KEINPROGRESSErr            KOTNoError = -3276
	KEINTRErr                  KOTNoError = -3203
	KEINVALErr                 KOTNoError = -3221
	KEIOErr                    KOTNoError = -3204
	KEISCONNErr                KOTNoError = -3255
	KEMSGSIZEErr               KOTNoError = -3239
	KENETDOWNErr               KOTNoError = -3249
	KENETRESETErr              KOTNoError = -3251
	KENETUNREACHErr            KOTNoError = -3250
	KENOBUFSErr                KOTNoError = -3254
	KENODATAErr                KOTNoError = -3275
	KENODEVErr                 KOTNoError = -3218
	KENOENTErr                 KOTNoError = -3201
	KENOMEMErr                 KOTNoError = -3211
	KENOMSGErr                 KOTNoError = -3278
	KENOPROTOOPTErr            KOTNoError = -3241
	KENORSRCErr                KOTNoError = -3202
	KENOSRErr                  KOTNoError = -3271
	KENOSTRErr                 KOTNoError = -3274
	KENOTCONNErr               KOTNoError = -3256
	KENOTSOCKErr               KOTNoError = -3237
	KENOTTYErr                 KOTNoError = -3224
	KENXIOErr                  KOTNoError = -3205
	KEOPNOTSUPPErr             KOTNoError = -3244
	KEPERMErr                  KOTNoError = -3200
	KEPIPEErr                  KOTNoError = -3231
	KEPROTOErr                 KOTNoError = -3269
	KEPROTONOSUPPORTErr        KOTNoError = -3242
	KEPROTOTYPEErr             KOTNoError = -3240
	KERANGEErr                 KOTNoError = -3233
	KESHUTDOWNErr              KOTNoError = -3257
	KESOCKTNOSUPPORTErr        KOTNoError = -3243
	KESRCHErr                  KOTNoError = -3277
	KETIMEDOUTErr              KOTNoError = -3259
	KETIMEErr                  KOTNoError = -3270
	KETOOMANYREFSErr           KOTNoError = -3258
	KEWOULDBLOCKErr            KOTNoError = -3234
	KOTAccessErr               KOTNoError = -3152
	KOTAddressBusyErr          KOTNoError = -3172
	KOTBadAddressErr           KOTNoError = -3150
	KOTBadConfigurationErr     KOTNoError = -3282
	KOTBadDataErr              KOTNoError = -3159
	KOTBadFlagErr              KOTNoError = -3165
	KOTBadNameErr              KOTNoError = -3170
	KOTBadOptionErr            KOTNoError = -3151
	KOTBadQLenErr              KOTNoError = -3171
	KOTBadReferenceErr         KOTNoError = -3153
	KOTBadSequenceErr          KOTNoError = -3156
	KOTBadSyncErr              KOTNoError = -3179
	KOTBufferOverflowErr       KOTNoError = -3160
	KOTCanceledErr             KOTNoError = -3180
	KOTClientNotInittedErr     KOTNoError = -3279
	KOTConfigurationChangedErr KOTNoError = -3283
	KOTDuplicateFoundErr       KOTNoError = -3216
	KOTFlowErr                 KOTNoError = -3161
	KOTIndOutErr               KOTNoError = -3173
	KOTLookErr                 KOTNoError = -3158
	KOTNoAddressErr            KOTNoError = -3154
	KOTNoDataErr               KOTNoError = -3162
	KOTNoDisconnectErr         KOTNoError = -3163
	KOTNoErrorValue            KOTNoError = 0
	KOTNoReleaseErr            KOTNoError = -3166
	KOTNoStructureTypeErr      KOTNoError = -3169
	KOTNoUDErrErr              KOTNoError = -3164
	KOTNotFoundErr             KOTNoError = -3201
	KOTNotSupportedErr         KOTNoError = -3167
	KOTOutOfMemoryErr          KOTNoError = -3211
	KOTOutStateErr             KOTNoError = -3155
	KOTPortHasDiedErr          KOTNoError = -3280
	KOTPortLostConnection      KOTNoError = -3285
	KOTPortWasEjectedErr       KOTNoError = -3281
	KOTProtocolErr             KOTNoError = -3178
	KOTProviderMismatchErr     KOTNoError = -3174
	KOTQFullErr                KOTNoError = -3177
	KOTResAddressErr           KOTNoError = -3176
	KOTResQLenErr              KOTNoError = -3175
	KOTStateChangeErr          KOTNoError = -3168
	KOTSysErrorErr             KOTNoError = -3157
	KOTUserRequestedErr        KOTNoError = -3284
)

func (KOTNoError) String

func (e KOTNoError) String() string

type KPOSIXError

type KPOSIXError int
const (
	KPOSIXErrorBase            KPOSIXError = 100000
	KPOSIXErrorE2BIG           KPOSIXError = 100007
	KPOSIXErrorEACCES          KPOSIXError = 100013
	KPOSIXErrorEADDRINUSE      KPOSIXError = 100048
	KPOSIXErrorEADDRNOTAVAIL   KPOSIXError = 100049
	KPOSIXErrorEAFNOSUPPORT    KPOSIXError = 100047
	KPOSIXErrorEAGAIN          KPOSIXError = 100035
	KPOSIXErrorEALREADY        KPOSIXError = 100037
	KPOSIXErrorEAUTH           KPOSIXError = 100080
	KPOSIXErrorEBADARCH        KPOSIXError = 100086
	KPOSIXErrorEBADEXEC        KPOSIXError = 100085
	KPOSIXErrorEBADF           KPOSIXError = 100009
	KPOSIXErrorEBADMACHO       KPOSIXError = 100088
	KPOSIXErrorEBADMSG         KPOSIXError = 100094
	KPOSIXErrorEBADRPC         KPOSIXError = 100072
	KPOSIXErrorEBUSY           KPOSIXError = 100016
	KPOSIXErrorECANCELED       KPOSIXError = 100089
	KPOSIXErrorECHILD          KPOSIXError = 100010
	KPOSIXErrorECONNABORTED    KPOSIXError = 100053
	KPOSIXErrorECONNREFUSED    KPOSIXError = 100061
	KPOSIXErrorECONNRESET      KPOSIXError = 100054
	KPOSIXErrorEDEADLK         KPOSIXError = 100011
	KPOSIXErrorEDESTADDRREQ    KPOSIXError = 100039
	KPOSIXErrorEDEVERR         KPOSIXError = 100083
	KPOSIXErrorEDOM            KPOSIXError = 100033
	KPOSIXErrorEDQUOT          KPOSIXError = 100069
	KPOSIXErrorEEXIST          KPOSIXError = 100017
	KPOSIXErrorEFAULT          KPOSIXError = 100014
	KPOSIXErrorEFBIG           KPOSIXError = 100027
	KPOSIXErrorEFTYPE          KPOSIXError = 100079
	KPOSIXErrorEHOSTDOWN       KPOSIXError = 100064
	KPOSIXErrorEHOSTUNREACH    KPOSIXError = 100065
	KPOSIXErrorEIDRM           KPOSIXError = 100090
	KPOSIXErrorEILSEQ          KPOSIXError = 100092
	KPOSIXErrorEINPROGRESS     KPOSIXError = 100036
	KPOSIXErrorEINTR           KPOSIXError = 100004
	KPOSIXErrorEINVAL          KPOSIXError = 100022
	KPOSIXErrorEIO             KPOSIXError = 100005
	KPOSIXErrorEISCONN         KPOSIXError = 100056
	KPOSIXErrorEISDIR          KPOSIXError = 100021
	KPOSIXErrorELOOP           KPOSIXError = 100062
	KPOSIXErrorEMFILE          KPOSIXError = 100024
	KPOSIXErrorEMLINK          KPOSIXError = 100031
	KPOSIXErrorEMSGSIZE        KPOSIXError = 100040
	KPOSIXErrorEMULTIHOP       KPOSIXError = 100095
	KPOSIXErrorENAMETOOLONG    KPOSIXError = 100063
	KPOSIXErrorENEEDAUTH       KPOSIXError = 100081
	KPOSIXErrorENETDOWN        KPOSIXError = 100050
	KPOSIXErrorENETRESET       KPOSIXError = 100052
	KPOSIXErrorENETUNREACH     KPOSIXError = 100051
	KPOSIXErrorENFILE          KPOSIXError = 100023
	KPOSIXErrorENOATTR         KPOSIXError = 100093
	KPOSIXErrorENOBUFS         KPOSIXError = 100055
	KPOSIXErrorENODATA         KPOSIXError = 100096
	KPOSIXErrorENODEV          KPOSIXError = 100019
	KPOSIXErrorENOENT          KPOSIXError = 100002
	KPOSIXErrorENOEXEC         KPOSIXError = 100008
	KPOSIXErrorENOLCK          KPOSIXError = 100077
	KPOSIXErrorENOLINK         KPOSIXError = 100097
	KPOSIXErrorENOMEM          KPOSIXError = 100012
	KPOSIXErrorENOMSG          KPOSIXError = 100091
	KPOSIXErrorENOPROTOOPT     KPOSIXError = 100042
	KPOSIXErrorENOSPC          KPOSIXError = 100028
	KPOSIXErrorENOSR           KPOSIXError = 100098
	KPOSIXErrorENOSTR          KPOSIXError = 100099
	KPOSIXErrorENOSYS          KPOSIXError = 100078
	KPOSIXErrorENOTBLK         KPOSIXError = 100015
	KPOSIXErrorENOTCONN        KPOSIXError = 100057
	KPOSIXErrorENOTDIR         KPOSIXError = 100020
	KPOSIXErrorENOTEMPTY       KPOSIXError = 100066
	KPOSIXErrorENOTSOCK        KPOSIXError = 100038
	KPOSIXErrorENOTSUP         KPOSIXError = 100045
	KPOSIXErrorENOTTY          KPOSIXError = 100025
	KPOSIXErrorENXIO           KPOSIXError = 100006
	KPOSIXErrorEOPNOTSUPP      KPOSIXError = 100102
	KPOSIXErrorEOVERFLOW       KPOSIXError = 100084
	KPOSIXErrorEPERM           KPOSIXError = 100001
	KPOSIXErrorEPFNOSUPPORT    KPOSIXError = 100046
	KPOSIXErrorEPIPE           KPOSIXError = 100032
	KPOSIXErrorEPROCLIM        KPOSIXError = 100067
	KPOSIXErrorEPROCUNAVAIL    KPOSIXError = 100076
	KPOSIXErrorEPROGMISMATCH   KPOSIXError = 100075
	KPOSIXErrorEPROGUNAVAIL    KPOSIXError = 100074
	KPOSIXErrorEPROTO          KPOSIXError = 100100
	KPOSIXErrorEPROTONOSUPPORT KPOSIXError = 100043
	KPOSIXErrorEPROTOTYPE      KPOSIXError = 100041
	KPOSIXErrorEPWROFF         KPOSIXError = 100082
	KPOSIXErrorERANGE          KPOSIXError = 100034
	KPOSIXErrorEREMOTE         KPOSIXError = 100071
	KPOSIXErrorEROFS           KPOSIXError = 100030
	KPOSIXErrorERPCMISMATCH    KPOSIXError = 100073
	KPOSIXErrorESHLIBVERS      KPOSIXError = 100087
	KPOSIXErrorESHUTDOWN       KPOSIXError = 100058
	KPOSIXErrorESOCKTNOSUPPORT KPOSIXError = 100044
	KPOSIXErrorESPIPE          KPOSIXError = 100029
	KPOSIXErrorESRCH           KPOSIXError = 100003
	KPOSIXErrorESTALE          KPOSIXError = 100070
	KPOSIXErrorETIME           KPOSIXError = 100101
	KPOSIXErrorETIMEDOUT       KPOSIXError = 100060
	KPOSIXErrorETOOMANYREFS    KPOSIXError = 100059
	KPOSIXErrorETXTBSY         KPOSIXError = 100026
	KPOSIXErrorEUSERS          KPOSIXError = 100068
	KPOSIXErrorEXDEV           KPOSIXError = 100018
)

func (KPOSIXError) String

func (e KPOSIXError) String() string

type KPowerHandlerExistsForDeviceErr

type KPowerHandlerExistsForDeviceErr int
const (
	KBridgeSoftwareRunningCantSleep      KPowerHandlerExistsForDeviceErr = -13038
	KCantReportProcessorTemperatureErr   KPowerHandlerExistsForDeviceErr = -13013
	KNoSuchPowerSource                   KPowerHandlerExistsForDeviceErr = -13020
	KPowerHandlerExistsForDeviceErrValue KPowerHandlerExistsForDeviceErr = -13006
	KPowerHandlerNotFoundForDeviceErr    KPowerHandlerExistsForDeviceErr = -13007
	KPowerHandlerNotFoundForProcErr      KPowerHandlerExistsForDeviceErr = -13008
	KPowerMgtMessageNotHandled           KPowerHandlerExistsForDeviceErr = -13009
	KPowerMgtRequestDenied               KPowerHandlerExistsForDeviceErr = -13010
	KProcessorTempRoutineRequiresMPLib2  KPowerHandlerExistsForDeviceErr = -13014
)

func (KPowerHandlerExistsForDeviceErr) String

type KQD

type KQD int
const (
	KQDCorruptPICTDataErr      KQD = -3954
	KQDCursorAlreadyRegistered KQD = -3952
	KQDCursorNotRegistered     KQD = -3953
	KQDNoColorHWCursorSupport  KQD = -3951
	KQDNoPalette               KQD = -3950
)

func (KQD) String

func (e KQD) String() string

type KRA

type KRA int
const (
	KRAATalkInactive           KRA = -7134
	KRACallBackFailed          KRA = -7138
	KRAConfigurationDBInitErr  KRA = -7127
	KRAConnectionCanceled      KRA = -7109
	KRADuplicateIPAddr         KRA = -7137
	KRAExtAuthenticationFailed KRA = -7135
	KRAIncompatiblePrefs       KRA = -7107
	KRAInitOpenTransportFailed KRA = -7122
	KRAInstallationDamaged     KRA = -7113
	KRAInternalError           KRA = -7112
	KRAInvalidParameter        KRA = -7100
	KRAInvalidPassword         KRA = -7111
	KRAInvalidPort             KRA = -7101
	KRAInvalidPortState        KRA = -7116
	KRAInvalidSerialProtocol   KRA = -7117
	KRAMissingResources        KRA = -7106
	KRANCPRejectedbyPeer       KRA = -7136
	KRANotConnected            KRA = -7108
	KRANotEnabled              KRA = -7139
	KRANotPrimaryInterface     KRA = -7126
	KRANotSupported            KRA = -7105
	KRAOutOfMemory             KRA = -7104
	KRAPPPAuthenticationFailed KRA = -7129
	KRAPPPNegotiationFailed    KRA = -7130
	KRAPPPPeerDisconnected     KRA = -7132
	KRAPPPProtocolRejected     KRA = -7128
	KRAPPPUserDisconnected     KRA = -7131
	KRAPeerNotResponding       KRA = -7133
	KRAPortBusy                KRA = -7114
	KRAPortSetupFailed         KRA = -7103
	KRARemoteAccessNotReady    KRA = -7123
	KRAStartupFailed           KRA = -7102
	KRATCPIPInactive           KRA = -7124
	KRATCPIPNotConfigured      KRA = -7125
	KRAUnknownPortState        KRA = -7115
	KRAUnknownUser             KRA = -7110
	KRAUserInteractionRequired KRA = -7121
	KRAUserLoginDisabled       KRA = -7118
	KRAUserPwdChangeRequired   KRA = -7119
	KRAUserPwdEntryRequired    KRA = -7120
)

func (KRA) String

func (e KRA) String() string

type KSKSearchOption

type KSKSearchOption uint
const (
	// KSKSearchOptionDefault: # Discussion
	KSKSearchOptionDefault KSKSearchOption = 0
	// KSKSearchOptionFindSimilar: This option alters query behavior so that Search Kit returns references to documents that are similar to an example text string.
	KSKSearchOptionFindSimilar KSKSearchOption = 4
	// KSKSearchOptionNoRelevanceScores: This option saves time during a search by suppressing the computation of relevance scores.
	KSKSearchOptionNoRelevanceScores KSKSearchOption = 1
	// KSKSearchOptionSpaceMeansOR: This option alters query behavior so that spaces are interpreted as Boolean [OR] operators.
	KSKSearchOptionSpaceMeansOR KSKSearchOption = 2
)

func (KSKSearchOption) String

func (e KSKSearchOption) String() string

type KSSp

type KSSp int
const (
	KSSpCantInstallErr      KSSp = -30342
	KSSpInternalErr         KSSp = -30340
	KSSpParallelUpVectorErr KSSp = -30343
	KSSpScaleToZeroErr      KSSp = -30344
	KSSpVersionErr          KSSp = -30341
)

func (KSSp) String

func (e KSSp) String() string

type KSharingPrivs

type KSharingPrivs uint
const (
	KSharingPrivsNotApplicableIcon KSharingPrivs = 's'<<24 | 'h'<<16 | 'n'<<8 | 'a' // 'shna'
	KSharingPrivsReadOnlyIcon      KSharingPrivs = 's'<<24 | 'h'<<16 | 'r'<<8 | 'o' // 'shro'
	KSharingPrivsReadWriteIcon     KSharingPrivs = 's'<<24 | 'h'<<16 | 'r'<<8 | 'w' // 'shrw'
	KSharingPrivsUnknownIcon       KSharingPrivs = 's'<<24 | 'h'<<16 | 'u'<<8 | 'k' // 'shuk'
	KSharingPrivsWritableIcon      KSharingPrivs = 'w'<<24 | 'r'<<16 | 'i'<<8 | 't' // 'writ'
)

func (KSharingPrivs) String

func (e KSharingPrivs) String() string

type KStartupFolderIconResource

type KStartupFolderIconResource int
const (
	KControlPanelFolderIconResource KStartupFolderIconResource = -3976
	KDropFolderIconResource         KStartupFolderIconResource = -3979
	KExtensionsFolderIconResource   KStartupFolderIconResource = -3973
	KFontsFolderIconResource        KStartupFolderIconResource = -3968
	KFullTrashIconResource          KStartupFolderIconResource = -3984
	KMountedFolderIconResource      KStartupFolderIconResource = -3977
	KOwnedFolderIconResource        KStartupFolderIconResource = -3980
	KPreferencesFolderIconResource  KStartupFolderIconResource = -3974
	KPrintMonitorFolderIconResource KStartupFolderIconResource = -3975
	KSharedFolderIconResource       KStartupFolderIconResource = -3978
	KStartupFolderIconResourceValue KStartupFolderIconResource = -3981
)

func (KStartupFolderIconResource) String

type KTXN

type KTXN int
const (
	KTXNATSUIIsNotInstalledErr              KTXN = -22016
	KTXNAlreadyInitializedErr               KTXN = -22012
	KTXNAttributeTagInvalidForRunErr        KTXN = -22009
	KTXNBadDefaultFileTypeWarning           KTXN = -22005
	KTXNCannotAddFrameErr                   KTXN = -22001
	KTXNCannotSetAutoIndentErr              KTXN = -22006
	KTXNCannotTurnTSMOffWhenUsingUnicodeErr KTXN = -22013
	KTXNCopyNotAllowedInEchoModeErr         KTXN = -22014
	KTXNDataTypeNotAllowedErr               KTXN = -22015
	KTXNEndIterationErr                     KTXN = -22000
	KTXNIllegalToCrossDataBoundariesErr     KTXN = -22003
	KTXNInvalidFrameIDErr                   KTXN = -22002
	KTXNInvalidRunIndex                     KTXN = -22011
	KTXNNoMatchErr                          KTXN = -22008
	KTXNOutsideOfFrameErr                   KTXN = -22018
	KTXNOutsideOfLineErr                    KTXN = -22017
	KTXNRunIndexOutofBoundsErr              KTXN = -22007
	KTXNSomeOrAllTagsInvalidForRunErr       KTXN = -22010
	KTXNUserCanceledOperationErr            KTXN = -22004
)

func (KTXN) String

func (e KTXN) String() string

type KTextUnsupportedEncodingErr

type KTextUnsupportedEncodingErr int
const (
	// KTECArrayFullErr: # Discussion
	KTECArrayFullErr  KTextUnsupportedEncodingErr = -8751
	KTECBadTextRunErr KTextUnsupportedEncodingErr = -8752
	// KTECBufferBelowMinimumSizeErr: The output text buffer is too small to accommodatethe result of processing of the first input text element.
	KTECBufferBelowMinimumSizeErr KTextUnsupportedEncodingErr = -8750
	// KTECCorruptConverterErr: The converter object is invalid.
	KTECCorruptConverterErr KTextUnsupportedEncodingErr = -8748
	// KTECDirectionErr: An error, such as a direction stack overflow,occurred in directionality processing.
	KTECDirectionErr KTextUnsupportedEncodingErr = -8756
	// KTECGlobalsUnavailableErr: Global variables have already been deallocated,premature termination.
	KTECGlobalsUnavailableErr KTextUnsupportedEncodingErr = -8770
	// KTECIncompleteElementErr: The input text ends with a text elementthat might be incomplete, or contains a text element that is too longfor the internal buffers.
	KTECIncompleteElementErr KTextUnsupportedEncodingErr = -8755
	// KTECItemUnavailableErr: An item (for example, a name) is not availablefor the specified region (and encoding, if relevant).
	KTECItemUnavailableErr KTextUnsupportedEncodingErr = -8771
	// KTECMissingTableErr: The specified encoding is partially supported,but a specific table required for this function is missing.
	KTECMissingTableErr KTextUnsupportedEncodingErr = -8745
	// KTECNeedFlushStatus: The application disposed of a converterobject by calling TECDisposeConverter, but there is still text containedin internal buffers.
	KTECNeedFlushStatus KTextUnsupportedEncodingErr = -8784
	// KTECNoConversionPathErr: The converter supports both the source andtarget encodings, but cannot convert between them either directlyor indirectly.
	KTECNoConversionPathErr KTextUnsupportedEncodingErr = -8749
	// KTECOutputBufferFullStatus: The converter successfully converted partof the input text, but the output buffer was not large enough toaccommodate the entire input text after conversion.
	KTECOutputBufferFullStatus KTextUnsupportedEncodingErr = -8785
	// KTECPartialCharErr: The input text ends in the middle of a multibytecharacter and conversion stopped.
	KTECPartialCharErr KTextUnsupportedEncodingErr = -8753
	// KTECTableChecksumErr: A specific table required for this functionhas a checksum error, indicating that it has become corrupted.
	KTECTableChecksumErr KTextUnsupportedEncodingErr = -8746
	// KTECTableFormatErr: The table format is either invalid or itcannot be handled by the current version of the code.
	KTECTableFormatErr KTextUnsupportedEncodingErr = -8747
	// KTECUnmappableElementErr: An input text element cannot be mapped tothe specified output encoding(s) using the specified options.
	KTECUnmappableElementErr KTextUnsupportedEncodingErr = -8754
	// KTECUsedFallbacksStatus: The function has completely converted theinput string to the specified target using one or more fallbacks.For the Unicode Converter, this status code can only occur if the `kUnicodeUseFallbacksBit`control flag is set.
	KTECUsedFallbacksStatus KTextUnsupportedEncodingErr = -8783
	// KTextMalformedInputErr: The text input contains a sequence thatis not legal in the specified encoding, such as a DBCS high byte followedby an invalid low byte (0x8120 in Shift-JIS).
	KTextMalformedInputErr KTextUnsupportedEncodingErr = -8739
	// KTextUndefinedElementErr: The text input contains a code point thatis undefined in the specified encoding.
	KTextUndefinedElementErr KTextUnsupportedEncodingErr = -8740
	// KTextUnsupportedEncodingErrValue: The encoding or mapping is not supportedfor this function by the current set of tables or plug-ins.
	KTextUnsupportedEncodingErrValue KTextUnsupportedEncodingErr = -8738
	UnicodeBufErr                    KTextUnsupportedEncodingErr = -8764
	UnicodeCharErr                   KTextUnsupportedEncodingErr = -8763
	UnicodeChecksumErr               KTextUnsupportedEncodingErr = -8769
	UnicodeContextualErr             KTextUnsupportedEncodingErr = -8758
	UnicodeDirectionErr              KTextUnsupportedEncodingErr = -8759
	UnicodeElementErr                KTextUnsupportedEncodingErr = -8762
	UnicodeFallbacksErr              KTextUnsupportedEncodingErr = -8766
	UnicodeNoTableErr                KTextUnsupportedEncodingErr = -8768
	UnicodeNotFoundErr               KTextUnsupportedEncodingErr = -8761
	UnicodePartConvertErr            KTextUnsupportedEncodingErr = -8765
	UnicodeTableFormatErr            KTextUnsupportedEncodingErr = -8760
	UnicodeTextEncodingDataErr       KTextUnsupportedEncodingErr = -8757
	UnicodeVariantErr                KTextUnsupportedEncodingErr = -8767
)

func (KTextUnsupportedEncodingErr) String

type KToolbar

type KToolbar uint
const (
	KToolbarAdvancedIcon           KToolbar = 't'<<24 | 'b'<<16 | 'a'<<8 | 'v' // 'tbav'
	KToolbarApplicationsFolderIcon KToolbar = 't'<<24 | 'A'<<16 | 'p'<<8 | 's' // 'tAps'
	KToolbarCustomizeIcon          KToolbar = 't'<<24 | 'c'<<16 | 'u'<<8 | 's' // 'tcus'
	KToolbarDeleteIcon             KToolbar = 't'<<24 | 'd'<<16 | 'e'<<8 | 'l' // 'tdel'
	KToolbarDesktopFolderIcon      KToolbar = 't'<<24 | 'D'<<16 | 's'<<8 | 'k' // 'tDsk'
	KToolbarDocumentsFolderIcon    KToolbar = 't'<<24 | 'D'<<16 | 'o'<<8 | 'c' // 'tDoc'
	KToolbarDownloadsFolderIcon    KToolbar = 't'<<24 | 'D'<<16 | 'w'<<8 | 'n' // 'tDwn'
	KToolbarFavoritesIcon          KToolbar = 't'<<24 | 'f'<<16 | 'a'<<8 | 'v' // 'tfav'
	KToolbarHomeIcon               KToolbar = 't'<<24 | 'h'<<16 | 'o'<<8 | 'm' // 'thom'
	KToolbarInfoIcon               KToolbar = 't'<<24 | 'b'<<16 | 'i'<<8 | 'n' // 'tbin'
	KToolbarLabelsIcon             KToolbar = 't'<<24 | 'b'<<16 | 'l'<<8 | 'b' // 'tblb'
	KToolbarLibraryFolderIcon      KToolbar = 't'<<24 | 'L'<<16 | 'i'<<8 | 'b' // 'tLib'
	KToolbarMovieFolderIcon        KToolbar = 't'<<24 | 'M'<<16 | 'o'<<8 | 'v' // 'tMov'
	KToolbarMusicFolderIcon        KToolbar = 't'<<24 | 'M'<<16 | 'u'<<8 | 's' // 'tMus'
	KToolbarPicturesFolderIcon     KToolbar = 't'<<24 | 'P'<<16 | 'i'<<8 | 'c' // 'tPic'
	KToolbarPublicFolderIcon       KToolbar = 't'<<24 | 'P'<<16 | 'u'<<8 | 'b' // 'tPub'
	KToolbarSitesFolderIcon        KToolbar = 't'<<24 | 'S'<<16 | 't'<<8 | 's' // 'tSts'
	KToolbarUtilitiesFolderIcon    KToolbar = 't'<<24 | 'U'<<16 | 't'<<8 | 'l' // 'tUtl'
)

func (KToolbar) String

func (e KToolbar) String() string

type KUC

type KUC int
const (
	KUCOutputBufferTooSmall        KUC = -25340
	KUCTextBreakLocatorMissingType KUC = -25341
	KUCTokenNotFound               KUC = -25346
	KUCTokenizerIterationFinished  KUC = -25344
	KUCTokenizerUnknownLang        KUC = -25345
)

func (KUC) String

func (e KUC) String() string

type KUCCollate

type KUCCollate uint
const (
	// KUCCollateCaseInsensitiveMask: If the corresponding bit is set, then uppercase and titlecase characters are treated as equivalent to the corresponding lowercase characters.
	KUCCollateCaseInsensitiveMask KUCCollate = 8
	// KUCCollateComposeInsensitiveMask: # Discussion
	KUCCollateComposeInsensitiveMask KUCCollate = 2
	// KUCCollateDiacritInsensitiveMask: If the corresponding bit is set, then characters with diacritics are treated as equivalent to the corresponding characters without diacritics.
	KUCCollateDiacritInsensitiveMask KUCCollate = 16
	// KUCCollateDigitsAsNumberMask: # Discussion
	KUCCollateDigitsAsNumberMask KUCCollate = 131072
	// KUCCollateDigitsOverrideMask: # Discussion
	KUCCollateDigitsOverrideMask KUCCollate = 65536
	// KUCCollatePunctuationSignificantMask: # Discussion
	KUCCollatePunctuationSignificantMask KUCCollate = 32768
	// KUCCollateWidthInsensitiveMask: # Discussion
	KUCCollateWidthInsensitiveMask KUCCollate = 4
)

func (KUCCollate) String

func (e KUCCollate) String() string

type KUCCollateType

type KUCCollateType uint
const (
	// KUCCollateTypeShiftBits: # Discussion
	KUCCollateTypeShiftBits KUCCollateType = 24
	// KUCCollateTypeSourceMask: You can use this mask, in conjunction with the `kUCCollateTypeShiftBits` constant, to obtain a value identifying a fixed ordering scheme.
	KUCCollateTypeSourceMask KUCCollateType = 255
)

func (KUCCollateType) String

func (e KUCCollateType) String() string

type KUCKey

type KUCKey uint
const (
	// KUCKeyLayoutFeatureInfoFormat: The format of a structure of type UCKeyLayoutFeatureInfo.
	KUCKeyLayoutFeatureInfoFormat KUCKey = 8193
	// KUCKeyLayoutHeaderFormat: The format of a structure of type UCKeyboardLayout.
	KUCKeyLayoutHeaderFormat KUCKey = 4098
	// KUCKeyModifiersToTableNumFormat: The format of a structure of type UCKeyModifiersToTableNum.
	KUCKeyModifiersToTableNumFormat KUCKey = 12289
	// KUCKeySequenceDataIndexFormat: The format of a structure of type UCKeySequenceDataIndex.
	KUCKeySequenceDataIndexFormat KUCKey = 28673
	// KUCKeyStateRecordsIndexFormat: The format of a structure of type UCKeyStateRecordsIndex.
	KUCKeyStateRecordsIndexFormat KUCKey = 20481
	// KUCKeyStateTerminatorsFormat: The format of a structure of type UCKeyStateTerminators.
	KUCKeyStateTerminatorsFormat KUCKey = 24577
	// KUCKeyToCharTableIndexFormat: The format of a structure of type UCKeyToCharTableIndex.
	KUCKeyToCharTableIndexFormat KUCKey = 16385
)

func (KUCKey) String

func (e KUCKey) String() string

type KUCKeyAction

type KUCKeyAction uint
const (
	// KUCKeyActionAutoKey: The user has the key in an “auto-key” pressed state that is, the user is holding down the key for an extended period of time and is thereby generating multiple key strokes from the single key.
	KUCKeyActionAutoKey KUCKeyAction = 2
	// KUCKeyActionDisplay: The user is requesting information for key display, as in the Key Caps application.
	KUCKeyActionDisplay KUCKeyAction = 3
	// KUCKeyActionDown: The user is pressing the key.
	KUCKeyActionDown KUCKeyAction = 0
	// KUCKeyActionUp: The user is releasing the key.
	KUCKeyActionUp KUCKeyAction = 1
)

func (KUCKeyAction) String

func (e KUCKeyAction) String() string

type KUCKeyOutput

type KUCKeyOutput uint
const (
	// KUCKeyOutputGetIndexMask: You can use this mask to test the bits (0–13) in a [UCKeyOutput] value that provide the actual index to another structure.
	KUCKeyOutputGetIndexMask KUCKeyOutput = 16383
	// KUCKeyOutputSequenceIndexMask: If the bit specified by this mask is set, the [UCKeyOutput] value contains an index into a structure of type UCKeySequenceDataIndex.
	KUCKeyOutputSequenceIndexMask KUCKeyOutput = 32768
	// KUCKeyOutputStateIndexMask: If the bit specified by this mask is set, the UCKeyStateRecordsIndex [UCKeyOutput] value contains an index into a structure of type UCKeyStateRecordsIndex.
	KUCKeyOutputStateIndexMask KUCKeyOutput = 16384
	// KUCKeyOutputTestForIndexMask: # Discussion
	KUCKeyOutputTestForIndexMask KUCKeyOutput = 49152
)

func (KUCKeyOutput) String

func (e KUCKeyOutput) String() string

type KUCKeyStateEntry

type KUCKeyStateEntry uint
const (
	// KUCKeyStateEntryRangeFormat: Specifies that the entry format is that of a structure of type UCKeyStateEntryRange.
	KUCKeyStateEntryRangeFormat KUCKeyStateEntry = 2
	// KUCKeyStateEntryTerminalFormat: Specifies that the entry format is that of a structure of type UCKeyStateEntryTerminal.
	KUCKeyStateEntryTerminalFormat KUCKeyStateEntry = 1
)

func (KUCKeyStateEntry) String

func (e KUCKeyStateEntry) String() string

type KUCTS

type KUCTS int
const (
	KUCTSNoKeysAddedToObjectErr KUCTS = -25342
	KUCTSSearchListErr          KUCTS = -25343
)

func (KUCTS) String

func (e KUCTS) String() string

type KUCTSDirection

type KUCTSDirection uint
const (
	KUCTSDirectionNext     KUCTSDirection = 0
	KUCTSDirectionPrevious KUCTSDirection = 1
)

func (KUCTSDirection) String

func (e KUCTSDirection) String() string

type KUCTSOptions

type KUCTSOptions uint
const (
	KUCTSOptionsDataIsOrderedMask KUCTSOptions = 2
	KUCTSOptionsNoneMask          KUCTSOptions = 0
	KUCTSOptionsReleaseStringMask KUCTSOptions = 1
)

func (KUCTSOptions) String

func (e KUCTSOptions) String() string

type KUCTextBreak

type KUCTextBreak uint
const (
	// KUCTextBreakCharMask: If the bit specified by this mask is set, boundaries of characters may be located (with surrogate pairs treated as a single character).
	KUCTextBreakCharMask KUCTextBreak = 1
	// KUCTextBreakClusterMask: # Discussion
	KUCTextBreakClusterMask KUCTextBreak = 4
	// KUCTextBreakGoBackwardsMask: # Discussion
	KUCTextBreakGoBackwardsMask KUCTextBreak = 2
	// KUCTextBreakIterateMask: # Discussion
	KUCTextBreakIterateMask KUCTextBreak = 4
	// KUCTextBreakLeadingEdgeMask: # Discussion
	KUCTextBreakLeadingEdgeMask KUCTextBreak = 1
	// KUCTextBreakLineMask: If the bit specified by this mask is set, potential line breaks may be located.
	KUCTextBreakLineMask      KUCTextBreak = 64
	KUCTextBreakParagraphMask KUCTextBreak = 256
	// KUCTextBreakWordMask: If the bit specified by this mask is set, boundaries of words may be located.
	KUCTextBreakWordMask KUCTextBreak = 16
)

func (KUCTextBreak) String

func (e KUCTextBreak) String() string

type KUR

type KUR int
const (
	KURL68kNotSupportedError          KUR = -30788
	KURLAccessNotAvailableError       KUR = -30787
	KURLAuthenticationError           KUR = -30776
	KURLDestinationExistsError        KUR = -30772
	KURLExtensionFailureError         KUR = -30785
	KURLFileEmptyError                KUR = -30783
	KURLInvalidCallError              KUR = -30781
	KURLInvalidConfigurationError     KUR = -30786
	KURLInvalidURLError               KUR = -30773
	KURLInvalidURLReferenceError      KUR = -30770
	KURLProgressAlreadyDisplayedError KUR = -30771
	KURLPropertyBufferTooSmallError   KUR = -30779
	KURLPropertyNotYetKnownError      KUR = -30777
	KURLServerBusyError               KUR = -30775
	KURLUnknownPropertyError          KUR = -30778
	KURLUnsettablePropertyError       KUR = -30780
	KURLUnsupportedSchemeError        KUR = -30774
)

func (KUR) String

func (e KUR) String() string

type KUSB

type KUSB int
const (
	KUSBAbortedError           KUSB = -6982
	KUSBAlreadyOpenErr         KUSB = -6991
	KUSBBadDispatchTable       KUSB = -6950
	KUSBBitstufErr             KUSB = -6914
	KUSBBufOvrRunErr           KUSB = -6904
	KUSBBufUnderRunErr         KUSB = -6903
	KUSBCRCErr                 KUSB = -6915
	KUSBCompletionError        KUSB = -6984
	KUSBDataToggleErr          KUSB = -6913
	KUSBDeviceBusy             KUSB = -6977
	KUSBDeviceDisconnected     KUSB = -6972
	KUSBDeviceErr              KUSB = -6989
	KUSBDeviceNotSuspended     KUSB = -6973
	KUSBDevicePowerProblem     KUSB = -6976
	KUSBDeviceSuspended        KUSB = -6974
	KUSBEndpointStallErr       KUSB = -6912
	KUSBFlagsError             KUSB = -6983
	KUSBIncorrectTypeErr       KUSB = -6995
	KUSBInternalErr            KUSB = -6999
	KUSBInvalidBuffer          KUSB = -6975
	KUSBLinkErr                KUSB = -6916
	KUSBNoBandwidthError       KUSB = -6981
	KUSBNoDelay                KUSB = 0
	KUSBNoDeviceErr            KUSB = -6990
	KUSBNoErr                  KUSB = 0
	KUSBNoTran                 KUSB = 0
	KUSBNotFound               KUSB = -6987
	KUSBNotHandled             KUSB = -6987
	KUSBNotRespondingErr       KUSB = -6911
	KUSBNotSent1Err            KUSB = -6902
	KUSBNotSent2Err            KUSB = -6901
	KUSBOutOfMemoryErr         KUSB = -6988
	KUSBOverRunErr             KUSB = -6908
	KUSBPBLengthError          KUSB = -6985
	KUSBPBVersionError         KUSB = -6986
	KUSBPIDCheckErr            KUSB = -6910
	KUSBPending                KUSB = 1
	KUSBPipeIdleError          KUSB = -6980
	KUSBPipeStalledError       KUSB = -6979
	KUSBPortDisabled           KUSB = -6969
	KUSBQueueAborted           KUSB = -6970
	KUSBQueueFull              KUSB = -6948
	KUSBRes1Err                KUSB = -6906
	KUSBRes2Err                KUSB = -6905
	KUSBRqErr                  KUSB = -6994
	KUSBTimedOut               KUSB = -6971
	KUSBTooManyPipesErr        KUSB = -6996
	KUSBTooManyTransactionsErr KUSB = -6992
	KUSBUnderRunErr            KUSB = -6907
	KUSBUnknownDeviceErr       KUSB = -6998
	KUSBUnknownInterfaceErr    KUSB = -6978
	KUSBUnknownNotification    KUSB = -6949
	KUSBUnknownPipeErr         KUSB = -6997
	KUSBUnknownRequestErr      KUSB = -6993
	KUSBWrongPIDErr            KUSB = -6909
)

func (KUSB) String

func (e KUSB) String() string

type KUSBInternal

type KUSBInternal int
const (
	KUSBInternalReserved1  KUSBInternal = -6960
	KUSBInternalReserved10 KUSBInternal = -6951
	KUSBInternalReserved2  KUSBInternal = -6959
	KUSBInternalReserved3  KUSBInternal = -6958
	KUSBInternalReserved4  KUSBInternal = -6957
	KUSBInternalReserved5  KUSBInternal = -6956
	KUSBInternalReserved6  KUSBInternal = -6955
	KUSBInternalReserved7  KUSBInternal = -6954
	KUSBInternalReserved8  KUSBInternal = -6953
	KUSBInternalReserved9  KUSBInternal = -6952
)

func (KUSBInternal) String

func (e KUSBInternal) String() string

type KUTCUnderflowErr

type KUTCUnderflowErr int
const (
	KIllegalClockValueErr KUTCUnderflowErr = -8852
	KUTCOverflowErr       KUTCUnderflowErr = -8851
	KUTCUnderflowErrValue KUTCUnderflowErr = -8850
)

func (KUTCUnderflowErr) String

func (e KUTCUnderflowErr) String() string

type KUserFolderIcon

type KUserFolderIcon uint
const (
	KGroupIcon           KUserFolderIcon = 'g'<<24 | 'r'<<16 | 'u'<<8 | 'p' // 'grup'
	KGuestUserIcon       KUserFolderIcon = 'g'<<24 | 'u'<<16 | 's'<<8 | 'r' // 'gusr'
	KOwnerIcon           KUserFolderIcon = 's'<<24 | 'u'<<16 | 's'<<8 | 'r' // 'susr'
	KUserFolderIconValue KUserFolderIcon = 'u'<<24 | 'f'<<16 | 'l'<<8 | 'd' // 'ufld'
	KUserIcon            KUserFolderIcon = 'u'<<24 | 's'<<16 | 'e'<<8 | 'r' // 'user'
	KWorkgroupFolderIcon KUserFolderIcon = 'w'<<24 | 'f'<<16 | 'l'<<8 | 'd' // 'wfld'
)

func (KUserFolderIcon) String

func (e KUserFolderIcon) String() string

type Kernel

type Kernel int
const (
	KernelAlreadyFreeErr       Kernel = -2421
	KernelAsyncReceiveLimitErr Kernel = -2414
	KernelAsyncSendLimitErr    Kernel = -2413
	KernelAttributeErr         Kernel = -2412
	KernelCanceledErr          Kernel = -2402
	KernelDeletePermissionErr  Kernel = -2410
	KernelExceptionErr         Kernel = -2418
	KernelExecutePermissionErr Kernel = -2409
	KernelExecutionLevelErr    Kernel = -2411
	KernelIDErr                Kernel = -2419
	KernelInUseErr             Kernel = -2416
	KernelIncompleteErr        Kernel = -2401
	KernelObjectExistsErr      Kernel = -2406
	KernelOptionsErr           Kernel = -2403
	KernelPrivilegeErr         Kernel = -2404
	KernelReadPermissionErr    Kernel = -2408
	KernelReturnValueErr       Kernel = -2422
	KernelTerminatedErr        Kernel = -2417
	KernelTimeoutErr           Kernel = -2415
	KernelUnrecoverableErr     Kernel = -2499
	KernelUnsupportedErr       Kernel = -2405
	KernelWritePermissionErr   Kernel = -2407
)

func (Kernel) String

func (e Kernel) String() string

type Key

type Key uint
const (
	// KeyAEAdjustMarksProc: Mark-adjusting function.
	KeyAEAdjustMarksProc Key = 'a'<<24 | 'd'<<16 | 'j'<<8 | 'm' // 'adjm'
	// KeyAECompareProc: Object-comparison function.
	KeyAECompareProc Key = 'c'<<24 | 'm'<<16 | 'p'<<8 | 'r' // 'cmpr'
	// KeyAECountProc: Object-counting function.
	KeyAECountProc Key = 'c'<<24 | 'o'<<16 | 'n'<<8 | 't' // 'cont'
	// KeyAEGetErrDescProc: Get error descriptor callback function.
	KeyAEGetErrDescProc Key = 'i'<<24 | 'n'<<16 | 'd'<<8 | 'c' // 'indc'
	// KeyAEMarkProc: Object-marking function.
	KeyAEMarkProc Key = 'm'<<24 | 'a'<<16 | 'r'<<8 | 'k' // 'mark'
	// KeyAEMarkTokenProc: Mark token function.
	KeyAEMarkTokenProc Key = 'm'<<24 | 'k'<<16 | 'i'<<8 | 'd' // 'mkid'
	// KeyAERangeStart: Specifies the first Apple event object in a desired range.
	KeyAERangeStart Key = 's'<<24 | 't'<<16 | 'a'<<8 | 'r' // 'star'
	// KeyAERangeStop: Specifies the last Apple event object in the desired range.
	KeyAERangeStop Key = 's'<<24 | 't'<<16 | 'o'<<8 | 'p' // 'stop'
	// KeyAERecorderCount: Used with the `keyword` parameter of the AEManagerInfo(_:_:) function.
	KeyAERecorderCount Key = 'r'<<24 | 'e'<<16 | 'c'<<8 | 'r' // 'recr'
	// KeyAEVersion: Used with the `keyword` parameter of the AEManagerInfo(_:_:) function.
	KeyAEVersion              Key = 'v'<<24 | 'e'<<16 | 'r'<<8 | 's' // 'vers'
	KeyAcceptTimeoutAttr      Key = 'a'<<24 | 'c'<<16 | 't'<<8 | 'm' // 'actm'
	KeyActualSenderAuditToken Key = 'a'<<24 | 'c'<<16 | 'a'<<8 | 't' // 'acat'
	// KeyAddressAttr: Address of a target or client application.
	KeyAddressAttr     Key = 'a'<<24 | 'd'<<16 | 'd'<<8 | 'r' // 'addr'
	KeyCloseAllWindows Key = 'c'<<24 | 'a'<<16 | 'w'<<8 | ' ' // 'caw '
	// KeyDirectObject: Direct parameter.
	KeyDirectObject Key = '-'<<24 | '-'<<16 | '-'<<8 | '-' // '----'
	// KeyDisposeTokenProc: Token disposal function.
	KeyDisposeTokenProc Key = 'x'<<24 | 't'<<16 | 'o'<<8 | 'k' // 'xtok'
	KeyDriveNumber      Key = 'd'<<24 | 'r'<<16 | 'v'<<8 | '#' // 'drv#'
	KeyErrorCode        Key = 'e'<<24 | 'r'<<16 | 'r'<<8 | '#' // 'err#'
	// KeyErrorNumber: Error number.
	KeyErrorNumber Key = 'e'<<24 | 'r'<<16 | 'r'<<8 | 'n' // 'errn'
	// KeyErrorString: Error string.
	KeyErrorString Key = 'e'<<24 | 'r'<<16 | 'r'<<8 | 's' // 'errs'
	// KeyEventClassAttr: Event class of an Apple event.
	KeyEventClassAttr Key = 'e'<<24 | 'v'<<16 | 'c'<<8 | 'l' // 'evcl'
	// KeyEventIDAttr: Event ID of an Apple event.
	KeyEventIDAttr Key = 'e'<<24 | 'v'<<16 | 'i'<<8 | 'd' // 'evid'
	// KeyEventSourceAttr: Nature of the source application.
	KeyEventSourceAttr Key = 'e'<<24 | 's'<<16 | 'r'<<8 | 'c' // 'esrc'
	KeyHighLevelClass  Key = 'h'<<24 | 'c'<<16 | 'l'<<8 | 's' // 'hcls'
	KeyHighLevelID     Key = 'h'<<24 | 'i'<<16 | 'd'<<8 | ' ' // 'hid '
	// KeyInteractLevelAttr: Settings for when to allow the Apple Event Manager to bring a server application to the foreground, if necessary, to interact with the user.
	KeyInteractLevelAttr Key = 'i'<<24 | 'n'<<16 | 't'<<8 | 'e' // 'inte'
	KeyKey               Key = 'k'<<24 | 'e'<<16 | 'y'<<8 | ' ' // 'key '
	KeyKeyCode           Key = 'c'<<24 | 'o'<<16 | 'd'<<8 | 'e' // 'code'
	KeyKeyboard          Key = 'k'<<24 | 'e'<<16 | 'y'<<8 | 'b' // 'keyb'
	KeyLocalWhere        Key = 'l'<<24 | 'w'<<16 | 'h'<<8 | 'r' // 'lwhr'
	KeyMenuID            Key = 'm'<<24 | 'i'<<16 | 'd'<<8 | ' ' // 'mid '
	KeyMenuItem          Key = 'm'<<24 | 'i'<<16 | 't'<<8 | 'm' // 'mitm'
	KeyMiscellaneous     Key = 'f'<<24 | 'm'<<16 | 's'<<8 | 'c' // 'fmsc'
	// KeyMissedKeywordAttr: # Discussion
	KeyMissedKeywordAttr Key = 'm'<<24 | 'i'<<16 | 's'<<8 | 's' // 'miss'
	KeyModifiers         Key = 'm'<<24 | 'o'<<16 | 'd'<<8 | 's' // 'mods'
	KeyNewBounds         Key = 'n'<<24 | 'b'<<16 | 'n'<<8 | 'd' // 'nbnd'
	// KeyOptionalKeywordAttr: List of keywords for parameters of an Apple event that should be treated as optional by the target application.
	KeyOptionalKeywordAttr Key = 'o'<<24 | 'p'<<16 | 't'<<8 | 'k' // 'optk'
	// KeyOriginalAddressAttr: Address of original source of Apple event if the event has been forwarded (available only in version 1.01 or later versions of the Apple Event Manager).
	KeyOriginalAddressAttr Key = 'f'<<24 | 'r'<<16 | 'o'<<8 | 'm' // 'from'
	KeyOriginalBounds      Key = 'o'<<24 | 'b'<<16 | 'n'<<8 | 'd' // 'obnd'
	// KeyPreDispatch: A predispatch handler (an Apple event handler that the Apple Event Manager calls immediately before it dispatches an Apple event).
	KeyPreDispatch Key = 'p'<<24 | 'h'<<16 | 'a'<<8 | 'c' // 'phac'
	// KeyProcessSerialNumber: Process serial number.
	KeyProcessSerialNumber Key = 'p'<<24 | 's'<<16 | 'n'<<8 | ' ' // 'psn '
	// KeyReplyRequestedAttr: A Boolean value indicating whether the Apple event expects to be replied to.
	KeyReplyRequestedAttr Key = 'r'<<24 | 'e'<<16 | 'p'<<8 | 'q' // 'repq'
	// KeyReturnIDAttr: Return ID for a reply Apple event.
	KeyReturnIDAttr Key = 'r'<<24 | 't'<<16 | 'i'<<8 | 'd' // 'rtid'
	// KeySelectProc: You pass this value in the `functionClass` parameter of the AEManagerInfo(_:_:) function to disable the Object Support Library.
	KeySelectProc                                 Key = 's'<<24 | 'e'<<16 | 'l'<<8 | 'h' // 'selh'
	KeySelection                                  Key = 'f'<<24 | 's'<<16 | 'e'<<8 | 'l' // 'fsel'
	KeySenderApplescriptEntitlementsAttr          Key = 'e'<<24 | 'n'<<16 | 't'<<8 | 'l' // 'entl'
	KeySenderApplicationIdentifierEntitlementAttr Key = 'a'<<24 | 'i'<<16 | 'e'<<8 | 'a' // 'aiea'
	KeySenderApplicationSandboxed                 Key = 's'<<24 | 's'<<16 | 's'<<8 | 'b' // 'sssb'
	KeySenderAuditTokenAttr                       Key = 't'<<24 | 'o'<<16 | 'k'<<8 | 'n' // 'tokn'
	KeySenderEGIDAttr                             Key = 's'<<24 | 'g'<<16 | 'i'<<8 | 'd' // 'sgid'
	KeySenderEUIDAttr                             Key = 's'<<24 | 'e'<<16 | 'i'<<8 | 'd' // 'seid'
	KeySenderGIDAttr                              Key = 'g'<<24 | 'i'<<16 | 'd'<<8 | 's' // 'gids'
	KeySenderPIDAttr                              Key = 's'<<24 | 'p'<<16 | 'i'<<8 | 'd' // 'spid'
	KeySenderUIDAttr                              Key = 'u'<<24 | 'i'<<16 | 'd'<<8 | 's' // 'uids'
	// KeyTimeoutAttr: Length of time, in ticks, that the client will wait for a reply or a result from the server.
	KeyTimeoutAttr Key = 't'<<24 | 'i'<<16 | 'm'<<8 | 'o' // 'timo'
	// KeyTransactionIDAttr: Transaction ID identifying a series of Apple events that are part of one transaction.
	KeyTransactionIDAttr Key = 't'<<24 | 'r'<<16 | 'a'<<8 | 'n' // 'tran'
	KeyWhen              Key = 'w'<<24 | 'h'<<16 | 'e'<<8 | 'n' // 'when'
	KeyWhere             Key = 'w'<<24 | 'h'<<16 | 'e'<<8 | 'r' // 'wher'
	KeyWindow            Key = 'k'<<24 | 'w'<<16 | 'n'<<8 | 'd' // 'kwnd'
)

func (Key) String

func (e Key) String() string

type KeyAE

type KeyAE uint
const (
	KeyAEAngle          KeyAE = 'k'<<24 | 'a'<<16 | 'n'<<8 | 'g' // 'kang'
	KeyAEArcAngle       KeyAE = 'p'<<24 | 'a'<<16 | 'r'<<8 | 'c' // 'parc'
	KeyAEBaseAddr       KeyAE = 'b'<<24 | 'a'<<16 | 'd'<<8 | 'd' // 'badd'
	KeyAEBestType       KeyAE = 'p'<<24 | 'b'<<16 | 's'<<8 | 't' // 'pbst'
	KeyAEBgndColor      KeyAE = 'k'<<24 | 'b'<<16 | 'c'<<8 | 'l' // 'kbcl'
	KeyAEBgndPattern    KeyAE = 'k'<<24 | 'b'<<16 | 'p'<<8 | 't' // 'kbpt'
	KeyAEBounds         KeyAE = 'p'<<24 | 'b'<<16 | 'n'<<8 | 'd' // 'pbnd'
	KeyAECellList       KeyAE = 'k'<<24 | 'c'<<16 | 'l'<<8 | 't' // 'kclt'
	KeyAEClassID        KeyAE = 'c'<<24 | 'l'<<16 | 'I'<<8 | 'D' // 'clID'
	KeyAEClauseOffsets  KeyAE = 'c'<<24 | 'l'<<16 | 'a'<<8 | 'u' // 'clau'
	KeyAEColor          KeyAE = 'c'<<24 | 'o'<<16 | 'l'<<8 | 'r' // 'colr'
	KeyAEColorTable     KeyAE = 'c'<<24 | 'l'<<16 | 't'<<8 | 'b' // 'cltb'
	KeyAECurveHeight    KeyAE = 'k'<<24 | 'c'<<16 | 'h'<<8 | 'd' // 'kchd'
	KeyAECurveWidth     KeyAE = 'k'<<24 | 'c'<<16 | 'w'<<8 | 'd' // 'kcwd'
	KeyAEDashStyle      KeyAE = 'p'<<24 | 'd'<<16 | 's'<<8 | 't' // 'pdst'
	KeyAEData           KeyAE = 'd'<<24 | 'a'<<16 | 't'<<8 | 'a' // 'data'
	KeyAEDefaultType    KeyAE = 'd'<<24 | 'e'<<16 | 'f'<<8 | 't' // 'deft'
	KeyAEDefinitionRect KeyAE = 'p'<<24 | 'd'<<16 | 'r'<<8 | 't' // 'pdrt'
	KeyAEDescType       KeyAE = 'd'<<24 | 's'<<16 | 't'<<8 | 'p' // 'dstp'
	KeyAEDestination    KeyAE = 'd'<<24 | 'e'<<16 | 's'<<8 | 't' // 'dest'
	KeyAEDoAntiAlias    KeyAE = 'a'<<24 | 'n'<<16 | 't'<<8 | 'a' // 'anta'
	KeyAEDoDithered     KeyAE = 'g'<<24 | 'd'<<16 | 'i'<<8 | 't' // 'gdit'
	KeyAEDoRotate       KeyAE = 'k'<<24 | 'd'<<16 | 'r'<<8 | 't' // 'kdrt'
	KeyAEDoScale        KeyAE = 'k'<<24 | 's'<<16 | 'c'<<8 | 'a' // 'ksca'
	KeyAEDoTranslate    KeyAE = 'k'<<24 | 't'<<16 | 'r'<<8 | 'a' // 'ktra'
	KeyAEDragging       KeyAE = 'b'<<24 | 'o'<<16 | 'o'<<8 | 'l' // 'bool'
	KeyAEEditionFileLoc KeyAE = 'e'<<24 | 'l'<<16 | 'o'<<8 | 'c' // 'eloc'
	KeyAEElements       KeyAE = 'e'<<24 | 'l'<<16 | 'm'<<8 | 's' // 'elms'
	KeyAEEndPoint       KeyAE = 'p'<<24 | 'e'<<16 | 'n'<<8 | 'd' // 'pend'
	KeyAEEventClass     KeyAE = 'e'<<24 | 'v'<<16 | 'c'<<8 | 'l' // 'evcl'
	KeyAEEventID        KeyAE = 'e'<<24 | 'v'<<16 | 't'<<8 | 'i' // 'evti'
	KeyAEFile           KeyAE = 'k'<<24 | 'f'<<16 | 'i'<<8 | 'l' // 'kfil'
	KeyAEFileType       KeyAE = 'f'<<24 | 'l'<<16 | 't'<<8 | 'p' // 'fltp'
	KeyAEFillColor      KeyAE = 'f'<<24 | 'l'<<16 | 'c'<<8 | 'l' // 'flcl'
	KeyAEFillPattern    KeyAE = 'f'<<24 | 'l'<<16 | 'p'<<8 | 't' // 'flpt'
	KeyAEFlipHorizontal KeyAE = 'k'<<24 | 'f'<<16 | 'h'<<8 | 'o' // 'kfho'
	KeyAEFlipVertical   KeyAE = 'k'<<24 | 'f'<<16 | 'v'<<8 | 't' // 'kfvt'
	KeyAEFont           KeyAE = 'f'<<24 | 'o'<<16 | 'n'<<8 | 't' // 'font'
	KeyAEFormula        KeyAE = 'p'<<24 | 'f'<<16 | 'o'<<8 | 'r' // 'pfor'
	KeyAEGraphicObjects KeyAE = 'g'<<24 | 'o'<<16 | 'b'<<8 | 's' // 'gobs'
	KeyAEHiliteRange    KeyAE = 'h'<<24 | 'r'<<16 | 'n'<<8 | 'g' // 'hrng'
	KeyAEID             KeyAE = 'I'<<24 | 'D'<<16 | ' '<<8 | ' ' // 'ID  '
	KeyAEImageQuality   KeyAE = 'g'<<24 | 'q'<<16 | 'u'<<8 | 'a' // 'gqua'
	KeyAEInsertHere     KeyAE = 'i'<<24 | 'n'<<16 | 's'<<8 | 'h' // 'insh'
	KeyAEKeyForms       KeyAE = 'k'<<24 | 'e'<<16 | 'y'<<8 | 'f' // 'keyf'
	KeyAEKeyword        KeyAE = 'k'<<24 | 'y'<<16 | 'w'<<8 | 'd' // 'kywd'
	KeyAELeftSide       KeyAE = 'k'<<24 | 'l'<<16 | 'e'<<8 | 'f' // 'klef'
	KeyAELevel          KeyAE = 'l'<<24 | 'e'<<16 | 'v'<<8 | 'l' // 'levl'
	KeyAELineArrow      KeyAE = 'a'<<24 | 'r'<<16 | 'r'<<8 | 'o' // 'arro'
	KeyAEName           KeyAE = 'p'<<24 | 'n'<<16 | 'a'<<8 | 'm' // 'pnam'
	KeyAENewElementLoc  KeyAE = 'p'<<24 | 'n'<<16 | 'e'<<8 | 'l' // 'pnel'
	KeyAEObject         KeyAE = 'k'<<24 | 'o'<<16 | 'b'<<8 | 'j' // 'kobj'
	KeyAEObjectClass    KeyAE = 'k'<<24 | 'o'<<16 | 'c'<<8 | 'l' // 'kocl'
	KeyAEOffStyles      KeyAE = 'o'<<24 | 'f'<<16 | 's'<<8 | 't' // 'ofst'
	KeyAEOffset         KeyAE = 'o'<<24 | 'f'<<16 | 's'<<8 | 't' // 'ofst'
	KeyAEOnStyles       KeyAE = 'o'<<24 | 'n'<<16 | 's'<<8 | 't' // 'onst'
	KeyAEPMTable        KeyAE = 'k'<<24 | 'p'<<16 | 'm'<<8 | 't' // 'kpmt'
	KeyAEParamFlags     KeyAE = 'p'<<24 | 'm'<<16 | 'f'<<8 | 'g' // 'pmfg'
	KeyAEParameters     KeyAE = 'p'<<24 | 'r'<<16 | 'm'<<8 | 's' // 'prms'
	KeyAEPenColor       KeyAE = 'p'<<24 | 'p'<<16 | 'c'<<8 | 'l' // 'ppcl'
	KeyAEPenPattern     KeyAE = 'p'<<24 | 'p'<<16 | 'p'<<8 | 'a' // 'pppa'
	KeyAEPenWidth       KeyAE = 'p'<<24 | 'p'<<16 | 'w'<<8 | 'd' // 'ppwd'
	KeyAEPinRange       KeyAE = 'p'<<24 | 'n'<<16 | 'r'<<8 | 'g' // 'pnrg'
	KeyAEPixMapMinus    KeyAE = 'k'<<24 | 'p'<<16 | 'm'<<8 | 'm' // 'kpmm'
	KeyAEPixelDepth     KeyAE = 'p'<<24 | 'd'<<16 | 'p'<<8 | 't' // 'pdpt'
	KeyAEPoint          KeyAE = 'g'<<24 | 'p'<<16 | 'o'<<8 | 's' // 'gpos'
	KeyAEPointList      KeyAE = 'p'<<24 | 't'<<16 | 'l'<<8 | 't' // 'ptlt'
	KeyAEPointSize      KeyAE = 'p'<<24 | 't'<<16 | 's'<<8 | 'z' // 'ptsz'
	KeyAEPosition       KeyAE = 'k'<<24 | 'p'<<16 | 'o'<<8 | 's' // 'kpos'
	KeyAEPropData       KeyAE = 'p'<<24 | 'r'<<16 | 'd'<<8 | 't' // 'prdt'
	KeyAEPropFlags      KeyAE = 'p'<<24 | 'r'<<16 | 'f'<<8 | 'g' // 'prfg'
	KeyAEPropID         KeyAE = 'p'<<24 | 'r'<<16 | 'o'<<8 | 'p' // 'prop'
	KeyAEProperties     KeyAE = 'q'<<24 | 'p'<<16 | 'r'<<8 | 'o' // 'qpro'
	KeyAEProperty       KeyAE = 'k'<<24 | 'p'<<16 | 'r'<<8 | 'p' // 'kprp'
	KeyAEProtection     KeyAE = 'p'<<24 | 'p'<<16 | 'r'<<8 | 'o' // 'ppro'
	KeyAERegionClass    KeyAE = 'r'<<24 | 'g'<<16 | 'n'<<8 | 'c' // 'rgnc'
	KeyAERenderAs       KeyAE = 'k'<<24 | 'r'<<16 | 'e'<<8 | 'n' // 'kren'
	KeyAERequestedType  KeyAE = 'r'<<24 | 't'<<16 | 'y'<<8 | 'p' // 'rtyp'
	KeyAEResult         KeyAE = '-'<<24 | '-'<<16 | '-'<<8 | '-' // '----'
	KeyAEResultInfo     KeyAE = 'r'<<24 | 's'<<16 | 'i'<<8 | 'n' // 'rsin'
	KeyAERotPoint       KeyAE = 'k'<<24 | 'r'<<16 | 't'<<8 | 'p' // 'krtp'
	KeyAERotation       KeyAE = 'p'<<24 | 'r'<<16 | 'o'<<8 | 't' // 'prot'
	KeyAERowList        KeyAE = 'k'<<24 | 'r'<<16 | 'l'<<8 | 's' // 'krls'
	KeyAESaveOptions    KeyAE = 's'<<24 | 'a'<<16 | 'v'<<8 | 'o' // 'savo'
	KeyAEScale          KeyAE = 'p'<<24 | 's'<<16 | 'c'<<8 | 'l' // 'pscl'
	KeyAEScriptTag      KeyAE = 'p'<<24 | 's'<<16 | 'c'<<8 | 't' // 'psct'
	// KeyAESearchText: # Discussion
	KeyAESearchText      KeyAE = 's'<<24 | 't'<<16 | 'x'<<8 | 't' // 'stxt'
	KeyAEShowWhere       KeyAE = 's'<<24 | 'h'<<16 | 'o'<<8 | 'w' // 'show'
	KeyAEStartAngle      KeyAE = 'p'<<24 | 'a'<<16 | 'n'<<8 | 'g' // 'pang'
	KeyAEStartPoint      KeyAE = 'p'<<24 | 's'<<16 | 't'<<8 | 'p' // 'pstp'
	KeyAEStyles          KeyAE = 'k'<<24 | 's'<<16 | 't'<<8 | 'y' // 'ksty'
	KeyAESuiteID         KeyAE = 's'<<24 | 'u'<<16 | 'i'<<8 | 't' // 'suit'
	KeyAEText            KeyAE = 'k'<<24 | 't'<<16 | 'x'<<8 | 't' // 'ktxt'
	KeyAETextColor       KeyAE = 'p'<<24 | 't'<<16 | 'x'<<8 | 'c' // 'ptxc'
	KeyAETextFont        KeyAE = 'p'<<24 | 't'<<16 | 'x'<<8 | 'f' // 'ptxf'
	KeyAETextLineAscent  KeyAE = 'k'<<24 | 't'<<16 | 'a'<<8 | 's' // 'ktas'
	KeyAETextLineHeight  KeyAE = 'k'<<24 | 't'<<16 | 'l'<<8 | 'h' // 'ktlh'
	KeyAETextPointSize   KeyAE = 'p'<<24 | 't'<<16 | 'p'<<8 | 's' // 'ptps'
	KeyAETextStyles      KeyAE = 't'<<24 | 'x'<<16 | 's'<<8 | 't' // 'txst'
	KeyAETheText         KeyAE = 't'<<24 | 'h'<<16 | 't'<<8 | 'x' // 'thtx'
	KeyAETransferMode    KeyAE = 'p'<<24 | 'p'<<16 | 't'<<8 | 'm' // 'pptm'
	KeyAETranslation     KeyAE = 'p'<<24 | 't'<<16 | 'r'<<8 | 's' // 'ptrs'
	KeyAETryAsStructGraf KeyAE = 't'<<24 | 'o'<<16 | 'o'<<8 | 'g' // 'toog'
	KeyAEUniformStyles   KeyAE = 'u'<<24 | 's'<<16 | 't'<<8 | 'l' // 'ustl'
	KeyAEUpdateOn        KeyAE = 'p'<<24 | 'u'<<16 | 'p'<<8 | 'd' // 'pupd'
	KeyAEUserTerm        KeyAE = 'u'<<24 | 't'<<16 | 'r'<<8 | 'm' // 'utrm'
	KeyAEWindow          KeyAE = 'w'<<24 | 'n'<<16 | 'd'<<8 | 'w' // 'wndw'
	KeyAEWritingCode     KeyAE = 'w'<<24 | 'r'<<16 | 'c'<<8 | 'd' // 'wrcd'
)

func (KeyAE) String

func (e KeyAE) String() string

type KeyAELaunchedAs

type KeyAELaunchedAs uint
const (
	// KeyAELaunchedAsLogInItem: If present in a `kAEOpenApplication` event, the receiving application was launched as a login item and should only perform actions suitable to that environment—for example, it probably shouldn't open an untitled document.
	KeyAELaunchedAsLogInItem KeyAELaunchedAs = 'l'<<24 | 'g'<<16 | 'i'<<8 | 't' // 'lgit'
	// KeyAELaunchedAsServiceItem: # Discussion
	KeyAELaunchedAsServiceItem KeyAELaunchedAs = 's'<<24 | 'v'<<16 | 'i'<<8 | 't' // 'svit'
)

func (KeyAELaunchedAs) String

func (e KeyAELaunchedAs) String() string

type KeySOAP

type KeySOAP uint
const (
	KeySOAPSMDNamespace      KeySOAP = 's'<<24 | 's'<<16 | 'n'<<8 | 's' // 'ssns'
	KeySOAPSMDNamespaceURI   KeySOAP = 's'<<24 | 's'<<16 | 'n'<<8 | 'u' // 'ssnu'
	KeySOAPSMDType           KeySOAP = 's'<<24 | 's'<<16 | 't'<<8 | 'p' // 'sstp'
	KeySOAPStructureMetaData KeySOAP = '/'<<24 | 's'<<16 | 'm'<<8 | 'd' // '/smd'
)

func (KeySOAP) String

func (e KeySOAP) String() string

type KeyUserNameAttr

type KeyUserNameAttr uint
const (
	KAERPCClass                  KeyUserNameAttr = 'r'<<24 | 'p'<<16 | 'c'<<8 | ' ' // 'rpc '
	KAESOAPScheme                KeyUserNameAttr = 'S'<<24 | 'O'<<16 | 'A'<<8 | 'P' // 'SOAP'
	KAESharedScriptHandler       KeyUserNameAttr = 'w'<<24 | 's'<<16 | 'c'<<8 | 'p' // 'wscp'
	KAEXMLRPCScheme              KeyUserNameAttr = 'R'<<24 | 'P'<<16 | 'C'<<8 | '2' // 'RPC2'
	KeyAEPOSTHeaderData          KeyUserNameAttr = 'p'<<24 | 'h'<<16 | 'e'<<8 | 'd' // 'phed'
	KeyAEReplyHeaderData         KeyUserNameAttr = 'r'<<24 | 'h'<<16 | 'e'<<8 | 'd' // 'rhed'
	KeyAEXMLReplyData            KeyUserNameAttr = 'x'<<24 | 'r'<<16 | 'e'<<8 | 'p' // 'xrep'
	KeyAEXMLRequestData          KeyUserNameAttr = 'x'<<24 | 'r'<<16 | 'e'<<8 | 'q' // 'xreq'
	KeyAdditionalHTTPHeaders     KeyUserNameAttr = 'a'<<24 | 'h'<<16 | 'e'<<8 | 'd' // 'ahed'
	KeyDisableAuthenticationAttr KeyUserNameAttr = 'a'<<24 | 'u'<<16 | 't'<<8 | 'h' // 'auth'
	KeyRPCMethodName             KeyUserNameAttr = 'm'<<24 | 'e'<<16 | 't'<<8 | 'h' // 'meth'
	KeyRPCMethodParam            KeyUserNameAttr = 'p'<<24 | 'a'<<16 | 'r'<<8 | 'm' // 'parm'
	KeyRPCMethodParamOrder       KeyUserNameAttr = '/'<<24 | 'o'<<16 | 'r'<<8 | 'd' // '/ord'
	KeySOAPAction                KeyUserNameAttr = 's'<<24 | 'a'<<16 | 'c'<<8 | 't' // 'sact'
	KeySOAPMethodNameSpace       KeyUserNameAttr = 'm'<<24 | 's'<<16 | 'p'<<8 | 'c' // 'mspc'
	KeySOAPMethodNameSpaceURI    KeyUserNameAttr = 'm'<<24 | 's'<<16 | 'p'<<8 | 'u' // 'mspu'
	KeySOAPSchemaVersion         KeyUserNameAttr = 's'<<24 | 's'<<16 | 'c'<<8 | 'h' // 'ssch'
	KeyUserNameAttrValue         KeyUserNameAttr = 'u'<<24 | 'n'<<16 | 'a'<<8 | 'm' // 'unam'
	KeyUserPasswordAttr          KeyUserNameAttr = 'p'<<24 | 'a'<<16 | 's'<<8 | 's' // 'pass'
	KeyXMLDebuggingAttr          KeyUserNameAttr = 'x'<<24 | 'd'<<16 | 'b'<<8 | 'g' // 'xdbg'
)

func (KeyUserNameAttr) String

func (e KeyUserNameAttr) String() string

type LSAcceptanceFlags

type LSAcceptanceFlags uint32

See: https://developer.apple.com/documentation/coreservices/lsacceptanceflags

const (
	// AcceptAllowLoginUI: Requests that the user interface to log in be presented.
	AcceptAllowLoginUI LSAcceptanceFlags = 0
	// AcceptDefault: Requests the default behavior that does not require the user interface to log in be presented.
	AcceptDefault LSAcceptanceFlags = 0
)

func (LSAcceptanceFlags) String

func (e LSAcceptanceFlags) String() string

type LSApplicationParameters

type LSApplicationParameters struct {
	Version           int                            // The version of the structure. The value of thisfield must be `0`.
	Flags             LSLaunchFlags                  // Launch flags. For possible values, see [LSLaunchFlags](<doc://com.apple.documentation/documentation/coreservices/lslaunchflags>).
	Application       objectivec.IObject             // The [FSRef] ofthe application to open.
	AsyncLaunchRefCon unsafe.Pointer                 // The client `refCon` thatis to appear in subsequent launch notifications.
	Environment       corefoundation.CFDictionaryRef // A dictionary of [CFStringRef] keysand values for environment variables to set in the launched process.The value of this field can be [NULL].
	Argv              corefoundation.CFArrayRef      // An array of values of type [CFString](<doc://com.apple.corefoundation/documentation/CoreFoundation/CFString>) that specify the arguments that are to be passed to `main()` in the launched process. The value of this field can be [NULL]. This field is ignored in macOS 10.4.
	InitialEvent      AEDesc                         // The first Apple Event to send to the launchedprocess. The value of this field can be [NULL].

}

LSApplicationParameters - The specification that defines the app, launch flags, and additional parameters that control how an app launches.

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/lsapplicationparameters

type LSHandlerOptions

type LSHandlerOptions uint32

See: https://developer.apple.com/documentation/coreservices/lshandleroptions

const (
	// Deprecated.
	IgnoreCreator LSHandlerOptions = 0
)

func LSGetHandlerOptionsForContentType deprecated

func LSGetHandlerOptionsForContentType(inContentType corefoundation.CFStringRef) LSHandlerOptions

LSGetHandlerOptionsForContentType gets the handler options for the specified content type.

Deprecated: Deprecated since macOS 10.11.

See: https://developer.apple.com/documentation/coreservices/1445296-lsgethandleroptionsforcontenttyp

func (LSHandlerOptions) String

func (e LSHandlerOptions) String() string

type LSItemInfoFlags

type LSItemInfoFlags uint32

See: https://developer.apple.com/documentation/coreservices/lsiteminfoflags

const (
	// Deprecated.
	AppIsScriptable LSItemInfoFlags = 0
	// Deprecated.
	AppPrefersClassic LSItemInfoFlags = 0
	// Deprecated.
	AppPrefersNative LSItemInfoFlags = 0
	// Deprecated.
	ExtensionIsHidden LSItemInfoFlags = 0
	// Deprecated.
	IsAliasFile LSItemInfoFlags = 0
	// Deprecated.
	IsApplication LSItemInfoFlags = 0
	// Deprecated.
	IsClassicApp LSItemInfoFlags = 0
	// Deprecated.
	IsContainer LSItemInfoFlags = 0
	// Deprecated.
	IsInvisible LSItemInfoFlags = 0
	// Deprecated.
	IsNativeApp LSItemInfoFlags = 0
	// Deprecated.
	IsPackage LSItemInfoFlags = 0
	// Deprecated.
	IsPlainFile LSItemInfoFlags = 0
	// Deprecated.
	IsSymlink LSItemInfoFlags = 0
	// Deprecated.
	IsVolume LSItemInfoFlags = 0
)

func (LSItemInfoFlags) String

func (e LSItemInfoFlags) String() string

type LSItemInfoRecord

type LSItemInfoRecord struct {
	Flags     LSItemInfoFlags            // Item-information flags specifying informationabout the item; see [LSItemInfoFlags](<doc://com.apple.documentation/documentation/coreservices/lsiteminfoflags>) for a description of these flags.
	Filetype  uint32                     // The item’s file type.
	Creator   uint32                     // The item’s creator signature.
	Extension corefoundation.CFStringRef // A Core Foundation string object specifying theitem’s filename extension; see the  inthe Core Foundation Reference Documentation for a description ofthe [CFStringRef] datatype.

}

LSItemInfoRecord - The specification that contains requested information about an item.

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/lsiteminforecord

type LSLaunchFSRefSpec

type LSLaunchFSRefSpec struct {
	AppRef         objectivec.IObject // A pointer to a file-system reference designatingthe application to launch; see the  inthe Carbon File Management Documentation for a description of the [FSRef] datatype. Set this field to [NULL] torequest that each item in the `itemRefs` arraybe opened in its own preferred application.
	NumDocs        int                // The number of elements in the array specifiedby the `itemRefs` field.The value of this field can be `0`,in which case the application designated by `appRef` islaunched without opening any items.
	ItemRefs       objectivec.IObject // An array of file-system references designatingthe item or items to open. If the value of `numDocs` is `0`,this field is ignored and can be set to [NULL].
	PassThruParams AEDesc             // A pointer to an Apple event descriptor that ispassed untouched as an optional parameter, with keyword `keyAEPropData` (`'prdt'`),in the Apple event sent to each application launched or activated(whether individual preferred applications or the application designatedby `appRef`). See the  in the Carbon Interapplication CommunicationDocumentation for a description of the [AEDesc] datatype. The value of this field can be [NULL].
	LaunchFlags    LSLaunchFlags      // Launch flags specifying how to launch each application(including whether to print or merely open documents); see [LSLaunchFlags](<doc://com.apple.documentation/documentation/coreservices/lslaunchflags>) fora description of these flags.
	AsyncRefCon    unsafe.Pointer     // A pointer to an arbitrary application-definedvalue, passed in the Carbon event notifying you of an application’slaunch or termination (if you have registered for such notification).The value of this field can be [NULL].

}

LSLaunchFSRefSpec - The specification that defines, by file-system reference, an app to launch, items to open, or both, along with related information.

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/lslaunchfsrefspec

type LSLaunchFlags

type LSLaunchFlags uint32

See: https://developer.apple.com/documentation/coreservices/lslaunchflags

const (
	// AndDisplayErrors: Requests that launch and open failures be displayed in the UI.
	AndDisplayErrors LSLaunchFlags = 0
	// AndHide: Requests that the application be hidden as soon as it completes its launch sequence.
	AndHide LSLaunchFlags = 0
	// AndHideOthers: Requests that other applications be hidden as soon as the opened application completes its launch sequence.
	AndHideOthers LSLaunchFlags = 0
	// AndPrint: Requests that documents opened in the application be printed.
	AndPrint LSLaunchFlags = 0
	// Async: Requests that the application be launched asynchronously.
	Async LSLaunchFlags = 0
	// Defaults: Requests launching in the default manner (as if the only flags set were `kLSLaunchNoParams`, `kLSLaunchAsync`, and `kLSLaunchStartClassic`).
	Defaults LSLaunchFlags = 0
	// DontAddToRecents: Requests that the application or documents not be added to the Finder’s Recent Items menu.
	DontAddToRecents LSLaunchFlags = 0
	// DontSwitch: Requests that the application be launched without being brought to the foreground.
	DontSwitch LSLaunchFlags = 0
	// NewInstance: Requests that a new instance of the application be started, even if one is already running.
	NewInstance LSLaunchFlags = 0
)

func (LSLaunchFlags) String

func (e LSLaunchFlags) String() string

type LSLaunchURLSpec

type LSLaunchURLSpec struct {
	AppURL         corefoundation.CFURLRef   // A Core Foundation URL reference designating the application to launch; see the  in the Core Foundation Reference Documentation for a description of the [CFURLRef] data type.The URL must have scheme `file` and contain a valid path to an application file or application bundle. Set this field to [NULL] to request that each item in the `itemURLs` array be opened in its own preferred application.
	ItemURLs       corefoundation.CFArrayRef // A reference to an array of Core Foundation URL references designating the item or items to open; see the  in the Core Foundation Reference Documentation for a description of the [CFArrayRef] data type. The value of this field can be [NULL], in which case the application designated by `appURL` will be launched without opening any items.
	PassThruParams AEDesc                    // A pointer to an Apple event descriptor that is passed untouched as an optional parameter, with keyword `keyAEPropData` (`'prdt'`), in the Apple event sent to each application launched or activated (whether individual preferred applications or the application designated by `appURL`). See the  in the Carbon Interapplication Communication Documentation for a description of the [AEDesc] data type. The value of this field can be [NULL].
	LaunchFlags    LSLaunchFlags             // Launch flags specifying how to launch each application (including whether to print or merely open documents); see [LSLaunchFlags](<doc://com.apple.documentation/documentation/coreservices/lslaunchflags>) for a description of these flags.
	AsyncRefCon    unsafe.Pointer            // A pointer to an arbitrary application-defined value, passed in the Carbon event notifying you of an application’s launch or termination (if you have registered for such notification). The value of this field can be [NULL].

}

LSLaunchURLSpec - The specification for launching an app, opening items, or both, along with related information.

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/lslaunchurlspec

type LSRequestedInfo

type LSRequestedInfo uint32

See: https://developer.apple.com/documentation/coreservices/lsrequestedinfo

const (
	// Deprecated.
	RequestAllFlags LSRequestedInfo = 0
	// Deprecated.
	RequestAllInfo LSRequestedInfo = 0
	// Deprecated.
	RequestAppTypeFlags LSRequestedInfo = 0
	// Deprecated.
	RequestBasicFlagsOnly LSRequestedInfo = 0
	// Deprecated.
	RequestExtension LSRequestedInfo = 0
	// Deprecated.
	RequestExtensionFlagsOnly LSRequestedInfo = 0
	// Deprecated.
	RequestIconAndKind LSRequestedInfo = 0
	// Deprecated.
	RequestTypeCreator LSRequestedInfo = 0
)

func (LSRequestedInfo) String

func (e LSRequestedInfo) String() string

type LSRolesMask

type LSRolesMask uint32

See: https://developer.apple.com/documentation/coreservices/lsrolesmask

const (
	// All: Accepts any role with respect to the item.
	All LSRolesMask = 0
	// Editor: Requests the role [Editor] (theapplication can read, present, manipulate, and save the item).
	Editor LSRolesMask = 0
	// None: Requests the role [None] (theapplication cannot open the item, but provides an icon and a kindstring for it).
	None LSRolesMask = 0
	// Shell: Requests the role [Shell] (theapplication can execute the item).
	Shell LSRolesMask = 0
	// Viewer: Requests the role [Viewer] (theapplication can read and present the item, but cannot manipulateor save it).
	Viewer LSRolesMask = 0
)

func (LSRolesMask) String

func (e LSRolesMask) String() string

type LSSharedFileListItemRef

type LSSharedFileListItemRef uintptr

LSSharedFileListItemRef is a file-system object in the shared file list.

See: https://developer.apple.com/documentation/coreservices/lssharedfilelistitemref

func LSSharedFileListInsertItemFSRef deprecated

func LSSharedFileListInsertItemFSRef(inList LSSharedFileListRef, insertAfterThisItem LSSharedFileListItemRef, inDisplayName corefoundation.CFStringRef, inIconRef uintptr, inFSRef unsafe.Pointer, inPropertiesToSet corefoundation.CFDictionaryRef, inPropertiesToClear corefoundation.CFArrayRef) LSSharedFileListItemRef

LSSharedFileListInsertItemFSRef.

Deprecated: Deprecated since macOS 10.10.

See: https://developer.apple.com/documentation/coreservices/1449884-lssharedfilelistinsertitemfsref

func LSSharedFileListInsertItemURL deprecated

func LSSharedFileListInsertItemURL(inList LSSharedFileListRef, insertAfterThisItem LSSharedFileListItemRef, inDisplayName corefoundation.CFStringRef, inIconRef uintptr, inURL corefoundation.CFURLRef, inPropertiesToSet corefoundation.CFDictionaryRef, inPropertiesToClear corefoundation.CFArrayRef) LSSharedFileListItemRef

LSSharedFileListInsertItemURL.

Deprecated: Deprecated since macOS 10.11.

See: https://developer.apple.com/documentation/coreservices/1444471-lssharedfilelistinsertitemurl

type LSSharedFileListRef

type LSSharedFileListRef uintptr

LSSharedFileListRef is a persistent list of file-system objects.

See: https://developer.apple.com/documentation/coreservices/lssharedfilelistref

func LSSharedFileListCreate deprecated

func LSSharedFileListCreate(inAllocator corefoundation.CFAllocatorRef, inListType corefoundation.CFStringRef, listOptions corefoundation.CFTypeRef) LSSharedFileListRef

LSSharedFileListCreate.

Deprecated: Deprecated since macOS 10.11.

See: https://developer.apple.com/documentation/coreservices/1443926-lssharedfilelistcreate

type La

type La int
const (
	LaDictionaryNotOpenedErr La = -6992
	LaDictionaryTooManyErr   La = -6994
	LaDictionaryUnknownErr   La = -6993
	LaEngineNotFoundErr      La = -7000
	LaEnvironmentBusyErr     La = -6985
	LaEnvironmentExistErr    La = -6987
	LaEnvironmentNotFoundErr La = -6986
	LaFailAnalysisErr        La = -6990
	LaInvalidPathErr         La = -6988
	LaNoMoreMorphemeErr      La = -6989
	LaPropertyErr            La = -6999
	LaPropertyIsReadOnlyErr  La = -6997
	LaPropertyNotFoundErr    La = -6998
	LaPropertyUnknownErr     La = -6996
	LaPropertyValueErr       La = -6995
	LaTextOverFlowErr        La = -6991
	LaTooSmallBufferErr      La = -6984
)

func (La) String

func (e La) String() string

type MDExporterInterfaceStruct

type MDExporterInterfaceStruct struct {
	ImporterExportData unsafe.Pointer
	Release            corefoundation.ULONG
	AddRef             corefoundation.ULONG
	QueryInterface     corefoundation.HRESULT
}

MDExporterInterfaceStruct

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/mdexporterinterfacestruct

type MDImporterBundleWrapperURLInterfaceStruct

type MDImporterBundleWrapperURLInterfaceStruct struct {
	AddRef                             corefoundation.ULONG
	ImporterImportBundleWrapperURLData unsafe.Pointer
	QueryInterface                     corefoundation.HRESULT
	Release                            corefoundation.ULONG
}

MDImporterBundleWrapperURLInterfaceStruct

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/mdimporterbundlewrapperurlinterfacestruct

type MDImporterInterfaceStruct

type MDImporterInterfaceStruct struct {
	Release            corefoundation.ULONG
	AddRef             corefoundation.ULONG
	ImporterImportData unsafe.Pointer
	QueryInterface     corefoundation.HRESULT
}

MDImporterInterfaceStruct

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/mdimporterinterfacestruct

type MDImporterURLInterfaceStruct

type MDImporterURLInterfaceStruct struct {
	QueryInterface        corefoundation.HRESULT
	ImporterImportURLData unsafe.Pointer
	AddRef                corefoundation.ULONG
	Release               corefoundation.ULONG
}

MDImporterURLInterfaceStruct

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/mdimporterurlinterfacestruct

type MDItemRef

type MDItemRef uintptr

MDItemRef is a reference to a MDItem object.

See: https://developer.apple.com/documentation/coreservices/mditemref

func MDItemCreate

MDItemCreate creates an MDItem object for a file at the specified path.

See: https://developer.apple.com/documentation/coreservices/1426917-mditemcreate

func MDItemCreateWithURL

func MDItemCreateWithURL(allocator corefoundation.CFAllocatorRef, url corefoundation.CFURLRef) MDItemRef

MDItemCreateWithURL creates an MDItem object for a file at the specified file URL.

See: https://developer.apple.com/documentation/coreservices/1427034-mditemcreatewithurl

type MDQueryBatchingParams

type MDQueryBatchingParams struct {
	First_max_num    int // The maximum number of results that can accumulatebefore the first progress notification is sent. This value is usedonly during the initial result-gathering phase of a query.
	First_max_ms     int // The maximum number of milliseconds that can passbefore the first progress notification is sent. This value is advisory,in that the notification will be triggered at some point after `first_max_ms` millisecondshave passed since the query began accumulating results. This valueis used only during the initial result-gathering phase of a query.
	Progress_max_num int // The maximum number of results that can accumulatebefore additional progress notifications are sent. This value isused only during the initial result-gathering phase of a query.
	Progress_max_ms  int // The maximum number of milliseconds that can passbefore additional progress notifications are sent. This value isadvisory, in that the notification will be triggered at some pointafter `progress_max_ms` millisecondshave passed since the query began accumulating results. This valueis used only during the initial result-gathering phase of a query.
	Update_max_num   int // The maximum number of results that can accumulatebefore an update notification is sent. This value is used only duringthe live-update phase of a query.
	Update_max_ms    int // The maximum number of milliseconds that can passbefore an update notification is sent. This value is advisory, inthat the notification will be triggered at some point after `update_max_ms` millisecondshave passed since the query began accumulating results. This valueis used only during the live-update phase of a query.

}

MDQueryBatchingParams - Structure containing the progress notification batchingparameters of a MDQuery.

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/mdquerybatchingparams

func MDQueryGetBatchingParameters

func MDQueryGetBatchingParameters(query MDQueryRef) MDQueryBatchingParams

MDQueryGetBatchingParameters returns the current parameters that control the batching of progress notifications.

See: https://developer.apple.com/documentation/coreservices/1413006-mdquerygetbatchingparameters

type MDQueryCreateResultFunction

type MDQueryCreateResultFunction = func(MDQueryRef, MDItemRef, unsafe.Pointer) unsafe.Pointer

MDQueryCreateResultFunction is callback function used to create the result objects stored and returned by a query.

See: https://developer.apple.com/documentation/coreservices/mdquerycreateresultfunction

type MDQueryCreateValueFunction

MDQueryCreateValueFunction is callback function usedto create the value objects stored and returned by a query.

See: https://developer.apple.com/documentation/coreservices/mdquerycreatevaluefunction

type MDQueryRef

type MDQueryRef uintptr

MDQueryRef is a reference to a MDQuery object.

See: https://developer.apple.com/documentation/coreservices/mdqueryref

func MDQueryCreate

func MDQueryCreate(allocator corefoundation.CFAllocatorRef, queryString corefoundation.CFStringRef, valueListAttrs corefoundation.CFArrayRef, sortingAttrs corefoundation.CFArrayRef) MDQueryRef

MDQueryCreate creates a new query instance.

See: https://developer.apple.com/documentation/coreservices/1413029-mdquerycreate

func MDQueryCreateSubset

func MDQueryCreateSubset(allocator corefoundation.CFAllocatorRef, query MDQueryRef, queryString corefoundation.CFStringRef, valueListAttrs corefoundation.CFArrayRef, sortingAttrs corefoundation.CFArrayRef) MDQueryRef

MDQueryCreateSubset creates a new query that is a subset of the specified parentquery.

See: https://developer.apple.com/documentation/coreservices/1413027-mdquerycreatesubset

type MDQuerySortComparatorFunction

type MDQuerySortComparatorFunction = func(objectivec.IObject, objectivec.IObject, unsafe.Pointer) corefoundation.CFComparisonResult

MDQuerySortComparatorFunction is callback function used to sort the results of a query.

See: https://developer.apple.com/documentation/coreservices/mdquerysortcomparatorfunction

type MPCoherenceID

type MPCoherenceID = uintptr

MPCoherenceID is represents a memory coherence group.

See: https://developer.apple.com/documentation/coreservices/mpcoherenceid

type MPCpuID

type MPCpuID = uintptr

MPCpuID is represents a CPU ID.

See: https://developer.apple.com/documentation/coreservices/mpcpuid

type MPCriticalRegionID

type MPCriticalRegionID = uintptr

MPCriticalRegionID is represents a critical region ID, which Multiprocessing Services uses to manipulate critical regions.

See: https://developer.apple.com/documentation/coreservices/mpcriticalregionid

type MPDebuggerLevel

type MPDebuggerLevel = uint32

MPDebuggerLevel is indicates the debugger level.

See: https://developer.apple.com/documentation/coreservices/mpdebuggerlevel

type MPEventFlags

type MPEventFlags = uint32

MPEventFlags is represents event information for an event group.

See: https://developer.apple.com/documentation/coreservices/mpeventflags

type MPEventID

type MPEventID = uintptr

MPEventID is represents an event group ID, which Multiprocessing Services uses to manipulate event groups.

See: https://developer.apple.com/documentation/coreservices/mpeventid

type MPNotificationID

type MPNotificationID = uintptr

MPNotificationID is represents a notification ID, which Multiprocessing Services uses to manipulate kernel notifications.

See: https://developer.apple.com/documentation/coreservices/mpnotificationid

type MPOpaqueID

type MPOpaqueID = uintptr

MPOpaqueID is represents a generic notification ID (that is, an ID that could be a queue ID, event ID, kernel notification ID, or semaphore ID).

See: https://developer.apple.com/documentation/coreservices/mpopaqueid

type MPProcessID

type MPProcessID = uintptr

MPProcessID is represents a process ID.

See: https://developer.apple.com/documentation/coreservices/mpprocessid

type MPQueueID

type MPQueueID = uintptr

MPQueueID is represents a queue ID, which Multiprocessing Services uses to manipulate message queues.

See: https://developer.apple.com/documentation/coreservices/mpqueueid

type MPRemoteContext

type MPRemoteContext = uint8

MPRemoteContext is specify which contexts are allowed to execute the callback function when using MPRemoteCall.

See: https://developer.apple.com/documentation/coreservices/mpremotecontext

type MPSemaphoreCount

type MPSemaphoreCount = objectivec.IObject

MPSemaphoreCount is represents a semaphore count.

See: https://developer.apple.com/documentation/coreservices/mpsemaphorecount

type MPSemaphoreID

type MPSemaphoreID = uintptr

MPSemaphoreID is represents a semaphore ID, which Multiprocessing Services uses to manipulate semaphores.

See: https://developer.apple.com/documentation/coreservices/mpsemaphoreid

type MPTaskID

type MPTaskID = uintptr

MPTaskID is represents a task ID.

See: https://developer.apple.com/documentation/coreservices/mptaskid

func MPCurrentTaskID deprecated

func MPCurrentTaskID() MPTaskID

MPCurrentTaskID obtains the task ID of the currently-executing preemptive task

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585673-mpcurrenttaskid

type MPTaskInfo

type MPTaskInfo = unsafe.Pointer

MPTaskInfo is contains information about a task.

See: https://developer.apple.com/documentation/coreservices/mptaskinfo

type MPTaskOptions

type MPTaskOptions = objectivec.IObject

MPTaskOptions is specify optional actions when calling the MPCreateTask function.

See: https://developer.apple.com/documentation/coreservices/mptaskoptions

type MPTaskWeight

type MPTaskWeight = uint32

MPTaskWeight is represents the relative processor weighting of a task.

See: https://developer.apple.com/documentation/coreservices/mptaskweight

type MPTimerID

type MPTimerID = uintptr

MPTimerID is represents a timer ID.

See: https://developer.apple.com/documentation/coreservices/mptimerid

type MemROZWarn

type MemROZWarn int
const (
	MemAZErr        MemROZWarn = -113
	MemAdrErr       MemROZWarn = -110
	MemBCErr        MemROZWarn = -115
	MemFullErr      MemROZWarn = -108
	MemLockedErr    MemROZWarn = -117
	MemPCErr        MemROZWarn = -114
	MemPurErr       MemROZWarn = -112
	MemROZErr       MemROZWarn = -99
	MemROZError     MemROZWarn = -99
	MemROZWarnValue MemROZWarn = -99
	MemSCErr        MemROZWarn = -116
	MemWZErr        MemROZWarn = -111
	NilHandleErr    MemROZWarn = -109
)

func (MemROZWarn) String

func (e MemROZWarn) String() string
type Menu int
const (
	MenuInvalidErr          Menu = -5623
	MenuItemNotFoundErr     Menu = -5622
	MenuNotFoundErr         Menu = -5620
	MenuPropertyInvalid     Menu = -5603
	MenuPropertyInvalidErr  Menu = -5603
	MenuPropertyNotFoundErr Menu = -5604
	MenuUsesSystemDefErr    Menu = -5621
)
func (e Menu) String() string

type Midi

type Midi int
const (
	MidiDupIDErr        Midi = -260
	MidiInvalidCmdErr   Midi = -261
	MidiNameLenErr      Midi = -259
	MidiNoClientErr     Midi = -250
	MidiNoConErr        Midi = -257
	MidiNoPortErr       Midi = -251
	MidiTooManyConsErr  Midi = -253
	MidiTooManyPortsErr Midi = -252
	MidiVConnectErr     Midi = -254
	MidiVConnectMade    Midi = -255
	MidiVConnectRmvd    Midi = -256
	MidiWriteErr        Midi = -258
)

func (Midi) String

func (e Midi) String() string

type Nanoseconds

type Nanoseconds = uint64

See: https://developer.apple.com/documentation/coreservices/nanoseconds

func AbsoluteDeltaToNanoseconds deprecated

func AbsoluteDeltaToNanoseconds(arg0 unsafe.Pointer, arg1 unsafe.Pointer) Nanoseconds

AbsoluteDeltaToNanoseconds.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1501268-absolutedeltatonanoseconds

func AbsoluteToNanoseconds deprecated

func AbsoluteToNanoseconds(arg0 unsafe.Pointer) Nanoseconds

AbsoluteToNanoseconds.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1501246-absolutetonanoseconds

func DurationToNanoseconds deprecated

func DurationToNanoseconds(arg0 unsafe.Pointer) Nanoseconds

DurationToNanoseconds.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1501254-durationtonanoseconds

type Nbp

type Nbp int
const (
	NbpBuffOvr   Nbp = -1024
	NbpConfDiff  Nbp = -1026
	NbpDuplicate Nbp = -1027
	NbpNISErr    Nbp = -1029
	NbpNoConfirm Nbp = -1025
	NbpNotFound  Nbp = -1028
)

func (Nbp) String

func (e Nbp) String() string

type No

type No int
const (
	NoScrapErr No = -100
	NoTypeErr  No = -102
)

func (No) String

func (e No) String() string

type NoAdrMkErr

type NoAdrMkErr int
const (
	BadBtSlpErr     NoAdrMkErr = -70
	BadCksmErr      NoAdrMkErr = -69
	BadDBtSlp       NoAdrMkErr = -73
	BadDCksum       NoAdrMkErr = -72
	BreakRecd       NoAdrMkErr = -90
	CantStepErr     NoAdrMkErr = -75
	ClkRdErr        NoAdrMkErr = -85
	ClkWrErr        NoAdrMkErr = -86
	DataVerErr      NoAdrMkErr = -68
	Fmt1Err         NoAdrMkErr = -82
	Fmt2Err         NoAdrMkErr = -83
	InitIWMErr      NoAdrMkErr = -77
	NoAdrMkErrValue NoAdrMkErr = -67
	NoDtaMkErr      NoAdrMkErr = -71
	PrInitErr       NoAdrMkErr = -88
	PrWrErr         NoAdrMkErr = -87
	RcvrErr         NoAdrMkErr = -89
	SectNFErr       NoAdrMkErr = -81
	SeekErr         NoAdrMkErr = -80
	SpdAdjErr       NoAdrMkErr = -79
	Tk0BadErr       NoAdrMkErr = -76
	TwoSideErr      NoAdrMkErr = -78
	VerErr          NoAdrMkErr = -84
	WrUnderrun      NoAdrMkErr = -74
)

func (NoAdrMkErr) String

func (e NoAdrMkErr) String() string

type NoDeviceForChannel

type NoDeviceForChannel int
const (
	BadControllerHeight                NoDeviceForChannel = -9994
	BadSGChannel                       NoDeviceForChannel = -9406
	CannotMoveAttachedController       NoDeviceForChannel = -9999
	CannotSetWidthOfAttachedController NoDeviceForChannel = -9997
	CantDoThatInCurrentMode            NoDeviceForChannel = -9402
	ControllerBoundsNotExact           NoDeviceForChannel = -9996
	ControllerHasFixedHeight           NoDeviceForChannel = -9998
	CouldntGetRequiredComponent        NoDeviceForChannel = -9405
	DeviceCantMeetRequest              NoDeviceForChannel = -9408
	EditingNotAllowed                  NoDeviceForChannel = -9995
	GrabTimeComplete                   NoDeviceForChannel = -9401
	NoDeviceForChannelValue            NoDeviceForChannel = -9400
	NotEnoughDiskSpaceToGrab           NoDeviceForChannel = -9404
	NotEnoughMemoryToGrab              NoDeviceForChannel = -9403
	SeqGrabInfoNotAvailable            NoDeviceForChannel = -9407
)

func (NoDeviceForChannel) String

func (e NoDeviceForChannel) String() string

type NoHardware

type NoHardware int
const (
	BadChannel                   NoHardware = -205
	BadFileFormat                NoHardware = -208
	BadFormat                    NoHardware = -206
	BuffersTooSmall              NoHardware = -210
	ChannelBusy                  NoHardware = -209
	ChannelNotBusy               NoHardware = -211
	NoHardwareValue              NoHardware = -200
	NoMoreRealTime               NoHardware = -212
	NotEnoughBufferSpace         NoHardware = -207
	NotEnoughHardware            NoHardware = -201
	QueueFull                    NoHardware = -203
	ResProblem                   NoHardware = -204
	SiBadDeviceName              NoHardware = -228
	SiBadRefNum                  NoHardware = -229
	SiBadSoundInDevice           NoHardware = -221
	SiDeviceBusyErr              NoHardware = -227
	SiHardDriveTooSlow           NoHardware = -224
	SiInputDeviceErr             NoHardware = -230
	SiInvalidCompression         NoHardware = -223
	SiInvalidSampleRate          NoHardware = -225
	SiInvalidSampleSize          NoHardware = -226
	SiNoBufferSpecified          NoHardware = -222
	SiNoSoundInHardware          NoHardware = -220
	SiUnknownInfoType            NoHardware = -231
	SiUnknownQuality             NoHardware = -232
	SiVBRCompressionNotSupported NoHardware = -213
)

func (NoHardware) String

func (e NoHardware) String() string

type NoSynthFound

type NoSynthFound int
const (
	// BadDictFormat: Pronunciation dictionary format error
	BadDictFormat NoSynthFound = -246
	// BadInputText: Raw phoneme text contains invalid characters
	BadInputText NoSynthFound = -247
	// BufTooSmall: Output buffer is too small to hold result
	BufTooSmall NoSynthFound = -243
	// IncompatibleVoice: Specified voice cannot be used with synthesizer
	IncompatibleVoice NoSynthFound = -245
	// NoSynthFoundValue: Could not find the specified speech synthesizer
	NoSynthFoundValue NoSynthFound = -240
	// SynthNotReady: Speech synthesizer is still busy speaking
	SynthNotReady NoSynthFound = -242
	// SynthOpenFailed: Could not open another speech synthesizerchannel
	SynthOpenFailed NoSynthFound = -241
	// VoiceNotFound: Voice resource not found
	VoiceNotFound NoSynthFound = -244
)

func (NoSynthFound) String

func (e NoSynthFound) String() string

type NotAQTVRMovieErr

type NotAQTVRMovieErr int
const (
	CallNotSupportedByNodeErr     NotAQTVRMovieErr = -30542
	ConstraintReachedErr          NotAQTVRMovieErr = -30541
	InvalidHotSpotIDErr           NotAQTVRMovieErr = -30551
	InvalidNodeFormatErr          NotAQTVRMovieErr = -30550
	InvalidNodeIDErr              NotAQTVRMovieErr = -30544
	InvalidViewStateErr           NotAQTVRMovieErr = -30545
	LimitReachedErr               NotAQTVRMovieErr = -30549
	NoMemoryNodeFailedInitialize  NotAQTVRMovieErr = -30552
	NotAQTVRMovieErrValue         NotAQTVRMovieErr = -30540
	PropertyNotSupportedByNodeErr NotAQTVRMovieErr = -30547
	QtvrLibraryLoadErr            NotAQTVRMovieErr = -30554
	QtvrUninitialized             NotAQTVRMovieErr = -30555
	SelectorNotSupportedByNodeErr NotAQTVRMovieErr = -30543
	SettingNotSupportedByNodeErr  NotAQTVRMovieErr = -30548
	StreamingNodeNotReadyErr      NotAQTVRMovieErr = -30553
	TimeNotInViewErr              NotAQTVRMovieErr = -30546
)

func (NotAQTVRMovieErr) String

func (e NotAQTVRMovieErr) String() string

type NotBTree

type NotBTree int
const (
	BtDupRecErr          NotBTree = -414
	BtKeyAttrErr         NotBTree = -417
	BtKeyLenErr          NotBTree = -416
	BtNoSpace            NotBTree = -413
	BtRecNotFnd          NotBTree = -415
	InvalidIndexErr      NotBTree = -20002
	NotBTreeValue        NotBTree = -410
	RecordDataTooBigErr  NotBTree = -20001
	UnknownInsertModeErr NotBTree = -20000
)

func (NotBTree) String

func (e NotBTree) String() string

type NotEnoughMemoryErr

type NotEnoughMemoryErr int
const (
	CannotDeferErr          NotEnoughMemoryErr = -625
	CannotMakeContiguousErr NotEnoughMemoryErr = -622
	InterruptsMaskedErr     NotEnoughMemoryErr = -624
	NoMMUErr                NotEnoughMemoryErr = -626
	NotEnoughMemoryErrValue NotEnoughMemoryErr = -620
	NotHeldErr              NotEnoughMemoryErr = -621
	NotLockedErr            NotEnoughMemoryErr = -623
)

func (NotEnoughMemoryErr) String

func (e NotEnoughMemoryErr) String() string

type NotInitErr

type NotInitErr int
const (
	AuthFailErr         NotInitErr = -927
	BadLocNameErr       NotInitErr = -931
	BadPortNameErr      NotInitErr = -919
	BadReqErr           NotInitErr = -909
	BadServiceMethodErr NotInitErr = -930
	// DestPortErr: Server hasn’t set `'SIZE'` resource toindicate awareness of high-level events, or else is not present
	DestPortErr        NotInitErr = -906
	GuestNotAllowedErr NotInitErr = -932
	LocalOnlyErr       NotInitErr = -905
	NameTypeErr        NotInitErr = -902
	NetworkErr         NotInitErr = -925
	NoDefaultUserErr   NotInitErr = -922
	NoGlobalsErr       NotInitErr = -904
	NoInformErr        NotInitErr = -926
	NoMachineNameErr   NotInitErr = -913
	// NoPortErr: Client hasn’t set `'SIZE'` resource toindicate awareness of high-level events
	NoPortErr         NotInitErr = -903
	NoResponseErr     NotInitErr = -915
	NoSessionErr      NotInitErr = -908
	NoToolboxNameErr  NotInitErr = -914
	NoUserNameErr     NotInitErr = -911
	NoUserRecErr      NotInitErr = -928
	NoUserRefErr      NotInitErr = -924
	NotInitErrValue   NotInitErr = -900
	NotLoggedInErr    NotInitErr = -923
	PortClosedErr     NotInitErr = -916
	PortNameExistsErr NotInitErr = -910
	// SessClosedErr: The `kAEDontReconnect` flagin the `sendMode` parameterwas set and the server quit, then restarted
	SessClosedErr NotInitErr = -917
	SessTableErr  NotInitErr = -907
	UserRejectErr NotInitErr = -912
)

func (NotInitErr) String

func (e NotInitErr) String() string

type Nr

type Nr int
const (
	NrCallNotSupported        Nr = -2557
	NrDataTruncatedErr        Nr = -2543
	NrExitedIteratorScope     Nr = -2555
	NrInvalidEntryIterationOp Nr = -2552
	NrInvalidNodeErr          Nr = -2538
	NrIterationDone           Nr = -2554
	NrLockedErr               Nr = -2536
	NrNameErr                 Nr = -2541
	NrNotCreatedErr           Nr = -2540
	NrNotEnoughMemoryErr      Nr = -2537
	NrNotFoundErr             Nr = -2539
	NrNotModifiedErr          Nr = -2547
	NrNotSlotDeviceErr        Nr = -2542
	NrOverrunErr              Nr = -2548
	NrPathBufferTooSmall      Nr = -2551
	NrPathNotFound            Nr = -2550
	NrPowerErr                Nr = -2544
	NrPowerSwitchAbortErr     Nr = -2545
	NrPropertyAlreadyExists   Nr = -2553
	NrResultCodeBase          Nr = -2549
	NrTransactionAborted      Nr = -2556
	NrTypeMismatchErr         Nr = -2546
)

func (Nr) String

func (e Nr) String() string

type Number

type Number int
const (
	NumberFormattingBadCurrencyPositionErr       Number = -5211
	NumberFormattingBadFormatErr                 Number = -5207
	NumberFormattingBadNumberFormattingObjectErr Number = -5202
	NumberFormattingBadOptionsErr                Number = -5208
	NumberFormattingBadTokenErr                  Number = -5209
	NumberFormattingDelimiterMissingErr          Number = -5205
	NumberFormattingEmptyFormatErr               Number = -5206
	NumberFormattingLiteralMissingErr            Number = -5204
	NumberFormattingNotADigitErr                 Number = -5212
	NumberFormattingNotANumberErr                Number = -5200
	NumberFormattingOverflowInDestinationErr     Number = -5201
	NumberFormattingSpuriousCharErr              Number = -5203
	NumberFormattingUnOrderedCurrencyRangeErr    Number = -5210
	NumberFormattingUnOrdredCurrencyRangeErr     Number = -5210
	NumberFortmattingNotADigitErr                Number = -5212
)

func (Number) String

func (e Number) String() string

type OSLAccessorProcPtr

OSLAccessorProcPtr is your object accessor function either finds elements or properties of an Apple event object.

See: https://developer.apple.com/documentation/coreservices/oslaccessorprocptr

type OSLAccessorUPP

type OSLAccessorUPP = unsafe.Pointer

OSLAccessorUPP is defines a data type for the universal procedure pointer for the OSLAccessorProcPtr callback function pointer.

See: https://developer.apple.com/documentation/coreservices/oslaccessorupp

func NewOSLAccessorUPP

func NewOSLAccessorUPP(userRoutine OSLAccessorProcPtr) OSLAccessorUPP

NewOSLAccessorUPP creates a new universal procedure pointer to an object accessor function.

See: https://developer.apple.com/documentation/coreservices/1449584-newoslaccessorupp

type OSLAdjustMarksProcPtr

type OSLAdjustMarksProcPtr = func(int, int, objectivec.IObject) int16

OSLAdjustMarksProcPtr is defines a pointer to an adjust marks callback function. Your adjust marks function unmarks objects previously marked by a call to your marking function.

See: https://developer.apple.com/documentation/coreservices/osladjustmarksprocptr

type OSLAdjustMarksUPP

type OSLAdjustMarksUPP = unsafe.Pointer

OSLAdjustMarksUPP is defines a data type for the universal procedure pointer for the OSLAdjustMarksProcPtr callback function pointer.

See: https://developer.apple.com/documentation/coreservices/osladjustmarksupp

func NewOSLAdjustMarksUPP

func NewOSLAdjustMarksUPP(userRoutine OSLAdjustMarksProcPtr) OSLAdjustMarksUPP

NewOSLAdjustMarksUPP creates a new universal procedure pointer to an object callback adjust marks function.

See: https://developer.apple.com/documentation/coreservices/1443347-newosladjustmarksupp

type OSLCompareProcPtr

type OSLCompareProcPtr = func(uint32, objectivec.IObject, objectivec.IObject, objectivec.IObject) int16

OSLCompareProcPtr is defines a pointer to an object comparison callback function. Your object comparison function compares one Apple event object to another or to the data for a descriptor.

See: https://developer.apple.com/documentation/coreservices/oslcompareprocptr

type OSLCompareUPP

type OSLCompareUPP = unsafe.Pointer

OSLCompareUPP is defines a data type for the universal procedure pointer for the OSLCompareProcPtr callback function pointer.

See: https://developer.apple.com/documentation/coreservices/oslcompareupp

func NewOSLCompareUPP

func NewOSLCompareUPP(userRoutine OSLCompareProcPtr) OSLCompareUPP

NewOSLCompareUPP creates a new universal procedure pointer to an object callback comparison function.

See: https://developer.apple.com/documentation/coreservices/1444603-newoslcompareupp

type OSLCountProcPtr

type OSLCountProcPtr = func(uint32, uint32, objectivec.IObject, objectivec.IObject) int16

OSLCountProcPtr is defines a pointer to an object counting callback function. Your object counting function counts the number of Apple event objects of a specified class in a specified container object.

See: https://developer.apple.com/documentation/coreservices/oslcountprocptr

type OSLCountUPP

type OSLCountUPP = unsafe.Pointer

OSLCountUPP is defines a data type for the universal procedure pointer for the OSLCountProcPtr callback function pointer.

See: https://developer.apple.com/documentation/coreservices/oslcountupp

func NewOSLCountUPP

func NewOSLCountUPP(userRoutine OSLCountProcPtr) OSLCountUPP

NewOSLCountUPP creates a new universal procedure pointer to an object callback count function.

See: https://developer.apple.com/documentation/coreservices/1448156-newoslcountupp

type OSLDisposeTokenProcPtr

type OSLDisposeTokenProcPtr = func(objectivec.IObject) int16

OSLDisposeTokenProcPtr is defines a pointer to a dispose token callback function. Your dispose token function, required only if you use a complex token format, disposes of the specified token.

See: https://developer.apple.com/documentation/coreservices/osldisposetokenprocptr

type OSLDisposeTokenUPP

type OSLDisposeTokenUPP = unsafe.Pointer

OSLDisposeTokenUPP is defines a data type for the universal procedure pointer for the OSLDisposeTokenProcPtr callback function pointer.

See: https://developer.apple.com/documentation/coreservices/osldisposetokenupp

func NewOSLDisposeTokenUPP

func NewOSLDisposeTokenUPP(userRoutine OSLDisposeTokenProcPtr) OSLDisposeTokenUPP

NewOSLDisposeTokenUPP creates a new universal procedure pointer to an object callback dispose token function.

See: https://developer.apple.com/documentation/coreservices/1450027-newosldisposetokenupp

type OSLGetErrDescProcPtr

type OSLGetErrDescProcPtr = func(objectivec.IObject) int16

OSLGetErrDescProcPtr is defines a pointer to an error descriptor callback function. Your error descriptor callback function supplies a pointer to an address where the Apple Event Manager can store the current descriptor if an error occurs during a call to the AEResolve function.

See: https://developer.apple.com/documentation/coreservices/oslgeterrdescprocptr

type OSLGetErrDescUPP

type OSLGetErrDescUPP = unsafe.Pointer

OSLGetErrDescUPP is defines a data type for the universal procedure pointer for the OSLGetErrDescProcPtr callback function pointer.

See: https://developer.apple.com/documentation/coreservices/oslgeterrdescupp

func NewOSLGetErrDescUPP

func NewOSLGetErrDescUPP(userRoutine OSLGetErrDescProcPtr) OSLGetErrDescUPP

NewOSLGetErrDescUPP creates a new universal procedure pointer to an object callback get error descriptor function.

See: https://developer.apple.com/documentation/coreservices/1447934-newoslgeterrdescupp

type OSLGetMarkTokenProcPtr

type OSLGetMarkTokenProcPtr = func(objectivec.IObject, uint32, objectivec.IObject) int16

OSLGetMarkTokenProcPtr is defines a pointer to a mark token callback function. Your mark token function returns a mark token.

See: https://developer.apple.com/documentation/coreservices/oslgetmarktokenprocptr

type OSLGetMarkTokenUPP

type OSLGetMarkTokenUPP = unsafe.Pointer

OSLGetMarkTokenUPP is defines a data type for the universal procedure pointer for the OSLGetMarkTokenProcPtr callback function pointer.

See: https://developer.apple.com/documentation/coreservices/oslgetmarktokenupp

func NewOSLGetMarkTokenUPP

func NewOSLGetMarkTokenUPP(userRoutine OSLGetMarkTokenProcPtr) OSLGetMarkTokenUPP

NewOSLGetMarkTokenUPP creates a new universal procedure pointer to an object callback get mark function.

See: https://developer.apple.com/documentation/coreservices/1445166-newoslgetmarktokenupp

type OSLMarkProcPtr

type OSLMarkProcPtr = func(objectivec.IObject, objectivec.IObject, int) int16

OSLMarkProcPtr is defines a pointer to an object marking callback function. Your object-marking function marks a specific Apple event object.

See: https://developer.apple.com/documentation/coreservices/oslmarkprocptr

type OSLMarkUPP

type OSLMarkUPP = unsafe.Pointer

OSLMarkUPP is defines a data type for the universal procedure pointer for the OSLMarkProcPtr callback function pointer.

See: https://developer.apple.com/documentation/coreservices/oslmarkupp

func NewOSLMarkUPP

func NewOSLMarkUPP(userRoutine OSLMarkProcPtr) OSLMarkUPP

NewOSLMarkUPP creates a new universal procedure pointer to an object callback mark function.

See: https://developer.apple.com/documentation/coreservices/1446942-newoslmarkupp

type OffsetArray

type OffsetArray struct {
	FNumOfOffsets unsafe.Pointer
	FOffset       unsafe.Pointer
}

OffsetArray - Specifies offsets of ranges of text. Not typically used by developers.

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/offsetarray

type OffsetArrayHandle

type OffsetArrayHandle = *OffsetArrayPtr

OffsetArrayHandle is defines a data type that points to an OffsetArray. Not typically used by developers.

See: https://developer.apple.com/documentation/coreservices/offsetarrayhandle

type ParamErr

type ParamErr int
const (
	BadUnitErr           ParamErr = -21
	ClosErr              ParamErr = -24
	ControlErr           ParamErr = -17
	CorErr               ParamErr = -3
	DInstErr             ParamErr = -26
	DRemovErr            ParamErr = -25
	NoHardwareErr        ParamErr = -200
	NotEnoughHardwareErr ParamErr = -201
	OpenErr              ParamErr = -23
	ParamErrValue        ParamErr = -50
	QErr                 ParamErr = -1
	ReadErr              ParamErr = -19
	SeNoDB               ParamErr = -8
	SlpTypeErr           ParamErr = -5
	StatusErr            ParamErr = -18
	UnimpErr             ParamErr = -4
	UnitEmptyErr         ParamErr = -22
	UserCanceledErr      ParamErr = -128
	VTypErr              ParamErr = -2
	WritErr              ParamErr = -20
)

func (ParamErr) String

func (e ParamErr) String() string

type Pm

type Pm int
const (
	PmBusyErr      Pm = -13000
	PmRecvEndErr   Pm = -13005
	PmRecvStartErr Pm = -13004
	PmReplyTOErr   Pm = -13001
	PmSendEndErr   Pm = -13003
	PmSendStartErr Pm = -13002
)

func (Pm) String

func (e Pm) String() string

type ProcNotFound

type ProcNotFound int
const (
	AppIsDaemon              ProcNotFound = -606
	AppMemFullErr            ProcNotFound = -605
	AppModeErr               ProcNotFound = -602
	BufferIsSmall            ProcNotFound = -607
	ConnectionInvalid        ProcNotFound = -609
	HardwareConfigErr        ProcNotFound = -604
	MemFragErr               ProcNotFound = -601
	NoOutstandingHLE         ProcNotFound = -608
	NoUserInteractionAllowed ProcNotFound = -610
	ProcNotFoundValue        ProcNotFound = -600
	ProtocolErr              ProcNotFound = -603
)

func (ProcNotFound) String

func (e ProcNotFound) String() string

type QHdrPtr

type QHdrPtr = unsafe.Pointer

QHdrPtr is represents a type used by the Compression and Decompression API.

See: https://developer.apple.com/documentation/coreservices/qhdrptr

type Qts

type Qts int
const (
	QtsAddressBusyErr         Qts = -5421
	QtsBadDataErr             Qts = -5402
	QtsBadSelectorErr         Qts = -5400
	QtsBadStateErr            Qts = -5401
	QtsConnectionFailedErr    Qts = -5420
	QtsTimeoutErr             Qts = -5408
	QtsTooMuchDataErr         Qts = -5406
	QtsUnknownValueErr        Qts = -5407
	QtsUnsupportedDataTypeErr Qts = -5403
	QtsUnsupportedFeatureErr  Qts = -5405
	QtsUnsupportedRateErr     Qts = -5404
)

func (Qts) String

func (e Qts) String() string

type RcDB

type RcDB int
const (
	RcDBAsyncNotSupp  RcDB = -809
	RcDBBadAsyncPB    RcDB = -810
	RcDBBadDDEV       RcDB = -808
	RcDBBadSessID     RcDB = -806
	RcDBBadSessNum    RcDB = -807
	RcDBBadType       RcDB = -803
	RcDBBreak         RcDB = -804
	RcDBError         RcDB = -802
	RcDBExec          RcDB = -805
	RcDBNoHandler     RcDB = -811
	RcDBNull          RcDB = -800
	RcDBPackNotInited RcDB = -813
	RcDBValue         RcDB = -801
	RcDBWrongVersion  RcDB = -812
)

func (RcDB) String

func (e RcDB) String() string

type ReqFailed

type ReqFailed int
const (
	BadATPSkt      ReqFailed = -1099
	BadBuffNum     ReqFailed = -1100
	CbNotFound     ReqFailed = -1102
	NoDataArea     ReqFailed = -1104
	NoRelErr       ReqFailed = -1101
	NoSendResp     ReqFailed = -1103
	ReqAborted     ReqFailed = -1105
	ReqFailedValue ReqFailed = -1096
	TooManyReqs    ReqFailed = -1097
	TooManySkts    ReqFailed = -1098
)

func (ReqFailed) String

func (e ReqFailed) String() string

type ResAttributes

type ResAttributes = int16

See: https://developer.apple.com/documentation/coreservices/resattributes

func GetResAttrs deprecated

func GetResAttrs(arg0 uintptr) ResAttributes

GetResAttrs.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529365-getresattrs

type ResErrUPP

type ResErrUPP = unsafe.Pointer

See: https://developer.apple.com/documentation/coreservices/reserrupp

func NewResErrUPP deprecated

func NewResErrUPP(arg0 unsafe.Pointer) ResErrUPP

NewResErrUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529285-newreserrupp

type ResFileAttributes

type ResFileAttributes = int16

See: https://developer.apple.com/documentation/coreservices/resfileattributes

func GetResFileAttrs deprecated

func GetResFileAttrs(arg0 ResFileRefNum) ResFileAttributes

GetResFileAttrs.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529231-getresfileattrs

type ResFileRefNum

type ResFileRefNum = unsafe.Pointer

See: https://developer.apple.com/documentation/coreservices/resfilerefnum

func CurResFile deprecated

func CurResFile() ResFileRefNum

CurResFile.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529286-curresfile

func FSOpenResFile deprecated

func FSOpenResFile(arg0 uintptr, arg1 int8) ResFileRefNum

FSOpenResFile.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529232-fsopenresfile

func HomeResFile deprecated

func HomeResFile(arg0 uintptr) ResFileRefNum

HomeResFile.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529352-homeresfile

func OpenComponentResFile deprecated

func OpenComponentResFile(arg0 Component) ResFileRefNum

OpenComponentResFile allows your component to gain access to its resource file.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1516550-opencomponentresfile

type ResID

type ResID = int16

See: https://developer.apple.com/documentation/coreservices/resid

func Unique1ID deprecated

func Unique1ID(arg0 uint32) ResID

Unique1ID.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529314-unique1id

func UniqueID deprecated

func UniqueID(arg0 uint32) ResID

UniqueID.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529255-uniqueid

type ResourceCount

type ResourceCount = int16

See: https://developer.apple.com/documentation/coreservices/resourcecount

func Count1Resources deprecated

func Count1Resources(arg0 uint32) ResourceCount

Count1Resources.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529312-count1resources

func Count1Types deprecated

func Count1Types() ResourceCount

Count1Types.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529244-count1types

func CountResources deprecated

func CountResources(arg0 uint32) ResourceCount

CountResources.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529322-countresources

func CountTypes deprecated

func CountTypes() ResourceCount

CountTypes.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1529346-counttypes

type ResourceInMemory

type ResourceInMemory int
const (
	AddRefFailed            ResourceInMemory = -195
	AddResFailed            ResourceInMemory = -194
	BadExtResource          ResourceInMemory = -185
	CantDecompress          ResourceInMemory = -186
	InputOutOfBounds        ResourceInMemory = -190
	InsufficientStackErr    ResourceInMemory = -149
	MapReadErr              ResourceInMemory = -199
	NoMemForPictPlaybackErr ResourceInMemory = -145
	NsStackErr              ResourceInMemory = -149
	PixMapTooDeepErr        ResourceInMemory = -148
	ResAttrErr              ResourceInMemory = -198
	ResFNotFound            ResourceInMemory = -193
	ResNotFound             ResourceInMemory = -192
	ResourceInMemoryValue   ResourceInMemory = -188
	RgnOverflowErr          ResourceInMemory = -147
	RgnTooBigError          ResourceInMemory = -147
	RmvRefFailed            ResourceInMemory = -197
	RmvResFailed            ResourceInMemory = -196
	WritingPastEnd          ResourceInMemory = -189
)

func (ResourceInMemory) String

func (e ResourceInMemory) String() string

type SKDocument

type SKDocument = corefoundation.CFTypeRef

SKDocument is defines an opaque data type representing a document’s URL.

See: https://developer.apple.com/documentation/coreservices/skdocument

type SKDocumentID

type SKDocumentID = int

SKDocumentID is defines an opaque data type representing a lightweight document identifier.

See: https://developer.apple.com/documentation/coreservices/skdocumentid

func SKIndexGetDocumentID

func SKIndexGetDocumentID(inIndex SKIndexRef, inDocument SKDocumentRef) SKDocumentID

SKIndexGetDocumentID gets the ID of a document URL object (of type SKDocument) in an index.

See: https://developer.apple.com/documentation/coreservices/1444437-skindexgetdocumentid

func SKIndexGetMaximumDocumentID

func SKIndexGetMaximumDocumentID(inIndex SKIndexRef) SKDocumentID

SKIndexGetMaximumDocumentID gets the highest-numbered document ID in an index.

See: https://developer.apple.com/documentation/coreservices/1444628-skindexgetmaximumdocumentid

type SKDocumentIndexState

type SKDocumentIndexState uint32

See: https://developer.apple.com/documentation/coreservices/skdocumentindexstate

const (
	// KSKDocumentStateAddPending: Specifies that the document is not in the index but will be added after the index is flushed or closed.
	KSKDocumentStateAddPending SKDocumentIndexState = 2
	// KSKDocumentStateDeletePending: Specifies that the document is in the index but will be deleted after the index is flushed or closed.
	KSKDocumentStateDeletePending SKDocumentIndexState = 3
	// KSKDocumentStateIndexed: Specifies that the document is indexed.
	KSKDocumentStateIndexed SKDocumentIndexState = 1
	// KSKDocumentStateNotIndexed: Specifies that the document is not indexed.
	KSKDocumentStateNotIndexed SKDocumentIndexState = 0
)

func SKIndexGetDocumentState

func SKIndexGetDocumentState(inIndex SKIndexRef, inDocument SKDocumentRef) SKDocumentIndexState

SKIndexGetDocumentState gets the current indexing state of a document URL object (of type SKDocument) in an index.

See: https://developer.apple.com/documentation/coreservices/1443396-skindexgetdocumentstate

func (SKDocumentIndexState) String

func (e SKDocumentIndexState) String() string

type SKDocumentRef

type SKDocumentRef = corefoundation.CFTypeRef

SKDocumentRef is defines an opaque data type representing a document’s URL.

See: https://developer.apple.com/documentation/coreservices/skdocumentref

func SKDocumentCreate

func SKDocumentCreate(inScheme corefoundation.CFStringRef, inParent SKDocumentRef, inName corefoundation.CFStringRef) SKDocumentRef

SKDocumentCreate creates a document URL object (of type SKDocument) based on a scheme, parent, and name.

See: https://developer.apple.com/documentation/coreservices/1443212-skdocumentcreate

func SKDocumentCreateWithURL

func SKDocumentCreateWithURL(inURL corefoundation.CFURLRef) SKDocumentRef

SKDocumentCreateWithURL creates a document URL object (of type SKDocument) from a CFURL object.

See: https://developer.apple.com/documentation/coreservices/1442564-skdocumentcreatewithurl

func SKDocumentGetParent

func SKDocumentGetParent(inDocument SKDocumentRef) SKDocumentRef

SKDocumentGetParent gets the parent of a document URL object (of type SKDocument).

See: https://developer.apple.com/documentation/coreservices/1444449-skdocumentgetparent

func SKIndexCopyDocumentForDocumentID

func SKIndexCopyDocumentForDocumentID(inIndex SKIndexRef, inDocumentID SKDocumentID) SKDocumentRef

SKIndexCopyDocumentForDocumentID obtains a document URL object (of type SKDocument) from an index.

See: https://developer.apple.com/documentation/coreservices/1442760-skindexcopydocumentfordocumentid

func SKIndexDocumentIteratorCopyNext

func SKIndexDocumentIteratorCopyNext(inIterator SKIndexDocumentIteratorRef) SKDocumentRef

SKIndexDocumentIteratorCopyNext obtains the next document URL object (of type SKDocument) from an index using a document iterator.

See: https://developer.apple.com/documentation/coreservices/1442212-skindexdocumentiteratorcopynext

type SKIndexDocumentIteratorRef

type SKIndexDocumentIteratorRef uintptr

SKIndexDocumentIteratorRef is defines an opaque data type representing an index-based document iterator.

See: https://developer.apple.com/documentation/coreservices/skindexdocumentiteratorref

func SKIndexDocumentIteratorCreate

func SKIndexDocumentIteratorCreate(inIndex SKIndexRef, inParentDocument SKDocumentRef) SKIndexDocumentIteratorRef

SKIndexDocumentIteratorCreate creates an index-based iterator for document URL objects (of type SKDocument) owned by a parent document URL object.

See: https://developer.apple.com/documentation/coreservices/1446189-skindexdocumentiteratorcreate

type SKIndexRef

type SKIndexRef uintptr

SKIndexRef is defines an opaque data type representing an index.

See: https://developer.apple.com/documentation/coreservices/skindexref

func SKIndexCreateWithMutableData

func SKIndexCreateWithMutableData(inData corefoundation.CFMutableDataRef, inIndexName corefoundation.CFStringRef, inIndexType SKIndexType, inAnalysisProperties corefoundation.CFDictionaryRef) SKIndexRef

SKIndexCreateWithMutableData creates a named index stored in a [CFMutableDataRef] object.

See: https://developer.apple.com/documentation/coreservices/1447500-skindexcreatewithmutabledata

func SKIndexCreateWithURL

func SKIndexCreateWithURL(inURL corefoundation.CFURLRef, inIndexName corefoundation.CFStringRef, inIndexType SKIndexType, inAnalysisProperties corefoundation.CFDictionaryRef) SKIndexRef

SKIndexCreateWithURL creates a named index in a file whose location is specified with a CFURL object.

See: https://developer.apple.com/documentation/coreservices/1446111-skindexcreatewithurl

func SKIndexOpenWithData

func SKIndexOpenWithData(inData corefoundation.CFDataRef, inIndexName corefoundation.CFStringRef) SKIndexRef

SKIndexOpenWithData opens an existing, named index for searching only.

See: https://developer.apple.com/documentation/coreservices/1446398-skindexopenwithdata

func SKIndexOpenWithMutableData

func SKIndexOpenWithMutableData(inData corefoundation.CFMutableDataRef, inIndexName corefoundation.CFStringRef) SKIndexRef

SKIndexOpenWithMutableData opens an existing, named index for searching and updating.

See: https://developer.apple.com/documentation/coreservices/1444201-skindexopenwithmutabledata

func SKIndexOpenWithURL

func SKIndexOpenWithURL(inURL corefoundation.CFURLRef, inIndexName corefoundation.CFStringRef, inWriteAccess unsafe.Pointer) SKIndexRef

SKIndexOpenWithURL opens an existing, named index stored in a file whose location is specified with a CFURL object.

See: https://developer.apple.com/documentation/coreservices/1449017-skindexopenwithurl

type SKIndexType

type SKIndexType uint32

See: https://developer.apple.com/documentation/coreservices/skindextype

const (
	// KSKIndexInverted: Specifies an inverted index, mapping terms to documents.
	KSKIndexInverted SKIndexType = 1
	// KSKIndexInvertedVector: Specifies an index type with all the capabilities of an inverted and a vector index.
	KSKIndexInvertedVector SKIndexType = 3
	// KSKIndexUnknown: Specifies an unknown index type.
	KSKIndexUnknown SKIndexType = 0
	// KSKIndexVector: Specifies a vector index, mapping documents to terms.
	KSKIndexVector SKIndexType = 2
)

func SKIndexGetIndexType

func SKIndexGetIndexType(inIndex SKIndexRef) SKIndexType

SKIndexGetIndexType gets the category of an index.

See: https://developer.apple.com/documentation/coreservices/1442236-skindexgetindextype

func (SKIndexType) String

func (e SKIndexType) String() string

type SKSearchGroupRef

type SKSearchGroupRef uintptr

SKSearchGroupRef is deprecated. Use asynchronous searching with SKSearchCreate instead, which does not employ search groups.

See: https://developer.apple.com/documentation/coreservices/sksearchgroupref

type SKSearchOptions

type SKSearchOptions = uint32

SKSearchOptions is specifies the search options available for the [SKSearchCreate(_:_:_:)] function.

See: https://developer.apple.com/documentation/coreservices/sksearchoptions

type SKSearchRef

type SKSearchRef uintptr

SKSearchRef is defines an opaque data type representing an asynchronous search.

See: https://developer.apple.com/documentation/coreservices/sksearchref

func SKSearchCreate

func SKSearchCreate(inIndex SKIndexRef, inQuery corefoundation.CFStringRef, inSearchOptions SKSearchOptions) SKSearchRef

SKSearchCreate creates an asynchronous search object for querying an index, and initiates search.

See: https://developer.apple.com/documentation/coreservices/1443079-sksearchcreate

type SKSearchResultsFilterCallBack

type SKSearchResultsFilterCallBack = func(SKIndexRef, SKDocumentRef, unsafe.Pointer) objectivec.IObject

SKSearchResultsFilterCallBack is deprecated. Use SKSearchCreate and SKSearchFindMatches instead, which do not use a callback.

See: https://developer.apple.com/documentation/coreservices/sksearchresultsfiltercallback

type SKSearchResultsRef

type SKSearchResultsRef uintptr

SKSearchResultsRef is deprecated. Use asynchronous searching with SKSearchCreate instead, which does not employ search groups.

See: https://developer.apple.com/documentation/coreservices/sksearchresultsref

type SKSearchType

type SKSearchType uint32

See: https://developer.apple.com/documentation/coreservices/sksearchtype

const (
	// KSKSearchBooleanRanked: Deprecated.
	KSKSearchBooleanRanked SKSearchType = 1
	// KSKSearchPrefixRanked: Deprecated.
	KSKSearchPrefixRanked SKSearchType = 3
	// KSKSearchRanked: Deprecated.
	KSKSearchRanked SKSearchType = 0
	// KSKSearchRequiredRanked: Deprecated.
	KSKSearchRequiredRanked SKSearchType = 2
)

func (SKSearchType) String

func (e SKSearchType) String() string

type SKSummaryRef

type SKSummaryRef uintptr

SKSummaryRef is defines an opaque data type representing summarization information.

See: https://developer.apple.com/documentation/coreservices/sksummaryref

func SKSummaryCreateWithString

func SKSummaryCreateWithString(inString corefoundation.CFStringRef) SKSummaryRef

SKSummaryCreateWithString creates a summary object based on a text string.

See: https://developer.apple.com/documentation/coreservices/1446229-sksummarycreatewithstring

type ScriptCodeRun

type ScriptCodeRun = unsafe.Pointer

ScriptCodeRun is contains script code information for a text run.

See: https://developer.apple.com/documentation/coreservices/scriptcoderun

type SelectorFunctionUPP

type SelectorFunctionUPP = unsafe.Pointer

SelectorFunctionUPP is defines a universal procedure pointer to a selector function callback.

See: https://developer.apple.com/documentation/coreservices/selectorfunctionupp

func NewSelectorFunctionUPP deprecated

func NewSelectorFunctionUPP(arg0 unsafe.Pointer) SelectorFunctionUPP

NewSelectorFunctionUPP creates a universal procedure pointer (UPP) to a selector callback function.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1472304-newselectorfunctionupp

type SiInitSDTblErr

type SiInitSDTblErr int
const (
	SdmInitErr          SiInitSDTblErr = 11
	SdmJTInitErr        SiInitSDTblErr = 10
	SdmPRAMInitErr      SiInitSDTblErr = 13
	SdmPriInitErr       SiInitSDTblErr = 14
	SdmSRTInitErr       SiInitSDTblErr = 12
	SiInitSDTblErrValue SiInitSDTblErr = 1
	SiInitSPTblErr      SiInitSDTblErr = 3
	SiInitVBLQsErr      SiInitSDTblErr = 2
)

func (SiInitSDTblErr) String

func (e SiInitSDTblErr) String() string

type SleepQUPP

type SleepQUPP = unsafe.Pointer

See: https://developer.apple.com/documentation/coreservices/sleepqupp

func NewSleepQUPP deprecated

func NewSleepQUPP(arg0 unsafe.Pointer) SleepQUPP

NewSleepQUPP.

Deprecated: Deprecated since macOS 10.5.

See: https://developer.apple.com/documentation/coreservices/1427411-newsleepqupp

type Sm

type Sm int
const (
	SmBadsPtrErr    Sm = -346
	SmBlkMoveErr    Sm = -340
	SmByteLanesErr  Sm = -347
	SmCPUErr        Sm = -334
	SmCRCFail       Sm = -301
	SmCkStatusErr   Sm = -341
	SmDisDrvrNamErr Sm = -343
	SmDisabledSlot  Sm = -305
	SmEmptySlot     Sm = -300
	SmFormatErr     Sm = -302
	SmGetDrvrNamErr Sm = -342
	SmNewPErr       Sm = -339
	SmNilsBlockErr  Sm = -336
	SmNoDir         Sm = -304
	SmNoGoodOpens   Sm = -349
	SmNoMoresRsrcs  Sm = -344
	SmNosInfoArray  Sm = -306
	SmOffsetErr     Sm = -348
	SmPRAMInitErr   Sm = -292
	SmPriInitErr    Sm = -293
	SmRecNotFnd     Sm = -351
	SmRevisionErr   Sm = -303
	SmSDMInitErr    Sm = -290
	SmSRTInitErr    Sm = -291
	SmSRTOvrFlErr   Sm = -350
	SmSelOOBErr     Sm = -338
	SmSlotOOBErr    Sm = -337
	SmsGetDrvrErr   Sm = -345
	SmsPointerNil   Sm = -335
)

func (Sm) String

func (e Sm) String() string

type SmResrvErr

type SmResrvErr int
const (
	SmBLFieldBad    SmResrvErr = -309
	SmBadBoardId    SmResrvErr = -319
	SmBadRefId      SmResrvErr = -330
	SmBadsList      SmResrvErr = -331
	SmBusErrTO      SmResrvErr = -320
	SmCodeRevErr    SmResrvErr = -333
	SmDisposePErr   SmResrvErr = -312
	SmFHBlkDispErr  SmResrvErr = -311
	SmFHBlockRdErr  SmResrvErr = -310
	SmGetPRErr      SmResrvErr = -314
	SmInitStatVErr  SmResrvErr = -316
	SmInitTblVErr   SmResrvErr = -317
	SmNoBoardId     SmResrvErr = -315
	SmNoBoardSRsrc  SmResrvErr = -313
	SmNoJmpTbl      SmResrvErr = -318
	SmReservedErr   SmResrvErr = -332
	SmReservedSlot  SmResrvErr = -318
	SmResrvErrValue SmResrvErr = -307
	SmUnExBusErr    SmResrvErr = -308
	SvDisabled      SmResrvErr = -32640
	SvTempDisable   SmResrvErr = -32768
)

func (SmResrvErr) String

func (e SmResrvErr) String() string

type StartupFolderIconResource

type StartupFolderIconResource int
const (
	ControlPanelFolderIconResource StartupFolderIconResource = -3976
	DropFolderIconResource         StartupFolderIconResource = -3979
	ExtensionsFolderIconResource   StartupFolderIconResource = -3973
	FontsFolderIconResource        StartupFolderIconResource = -3968
	FullTrashIconResource          StartupFolderIconResource = -3984
	MountedFolderIconResource      StartupFolderIconResource = -3977
	OwnedFolderIconResource        StartupFolderIconResource = -3980
	PreferencesFolderIconResource  StartupFolderIconResource = -3974
	PrintMonitorFolderIconResource StartupFolderIconResource = -3975
	SharedFolderIconResource       StartupFolderIconResource = -3978
	StartupFolderIconResourceValue StartupFolderIconResource = -3981
)

func (StartupFolderIconResource) String

func (e StartupFolderIconResource) String() string

type TECBufferContextRec

type TECBufferContextRec = unsafe.Pointer

TECBufferContextRec is contains buffers for text and text encoding runs.

See: https://developer.apple.com/documentation/coreservices/tecbuffercontextrec

type TECConversionInfo

type TECConversionInfo = unsafe.Pointer

TECConversionInfo is contains text encoding conversion information.

See: https://developer.apple.com/documentation/coreservices/tecconversioninfo

type TECConverterContextRec

type TECConverterContextRec = unsafe.Pointer

TECConverterContextRec is contains converter information used by a Text Encoding Converter plug-in.

See: https://developer.apple.com/documentation/coreservices/tecconvertercontextrec

type TECInfo

type TECInfo = unsafe.Pointer

TECInfo is contains information about the Unicode Converter, the Text Encoding Converter, and Basic Text Types.

See: https://developer.apple.com/documentation/coreservices/tecinfo

type TECObjectRef

type TECObjectRef uintptr

TECObjectRef is defines an opaque reference to a converter object.

See: https://developer.apple.com/documentation/coreservices/tecobjectref

type TECPluginDispatchTable

type TECPluginDispatchTable = unsafe.Pointer

TECPluginDispatchTable is contains version and signature information and pointers to the callback functions used by a text encoding converter plug-in.

See: https://developer.apple.com/documentation/coreservices/tecplugindispatchtable

type TECPluginGetPluginDispatchTablePtr

type TECPluginGetPluginDispatchTablePtr = unsafe.Pointer

TECPluginGetPluginDispatchTablePtr is defines a pointer to a function that returnsa pointer to a plug-in dispatch table.

See: https://developer.apple.com/documentation/coreservices/tecplugingetplugindispatchtableptr

type TECPluginSig

type TECPluginSig = uint32

TECPluginSig is defines a data type for a Text Encoding Converter plug-in signature.

See: https://developer.apple.com/documentation/coreservices/tecpluginsig

type TECPluginSignature

type TECPluginSignature = uint32

TECPluginSignature is defines a data type for a Text Encoding Converter plug-in signature.

See: https://developer.apple.com/documentation/coreservices/tecpluginsignature

type TECPluginStateRec

type TECPluginStateRec = unsafe.Pointer

TECPluginStateRec is contains state information for a Text Encoding Converter plug-in.

See: https://developer.apple.com/documentation/coreservices/tecpluginstaterec

type TECPluginVersion

type TECPluginVersion = uint32

TECPluginVersion is defines a data type for Text Encoding Converter plug-in version.

See: https://developer.apple.com/documentation/coreservices/tecpluginversion

type TECSnifferContextRec

type TECSnifferContextRec = unsafe.Pointer

TECSnifferContextRec is contains infomation used by a sniffer object.

See: https://developer.apple.com/documentation/coreservices/tecsniffercontextrec

type TECSnifferObjectRef

type TECSnifferObjectRef uintptr

TECSnifferObjectRef is defines a reference to an opaque sniffer object.

See: https://developer.apple.com/documentation/coreservices/tecsnifferobjectref

type TScriptingSizeResource

type TScriptingSizeResource struct {
	ScriptingSizeFlags unsafe.Pointer
	MinStackSize       uint32
	PreferredStackSize uint32
	MaxStackSize       uint32
	MinHeapSize        uint32
	PreferredHeapSize  uint32
	MaxHeapSize        uint32
}

TScriptingSizeResource - Defines a data type to store stack and heap information. Not typically used by developers.

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/tscriptingsizeresource

type TaskStorageIndex

type TaskStorageIndex = objectivec.IObject

TaskStorageIndex is represents a task storage index value used by functions described in “Accessing Per-Task Storage Variables.”.

See: https://developer.apple.com/documentation/coreservices/taskstorageindex

type TaskStorageValue

type TaskStorageValue = unsafe.Pointer

TaskStorageValue is represents a task storage value used by functions described in “Accessing Per-Task Storage Variables.”.

See: https://developer.apple.com/documentation/coreservices/taskstoragevalue

func MPGetTaskStorageValue deprecated

func MPGetTaskStorageValue(arg0 TaskStorageIndex) TaskStorageValue

MPGetTaskStorageValue gets the storage value stored at a specified index number.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1585589-mpgettaskstoragevalue

type TeScrapSizeErr

type TeScrapSizeErr int
const (
	DriverHardwareGoneErr TeScrapSizeErr = -503
	HwParamErr            TeScrapSizeErr = -502
	TeScrapSizeErrValue   TeScrapSizeErr = -501
)

func (TeScrapSizeErr) String

func (e TeScrapSizeErr) String() string

type Tel

type Tel int
const (
	TelAPattNotSupp       Tel = -10016
	TelAlreadyOpen        Tel = -10070
	TelAutoAnsNotOn       Tel = -10112
	TelBadAPattErr        Tel = -10015
	TelBadBearerType      Tel = -10058
	TelBadCAErr           Tel = -10003
	TelBadCodeResource    Tel = -10108
	TelBadDNDType         Tel = -10023
	TelBadDNErr           Tel = -10002
	TelBadDNType          Tel = -10050
	TelBadDisplayMode     Tel = -10062
	TelBadFeatureID       Tel = -10053
	TelBadFunction        Tel = -10091
	TelBadFwdType         Tel = -10054
	TelBadHTypeErr        Tel = -10010
	TelBadHandErr         Tel = -10004
	TelBadIndex           Tel = -10017
	TelBadIntExt          Tel = -10021
	TelBadIntercomID      Tel = -10052
	TelBadLevelErr        Tel = -10012
	TelBadPageID          Tel = -10051
	TelBadParkID          Tel = -10056
	TelBadPickupGroupID   Tel = -10055
	TelBadProcErr         Tel = -10005
	TelBadProcID          Tel = -10110
	TelBadRate            Tel = -10059
	TelBadSWErr           Tel = -10114
	TelBadSampleRate      Tel = -10115
	TelBadSelect          Tel = -10057
	TelBadStateErr        Tel = -10019
	TelBadTermErr         Tel = -10001
	TelBadVTypeErr        Tel = -10013
	TelCANotAcceptable    Tel = -10080
	TelCANotDeflectable   Tel = -10082
	TelCANotRejectable    Tel = -10081
	TelCAUnavail          Tel = -10006
	TelCBErr              Tel = -10046
	TelConfErr            Tel = -10042
	TelConfLimitErr       Tel = -10040
	TelConfLimitExceeded  Tel = -10047
	TelConfNoLimit        Tel = -10041
	TelConfRej            Tel = -10043
	TelDNDTypeNotSupp     Tel = -10024
	TelDNTypeNotSupp      Tel = -10060
	TelDetAlreadyOn       Tel = -10113
	TelDeviceNotFound     Tel = -10109
	TelDisplayModeNotSupp Tel = -10063
	TelFeatActive         Tel = -10032
	TelFeatNotAvail       Tel = -10031
	TelFeatNotSub         Tel = -10030
	TelFeatNotSupp        Tel = -10033
	TelFwdTypeNotSupp     Tel = -10061
	TelGenericError       Tel = -1
	TelHTypeNotSupp       Tel = -10011
	TelIndexNotSupp       Tel = -10018
	TelInitFailed         Tel = -10107
	TelIntExtNotSupp      Tel = -10022
	TelNoCallbackRef      Tel = -10064
	TelNoCommFolder       Tel = -10106
	TelNoErr              Tel = 0
	TelNoMemErr           Tel = -10007
	TelNoOpenErr          Tel = -10008
	TelNoSuchTool         Tel = -10102
	TelNoTools            Tel = 8
	TelNotEnoughdspBW     Tel = -10116
	TelPBErr              Tel = -10090
	TelStateNotSupp       Tel = -10020
	TelStillNeeded        Tel = -10071
	TelTermNotOpen        Tel = -10072
	TelTransferErr        Tel = -10044
	TelTransferRej        Tel = -10045
	TelUnknownErr         Tel = -10103
	TelVTypeNotSupp       Tel = -10014
	TelValidateFailed     Tel = -10111
)

func (Tel) String

func (e Tel) String() string

type TextBreakLocatorRef

type TextBreakLocatorRef uintptr

TextBreakLocatorRef is refers to an opaque object that encapsulates locale and text-break information for the purpose of finding boundaries in Unicode text.

See: https://developer.apple.com/documentation/coreservices/textbreaklocatorref

type TextEncoding

type TextEncoding = uint32

TextEncoding is defines a data type for a text encoding value.

See: https://developer.apple.com/documentation/coreservices/textencoding

func CreateTextEncoding

func CreateTextEncoding(arg0 TextEncodingBase, arg1 TextEncodingVariant, arg2 TextEncodingFormat) TextEncoding

CreateTextEncoding creates and returns a text encoding specification.

See: https://developer.apple.com/documentation/coreservices/1399639-createtextencoding

func ResolveDefaultTextEncoding

func ResolveDefaultTextEncoding(arg0 TextEncoding) TextEncoding

ResolveDefaultTextEncoding returns a text encoding specification in which any meta-valueshave been resolved to real values.

See: https://developer.apple.com/documentation/coreservices/1400111-resolvedefaulttextencoding

type TextEncodingBase

type TextEncodingBase = uint32

TextEncodingBase is specify base text encodings.

See: https://developer.apple.com/documentation/coreservices/textencodingbase

func GetTextEncodingBase

func GetTextEncodingBase(arg0 TextEncoding) TextEncodingBase

GetTextEncodingBase returns the base encoding of the specified text encoding.

See: https://developer.apple.com/documentation/coreservices/1399792-gettextencodingbase

type TextEncodingFormat

type TextEncodingFormat = uint32

TextEncodingFormat is specify a text encoding format.

See: https://developer.apple.com/documentation/coreservices/textencodingformat

func GetTextEncodingFormat

func GetTextEncodingFormat(arg0 TextEncoding) TextEncodingFormat

GetTextEncodingFormat returns the format value of the specified text encoding.

See: https://developer.apple.com/documentation/coreservices/1400318-gettextencodingformat

type TextEncodingNameSelector

type TextEncodingNameSelector = uint32

TextEncodingNameSelector is specify the part of an encoding name you want to obtain.

See: https://developer.apple.com/documentation/coreservices/textencodingnameselector

type TextEncodingRun

type TextEncodingRun = unsafe.Pointer

TextEncodingRun is contains text encoding information for a text run.

See: https://developer.apple.com/documentation/coreservices/textencodingrun

type TextEncodingVariant

type TextEncodingVariant = uint32

TextEncodingVariant is defines a data type for a text encoding variant.

See: https://developer.apple.com/documentation/coreservices/textencodingvariant

func GetTextEncodingVariant

func GetTextEncodingVariant(arg0 TextEncoding) TextEncodingVariant

GetTextEncodingVariant returns the variant from the specified text encoding.

See: https://developer.apple.com/documentation/coreservices/1400250-gettextencodingvariant

type TextParser

type TextParser int
const (
	TextParserBadParamErr         TextParser = -5220
	TextParserBadParserObjectErr  TextParser = -5223
	TextParserBadTextEncodingErr  TextParser = -5227
	TextParserBadTextLanguageErr  TextParser = -5226
	TextParserBadTokenValueErr    TextParser = -5222
	TextParserNoMoreTextErr       TextParser = -5225
	TextParserNoMoreTokensErr     TextParser = -5229
	TextParserNoSuchTokenFoundErr TextParser = -5228
	TextParserObjectNotFoundErr   TextParser = -5221
	TextParserParamErr            TextParser = -5224
)

func (TextParser) String

func (e TextParser) String() string

type TextRange

type TextRange struct {
	FStart       unsafe.Pointer
	FEnd         unsafe.Pointer
	FHiliteStyle unsafe.Pointer
}

TextRange - Specifies a range of text. Not typically used by developers.

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/textrange

type TextRangeArray

type TextRangeArray struct {
	FNumOfRanges unsafe.Pointer
	FRange       TextRange
}

TextRangeArray - Specifies an array of text ranges. Not typically used by developers.

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/textrangearray

type TextToUnicodeInfo

type TextToUnicodeInfo = uintptr

TextToUnicodeInfo is defines reference to an opaque Unicode converter object.

See: https://developer.apple.com/documentation/coreservices/texttounicodeinfo

type Theme

type Theme int
const (
	ThemeBadCursorIndexErr           Theme = -30565
	ThemeBadTextColorErr             Theme = -30563
	ThemeHasNoAccentsErr             Theme = -30564
	ThemeInvalidBrushErr             Theme = -30560
	ThemeMonitorDepthNotSupportedErr Theme = -30567
	ThemeNoAppropriateBrushErr       Theme = -30568
	ThemeProcessNotRegisteredErr     Theme = -30562
	ThemeProcessRegisteredErr        Theme = -30561
	ThemeScriptFontNotFoundErr       Theme = -30566
)

func (Theme) String

func (e Theme) String() string

type Thread

type Thread int
const (
	ThreadNotFoundErr    Thread = -618
	ThreadProtocolErr    Thread = -619
	ThreadTooManyReqsErr Thread = -617
)

func (Thread) String

func (e Thread) String() string

type ThreadEntryUPP

type ThreadEntryUPP = unsafe.Pointer

See: https://developer.apple.com/documentation/coreservices/threadentryupp

func NewThreadEntryUPP deprecated

func NewThreadEntryUPP(arg0 unsafe.Pointer) ThreadEntryUPP

NewThreadEntryUPP.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1574224-newthreadentryupp

type ThreadID

type ThreadID = uint

See: https://developer.apple.com/documentation/coreservices/threadid

func InvokeDebuggerThreadSchedulerUPP deprecated

func InvokeDebuggerThreadSchedulerUPP(arg0 SchedulerInfoRecPtr, arg1 DebuggerThreadSchedulerUPP) ThreadID

InvokeDebuggerThreadSchedulerUPP.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1574211-invokedebuggerthreadschedulerupp

func InvokeThreadSchedulerUPP deprecated

func InvokeThreadSchedulerUPP(arg0 SchedulerInfoRecPtr, arg1 ThreadSchedulerUPP) ThreadID

InvokeThreadSchedulerUPP.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1574302-invokethreadschedulerupp

type ThreadSchedulerUPP

type ThreadSchedulerUPP = unsafe.Pointer

See: https://developer.apple.com/documentation/coreservices/threadschedulerupp

func NewThreadSchedulerUPP deprecated

func NewThreadSchedulerUPP(arg0 unsafe.Pointer) ThreadSchedulerUPP

NewThreadSchedulerUPP.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1574293-newthreadschedulerupp

type ThreadSwitchUPP

type ThreadSwitchUPP = unsafe.Pointer

See: https://developer.apple.com/documentation/coreservices/threadswitchupp

func NewThreadSwitchUPP deprecated

func NewThreadSwitchUPP(arg0 unsafe.Pointer) ThreadSwitchUPP

NewThreadSwitchUPP.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1574243-newthreadswitchupp

type ThreadTerminationUPP

type ThreadTerminationUPP = unsafe.Pointer

See: https://developer.apple.com/documentation/coreservices/threadterminationupp

func NewThreadTerminationUPP deprecated

func NewThreadTerminationUPP(arg0 unsafe.Pointer) ThreadTerminationUPP

NewThreadTerminationUPP.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1574221-newthreadterminationupp

type TimerUPP

type TimerUPP = unsafe.Pointer

See: https://developer.apple.com/documentation/coreservices/timerupp

func NewTimerUPP deprecated

func NewTimerUPP(arg0 unsafe.Pointer) TimerUPP

NewTimerUPP.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1550787-newtimerupp

type Tsm

type Tsm int
const (
	TsmAlreadyRegisteredErr            Tsm = -2503
	TsmCantChangeForcedClassStateErr   Tsm = -2530
	TsmCantOpenComponentErr            Tsm = -2509
	TsmComponentAlreadyOpenErr         Tsm = -2515
	TsmComponentNoErr                  Tsm = 0
	TsmComponentPropertyNotFoundErr    Tsm = -2532
	TsmComponentPropertyUnsupportedErr Tsm = -2531
	TsmDefaultIsNotInputMethodErr      Tsm = -2524
	TsmDocNotActiveErr                 Tsm = -2507
	TsmDocPropertyBufferTooSmallErr    Tsm = -2529
	TsmDocPropertyNotFoundErr          Tsm = -2528
	TsmDocumentOpenErr                 Tsm = -2511
	TsmInputMethodIsOldErr             Tsm = -2516
	TsmInputMethodNotFoundErr          Tsm = -2501
	TsmInputModeChangeFailedErr        Tsm = -2533
	TsmInvalidContext                  Tsm = -2520
	TsmInvalidDocIDErr                 Tsm = -2505
	TsmNeverRegisteredErr              Tsm = -2504
	TsmNoHandler                       Tsm = -2521
	TsmNoMoreTokens                    Tsm = -2522
	TsmNoOpenTSErr                     Tsm = -2508
	TsmNoStem                          Tsm = -2523
	TsmNotAnAppErr                     Tsm = -2502
	TsmScriptHasNoIMErr                Tsm = -2517
	TsmTSHasNoMenuErr                  Tsm = -2513
	TsmTSMDocBusyErr                   Tsm = -2506
	TsmTSNotOpenErr                    Tsm = -2514
	TsmTextServiceNotFoundErr          Tsm = -2510
	TsmUnknownErr                      Tsm = -2519
	TsmUnsupScriptLanguageErr          Tsm = -2500
	TsmUnsupportedTypeErr              Tsm = -2518
	TsmUseInputWindowErr               Tsm = -2512
)

func (Tsm) String

func (e Tsm) String() string

type Type

type Type uint
const (
	// Type128BitFloatingPoint: 128-bit floating point value.
	Type128BitFloatingPoint Type = 'l'<<24 | 'd'<<16 | 'b'<<8 | 'l' // 'ldbl'
	// TypeAEList: List of descriptors.
	TypeAEList Type = 'l'<<24 | 'i'<<16 | 's'<<8 | 't' // 'list'
	// TypeAERecord: List of keyword-specified descriptors.
	TypeAERecord Type = 'r'<<24 | 'e'<<16 | 'c'<<8 | 'o' // 'reco'
	// TypeAbsoluteOrdinal: Specifies a descriptor whose data consists of one of the constants `kAEFirst`, `kAEMiddle`, `kAELast`, `kAEAny`, or `kAEAll`, which are described in AEDisposeToken(_:).
	TypeAbsoluteOrdinal Type = 'a'<<24 | 'b'<<16 | 's'<<8 | 'o' // 'abso'
	// TypeAlias: Alias.
	TypeAlias Type = 'a'<<24 | 'l'<<16 | 'i'<<8 | 's' // 'alis'
	// TypeAppParameters: Process Manager launch parameters.
	TypeAppParameters Type = 'a'<<24 | 'p'<<16 | 'p'<<8 | 'a' // 'appa'
	// TypeApplSignature: Application signature.
	TypeApplSignature Type = 's'<<24 | 'i'<<16 | 'g'<<8 | 'n' // 'sign'
	// TypeAppleEvent: Apple event.
	TypeAppleEvent Type = 'a'<<24 | 'e'<<16 | 'v'<<8 | 't' // 'aevt'
	// TypeApplicationURL: For specifying an application by URL.
	TypeApplicationURL Type = 'a'<<24 | 'p'<<16 | 'r'<<8 | 'l' // 'aprl'
	TypeBookmarkData   Type = 'b'<<24 | 'm'<<16 | 'r'<<8 | 'k' // 'bmrk'
	// TypeBoolean: Boolean value—single byte with value 0 or 1.
	TypeBoolean        Type = 'b'<<24 | 'o'<<16 | 'o'<<8 | 'l' // 'bool'
	TypeCFAbsoluteTime Type = 'c'<<24 | 'f'<<16 | 'a'<<8 | 't' // 'cfat'
	// TypeCString: C string—Mac OS Roman characters followed by a NULL byte.
	TypeCString Type = 'c'<<24 | 's'<<16 | 't'<<8 | 'r' // 'cstr'
	// TypeChar: # Discussion
	TypeChar Type = 'T'<<24 | 'E'<<16 | 'X'<<8 | 'T' // 'TEXT'
	// TypeCompDescriptor: Specifies a comparison descriptor.
	TypeCompDescriptor Type = 'c'<<24 | 'm'<<16 | 'p'<<8 | 'd' // 'cmpd'
	// TypeCurrentContainer: Specifies a container for an element that demarcates one boundary in a range.
	TypeCurrentContainer Type = 'c'<<24 | 'c'<<16 | 'n'<<8 | 't' // 'ccnt'
	// TypeDecimalStruct: Decimal.
	TypeDecimalStruct Type = 'd'<<24 | 'e'<<16 | 'c'<<8 | 'm' // 'decm'
	// TypeEncodedString: Styled Unicode text.
	TypeEncodedString Type = 'e'<<24 | 'n'<<16 | 'c'<<8 | 's' // 'encs'
	// TypeEnumerated: Enumerated data.
	TypeEnumerated  Type = 'e'<<24 | 'n'<<16 | 'u'<<8 | 'm' // 'enum'
	TypeEventRecord Type = 'e'<<24 | 'v'<<16 | 'r'<<8 | 'c' // 'evrc'
	// TypeFSRef: File system reference.
	TypeFSRef Type = 'f'<<24 | 's'<<16 | 'r'<<8 | 'f' // 'fsrf'
	// TypeFalse: [FALSE] Boolean value.
	TypeFalse Type = 'f'<<24 | 'a'<<16 | 'l'<<8 | 's' // 'fals'
	// TypeFileURL: A file URL.
	TypeFileURL        Type = 'f'<<24 | 'u'<<16 | 'r'<<8 | 'l' // 'furl'
	TypeFinderWindow   Type = 'f'<<24 | 'w'<<16 | 'i'<<8 | 'n' // 'fwin'
	TypeFixed          Type = 'f'<<24 | 'i'<<16 | 'x'<<8 | 'd' // 'fixd'
	TypeFixedPoint     Type = 'f'<<24 | 'p'<<16 | 'n'<<8 | 't' // 'fpnt'
	TypeFixedRectangle Type = 'f'<<24 | 'r'<<16 | 'c'<<8 | 't' // 'frct'
	TypeGraphicLine    Type = 'g'<<24 | 'l'<<16 | 'i'<<8 | 'n' // 'glin'
	TypeGraphicText    Type = 'c'<<24 | 'g'<<16 | 't'<<8 | 'x' // 'cgtx'
	TypeGroupedGraphic Type = 'c'<<24 | 'p'<<16 | 'i'<<8 | 'c' // 'cpic'
	// TypeIEEE32BitFloatingPoint: 32-bit floating point value.
	TypeIEEE32BitFloatingPoint Type = 's'<<24 | 'i'<<16 | 'n'<<8 | 'g' // 'sing'
	// TypeIEEE64BitFloatingPoint: 64-bit floating point value.
	TypeIEEE64BitFloatingPoint Type = 'd'<<24 | 'o'<<16 | 'u'<<8 | 'b' // 'doub'
	TypeISO8601DateTime        Type = 'i'<<24 | 's'<<16 | 'o'<<8 | 't' // 'isot'
	// TypeIndexDescriptor: Specifies a descriptor whose data indicates an indexed position within a range of values.
	TypeIndexDescriptor Type = 'i'<<24 | 'n'<<16 | 'd'<<8 | 'e' // 'inde'
	TypeInsertionLoc    Type = 'i'<<24 | 'n'<<16 | 's'<<8 | 'l' // 'insl'
	// TypeIntlText: For important information, see the Version Notes section of the typeUnicodeText enum.
	TypeIntlText        Type = 'i'<<24 | 't'<<16 | 'x'<<8 | 't' // 'itxt'
	TypeIntlWritingCode Type = 'i'<<24 | 'n'<<16 | 't'<<8 | 'l' // 'intl'
	// TypeKeyword: Apple event keyword.
	TypeKeyword Type = 'k'<<24 | 'e'<<16 | 'y'<<8 | 'w' // 'keyw'
	// TypeLogicalDescriptor: Specifies a logical descriptor.
	TypeLogicalDescriptor  Type = 'l'<<24 | 'o'<<16 | 'g'<<8 | 'i' // 'logi'
	TypeLongDateTime       Type = 'l'<<24 | 'd'<<16 | 't'<<8 | ' ' // 'ldt '
	TypeLongFixed          Type = 'l'<<24 | 'f'<<16 | 'x'<<8 | 'd' // 'lfxd'
	TypeLongFixedPoint     Type = 'l'<<24 | 'f'<<16 | 'p'<<8 | 't' // 'lfpt'
	TypeLongFixedRectangle Type = 'l'<<24 | 'f'<<16 | 'r'<<8 | 'c' // 'lfrc'
	TypeLongPoint          Type = 'l'<<24 | 'p'<<16 | 'n'<<8 | 't' // 'lpnt'
	TypeLongRectangle      Type = 'l'<<24 | 'r'<<16 | 'c'<<8 | 't' // 'lrct'
	TypeMachineLoc         Type = 'm'<<24 | 'L'<<16 | 'o'<<8 | 'c' // 'mLoc'
	// TypeNull: A null data storage pointer.
	TypeNull Type = 'n'<<24 | 'u'<<16 | 'l'<<8 | 'l' // 'null'
	// TypeOSLTokenList: Specifies a descriptor whose data consists of a list of tokens.
	TypeOSLTokenList Type = 'o'<<24 | 's'<<16 | 't'<<8 | 'l' // 'ostl'
	// TypeObjectBeingExamined: # Discussion
	TypeObjectBeingExamined Type = 'e'<<24 | 'x'<<16 | 'm'<<8 | 'n' // 'exmn'
	// TypeObjectSpecifier: Specifies a descriptor used with the `keyAEContainer` keyword in a keyword-specified descriptor.
	TypeObjectSpecifier Type = 'o'<<24 | 'b'<<16 | 'j'<<8 | ' ' // 'obj '
	TypeOval            Type = 'c'<<24 | 'o'<<16 | 'v'<<8 | 'l' // 'covl'
	// TypePString: Pascal string—unsigned length byte followed by Mac OS Roman characters.
	TypePString     Type = 'p'<<24 | 's'<<16 | 't'<<8 | 'r' // 'pstr'
	TypeParamInfo   Type = 'p'<<24 | 'm'<<16 | 'i'<<8 | 'n' // 'pmin'
	TypePict        Type = 'P'<<24 | 'I'<<16 | 'C'<<8 | 'T' // 'PICT'
	TypePixMapMinus Type = 't'<<24 | 'p'<<16 | 'm'<<8 | 'm' // 'tpmm'
	TypePixelMap    Type = 'c'<<24 | 'p'<<16 | 'i'<<8 | 'x' // 'cpix'
	TypePolygon     Type = 'c'<<24 | 'p'<<16 | 'g'<<8 | 'n' // 'cpgn'
	// TypeProcessSerialNumber: A process serial number.
	TypeProcessSerialNumber Type = 'p'<<24 | 's'<<16 | 'n'<<8 | ' ' // 'psn '
	TypePropInfo            Type = 'p'<<24 | 'i'<<16 | 'n'<<8 | 'f' // 'pinf'
	// TypeProperty: Apple event object property.
	TypeProperty    Type = 'p'<<24 | 'r'<<16 | 'o'<<8 | 'p' // 'prop'
	TypePtr         Type = 'p'<<24 | 't'<<16 | 'r'<<8 | ' ' // 'ptr '
	TypeQDPoint     Type = 'Q'<<24 | 'D'<<16 | 'p'<<8 | 't' // 'QDpt'
	TypeQDRectangle Type = 'q'<<24 | 'd'<<16 | 'r'<<8 | 't' // 'qdrt'
	TypeQDRegion    Type = 'Q'<<24 | 'r'<<16 | 'g'<<8 | 'n' // 'Qrgn'
	TypeRGB16       Type = 't'<<24 | 'r'<<16 | '1'<<8 | '6' // 'tr16'
	TypeRGB96       Type = 't'<<24 | 'r'<<16 | '9'<<8 | '6' // 'tr96'
	TypeRGBColor    Type = 'c'<<24 | 'R'<<16 | 'G'<<8 | 'B' // 'cRGB'
	// TypeRangeDescriptor: # Discussion
	TypeRangeDescriptor Type = 'r'<<24 | 'a'<<16 | 'n'<<8 | 'g' // 'rang'
	TypeRectangle       Type = 'c'<<24 | 'r'<<16 | 'e'<<8 | 'c' // 'crec'
	// TypeRelativeDescriptor: Specifies a descriptor whose data consists of one of the constants `kAENext` or `kAEPrevious`, which are described in AEDisposeToken(_:).
	TypeRelativeDescriptor Type = 'r'<<24 | 'e'<<16 | 'l'<<8 | ' ' // 'rel '
	TypeRotation           Type = 't'<<24 | 'r'<<16 | 'o'<<8 | 't' // 'trot'
	TypeRoundedRectangle   Type = 'c'<<24 | 'r'<<16 | 'r'<<8 | 'c' // 'crrc'
	TypeRow                Type = 'c'<<24 | 'r'<<16 | 'o'<<8 | 'w' // 'crow'
	// TypeSInt16: 16-bit signed integer.
	TypeSInt16 Type = 's'<<24 | 'h'<<16 | 'o'<<8 | 'r' // 'shor'
	// TypeSInt32: 32-bit signed integer.
	TypeSInt32 Type = 'l'<<24 | 'o'<<16 | 'n'<<8 | 'g' // 'long'
	// TypeSInt64: 64-bit signed integer.
	TypeSInt64      Type = 'c'<<24 | 'o'<<16 | 'm'<<8 | 'p' // 'comp'
	TypeScrapStyles Type = 's'<<24 | 't'<<16 | 'y'<<8 | 'l' // 'styl'
	TypeScript      Type = 's'<<24 | 'c'<<16 | 'p'<<8 | 't' // 'scpt'
	// TypeSectionH: Handle to a section record.
	TypeSectionH Type = 's'<<24 | 'e'<<16 | 'c'<<8 | 't' // 'sect'
	// TypeStyledText: # Discussion
	TypeStyledText Type = 'S'<<24 | 'T'<<16 | 'X'<<8 | 'T' // 'STXT'
	// TypeStyledUnicodeText: Styled Unicode text.
	TypeStyledUnicodeText Type = 's'<<24 | 'u'<<16 | 't'<<8 | 'x' // 'sutx'
	TypeSuiteInfo         Type = 's'<<24 | 'u'<<16 | 'i'<<8 | 'n' // 'suin'
	TypeTable             Type = 'c'<<24 | 't'<<16 | 'b'<<8 | 'l' // 'ctbl'
	TypeTextStyles        Type = 't'<<24 | 's'<<16 | 't'<<8 | 'y' // 'tsty'
	// TypeToken: Specifies a descriptor whose data storage pointer refers to a structure of type AEDisposeToken(_:).
	TypeToken Type = 't'<<24 | 'o'<<16 | 'k'<<8 | 'e' // 'toke'
	// TypeTrue: [TRUE] Boolean value.
	TypeTrue Type = 't'<<24 | 'r'<<16 | 'u'<<8 | 'e' // 'true'
	// TypeType: Four-character code for event class or event ID
	TypeType Type = 't'<<24 | 'y'<<16 | 'p'<<8 | 'e' // 'type'
	// TypeUInt16: 16-bit unsigned integer.
	TypeUInt16 Type = 'u'<<24 | 's'<<16 | 'h'<<8 | 'r' // 'ushr'
	// TypeUInt32: 32-bit unsigned integer.
	TypeUInt32 Type = 'm'<<24 | 'a'<<16 | 'g'<<8 | 'n' // 'magn'
	// TypeUInt64: 64-bit unsigned integer.
	TypeUInt64 Type = 'u'<<24 | 'c'<<16 | 'o'<<8 | 'm' // 'ucom'
	// TypeUnicodeText: Unicode text.
	TypeUnicodeText Type = 'u'<<24 | 't'<<16 | 'x'<<8 | 't' // 'utxt'
	// TypeWildCard: Matches any type.
	TypeWildCard Type = '*'<<24 | '*'<<16 | '*'<<8 | '*' // '****'
)

func (Type) String

func (e Type) String() string

type TypeCF

type TypeCF uint
const (
	TypeCFArrayRef                   TypeCF = 'c'<<24 | 'f'<<16 | 'a'<<8 | 'r' // 'cfar'
	TypeCFAttributedStringRef        TypeCF = 'c'<<24 | 'f'<<16 | 'a'<<8 | 's' // 'cfas'
	TypeCFBooleanRef                 TypeCF = 'c'<<24 | 'f'<<16 | 't'<<8 | 'f' // 'cftf'
	TypeCFDictionaryRef              TypeCF = 'c'<<24 | 'f'<<16 | 'd'<<8 | 'c' // 'cfdc'
	TypeCFMutableArrayRef            TypeCF = 'c'<<24 | 'f'<<16 | 'm'<<8 | 'a' // 'cfma'
	TypeCFMutableAttributedStringRef TypeCF = 'c'<<24 | 'f'<<16 | 'a'<<8 | 'a' // 'cfaa'
	TypeCFMutableDictionaryRef       TypeCF = 'c'<<24 | 'f'<<16 | 'm'<<8 | 'd' // 'cfmd'
	TypeCFMutableStringRef           TypeCF = 'c'<<24 | 'f'<<16 | 'm'<<8 | 's' // 'cfms'
	TypeCFNumberRef                  TypeCF = 'c'<<24 | 'f'<<16 | 'n'<<8 | 'b' // 'cfnb'
	TypeCFStringRef                  TypeCF = 'c'<<24 | 'f'<<16 | 's'<<8 | 't' // 'cfst'
	TypeCFTypeRef                    TypeCF = 'c'<<24 | 'f'<<16 | 't'<<8 | 'y' // 'cfty'
)

func (TypeCF) String

func (e TypeCF) String() string

type TypeWhoseDescriptor

type TypeWhoseDescriptor uint
const (
	// FormWhose: # Discussion
	FormWhose                TypeWhoseDescriptor = 'w'<<24 | 'h'<<16 | 'o'<<8 | 's' // 'whos'
	KeyAEIndex               TypeWhoseDescriptor = 'k'<<24 | 'i'<<16 | 'd'<<8 | 'x' // 'kidx'
	KeyAETest                TypeWhoseDescriptor = 'k'<<24 | 't'<<16 | 's'<<8 | 't' // 'ktst'
	KeyAEWhoseRangeStart     TypeWhoseDescriptor = 'w'<<24 | 's'<<16 | 't'<<8 | 'r' // 'wstr'
	KeyAEWhoseRangeStop      TypeWhoseDescriptor = 'w'<<24 | 's'<<16 | 't'<<8 | 'p' // 'wstp'
	TypeWhoseDescriptorValue TypeWhoseDescriptor = 'w'<<24 | 'h'<<16 | 'o'<<8 | 's' // 'whos'
	TypeWhoseRange           TypeWhoseDescriptor = 'w'<<24 | 'r'<<16 | 'n'<<8 | 'g' // 'wrng'
)

func (TypeWhoseDescriptor) String

func (e TypeWhoseDescriptor) String() string

type UCCharPropertyType

type UCCharPropertyType = int32

UCCharPropertyType is specify property types for a Unicode charater.

See: https://developer.apple.com/documentation/coreservices/uccharpropertytype

type UCCharPropertyValue

type UCCharPropertyValue = uint32

UCCharPropertyValue is specify a propery value for a Unicode character.

See: https://developer.apple.com/documentation/coreservices/uccharpropertyvalue

type UCCollateOptions

type UCCollateOptions = uint32

UCCollateOptions is specifies options for Unicode string comparison.

See: https://developer.apple.com/documentation/coreservices/uccollateoptions

type UCCollationValue

type UCCollationValue = uint32

UCCollationValue is specifies a Unicode collation key.

See: https://developer.apple.com/documentation/coreservices/uccollationvalue

type UCKeyCharSeq

type UCKeyCharSeq = uint16

UCKeyCharSeq is specifies the output of a dead-key state in a `'uchr'` resource.

See: https://developer.apple.com/documentation/coreservices/uckeycharseq

type UCKeyLayoutFeatureInfo

type UCKeyLayoutFeatureInfo struct {
	KeyLayoutFeatureInfoFormat uint16 // An unsigned 16-bit integer identifying the format of the [UCKeyLayoutFeatureInfo] structure. Set to `kUCKeyLayoutFeatureInfoFormat`.
	Reserved                   uint16 // Reserved. Set to 0.
	MaxOutputStringLength      uint32 // An unsigned 32-bit integer specifying the longest possible output string of Unicode characters to be produced by this `'uchr'` resource.

}

UCKeyLayoutFeatureInfo - Specifies the longest possible output string to be produced by the current `'uchr'` resource.

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/uckeylayoutfeatureinfo

type UCKeyModifiersToTableNum

type UCKeyModifiersToTableNum struct {
	KeyModifiersToTableNumFormat uint16 // An unsigned 16-bit integer identifying the format of the [UCKeyModifiersToTableNum] structure. Set to `kUCKeyModifiersToTableNumFormat`.
	DefaultTableNum              uint16 // An unsigned 16-bit integer identifying the table number to use for modifier combinations that are outside of the range included in the `tableNum` field.
	ModifiersCount               uint32 // An unsigned 32-bit integer specifying the range of modifier bit combinations for which there are entries in the `tableNum[]` field.
	TableNum                     uint8  // An array of unsigned 8-bit integers that map modifier bit combinations to table numbers. These values are indexes into the `keyToCharTableOffsets` array in a [UCKeyToCharTableIndex](<doc://com.apple.documentation/documentation/coreservices/uckeytochartableindex>)structure; these, in turn, are offsets to the actual key-code-to character tables, which follow the [UCKeyToCharTableIndex] structure in the `'uchr'` resource.

}

UCKeyModifiersToTableNum - Maps a modifier key combination to a particular key-code-to-character table number in a `'uchr'` resource.

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/uckeymodifierstotablenum

type UCKeyOutput

type UCKeyOutput = uint16

UCKeyOutput is specifies values in key-code-to-character tables in a `'uchr'` resource.

See: https://developer.apple.com/documentation/coreservices/uckeyoutput

type UCKeySequenceDataIndex

type UCKeySequenceDataIndex struct {
	KeySequenceDataIndexFormat uint16 // An unsigned 16-bit integer identifying the format of the [UCKeySequenceDataIndex] structure. Set to `kUCKeySequenceDataIndexFormat`.
	CharSequenceCount          uint16 // An unsigned 16-bit integer specifying the number of Unicode character sequences that follow the end of the [UCKeySequenceDataIndex] structure.
	CharSequenceOffsets        uint16 // An array of offsets from the beginning of the [UCKeySequenceDataIndex] structure to the Unicode character sequences that follow it. Because a given offset indicates both the beginning of a new character sequence and the end of the sequence that precedes it, the length of each sequence is determined by the difference between the offset to that sequence and the value of the next offset in the array. The array contains one more entry than the number of character sequences; the final entry is the offset to the end of the final character sequence.

}

UCKeySequenceDataIndex - Contains offsets to a list of character sequences for a `'uchr'` resource.

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/uckeysequencedataindex

type UCKeyStateEntryRange

type UCKeyStateEntryRange struct {
	CurStateStart   uint16 // An unsigned 16-bit integer specifying the beginning of a given dead-key state range.
	CurStateRange   uint8  // An unsigned 8-bit integer specifying the number of entries in a given dead-key state range.
	DeltaMultiplier uint8  // An unsigned 8-bit integer.
	CharData        uint16 // A value of type [UCKeyCharSeq]. This base character value is used to determine the actual Unicode character(s) produced when a given dead-key state terminates.
	NextState       uint16 // An unsigned 16-bit integer. This base dead-key state value is used to determine the following dead-key state, if any.

}

UCKeyStateEntryRange - Maps from a dead-key state to either the resultant Unicode character(s) or the new dead key state produced when the current state is terminated by a given character key for a `'uchr'` resource.

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/uckeystateentryrange

type UCKeyStateEntryTerminal

type UCKeyStateEntryTerminal struct {
	CurState uint16 // An unsigned 16-bit integer specifying the current dead-key state.
	CharData uint16 // A value of type [UCKeyCharSeq] specifying the Unicode character(s) produced when a given character key is pressed.

}

UCKeyStateEntryTerminal - Maps from a dead-key state to the Unicode character(s) produced when that state is terminated by a given character key for a `'uchr'` resource.

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/uckeystateentryterminal

type UCKeyStateRecord

type UCKeyStateRecord struct {
	StateZeroCharData  uint16 // A value of type [UCKeyCharSeq] specifying the Unicode character(s) produced from a given key code while no dead-key state is in effect.
	StateZeroNextState uint16 // An unsigned 16-bit integer specifying the dead-key state produced from a given key code when no previous dead-key state is in effect. If the [UCKeyStateRecord] structure does not initiate a dead-key state (but only provides terminators for other dead-key states), this will be 0. A non-zero value specifies the resulting new dead-key state and refers to the current state entry within the `stateEntryData[]` field for the following dead-key state record that is applied.
	StateEntryCount    uint16 // An unsigned 16-bit integer specifying the number of elements in the `stateEntryData` field’s array for a given dead-key state record.
	StateEntryFormat   uint16 // An unsigned 16-bit integer specifying the format of the data in the `stateEntryData` field’s array. This should be 0 if the `stateEntryCount` field is set to 0. Currently available values are `kUCKeyStateEntryTerminalFormat` and `kUCKeyStateEntryRangeFormat`; see [Key State Entry Formats](<doc://com.apple.documentation/documentation/coreservices/carbon_core/unicode_utilities/1390376-key_state_entry_formats>) for descriptions of these values.
	StateEntryData     uint32 // An array of dead-key state entries, whose size depends on their format, but which will always be a multiple of 4 bytes. Each entry maps from the current dead-key state to the Unicode character(s) that result when a given character key is pressed or to the next dead-key state, if any. The format of the entry is specified by the `stateEntryFormat` field to be either that of type [UCKeyStateEntryTerminal](<doc://com.apple.documentation/documentation/coreservices/uckeystateentryterminal>) or [UCKeyStateEntryRange](<doc://com.apple.documentation/documentation/coreservices/uckeystateentryrange>).

}

UCKeyStateRecord - Determines dead-key state transitions in a `'uchr'` resource.

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/uckeystaterecord

type UCKeyStateRecordsIndex

type UCKeyStateRecordsIndex struct {
	KeyStateRecordsIndexFormat uint16 // An unsigned 16-bit integer identifying the format of the [UCKeyStateRecordsIndex] structure. Set to `kUCKeyStateRecordsIndexFormat`.
	KeyStateRecordCount        uint16 // An unsigned 16-bit integer specifying the number of dead-key state records that are included in the resource.
	KeyStateRecordOffsets      uint32 // An array of offsets from the beginning of the resource to each of the [UCKeyStateRecord] values that follow this structure in the `'uchr'` resource.

}

UCKeyStateRecordsIndex - Provides a count of, and offsets to, dead-key state records in a `'uchr'` resource.

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/uckeystaterecordsindex

type UCKeyStateTerminators

type UCKeyStateTerminators struct {
	KeyStateTerminatorsFormat uint16 // An unsigned 16-bit integer identifying the format of the [UCKeyStateTerminators] structure. Set to `kUCKeyStateTerminatorsFormat`.
	KeyStateTerminatorCount   uint16 // An unsigned 16-bit integer specifying the number of default dead-key state terminators contained in the `keyStateTerminators[]` array.
	KeyStateTerminators       uint16 // An array of default dead-key state terminators, described as values of type [UCKeyCharSeq](<doc://com.apple.documentation/documentation/coreservices/uckeycharseq>); the value `keyStateTerminators[0]` is the terminator for state 1, and so on.

}

UCKeyStateTerminators - Lists the default terminators for each dead-key state handled by a `'uchr'` resource.

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/uckeystateterminators

type UCKeyToCharTableIndex

type UCKeyToCharTableIndex struct {
	KeyToCharTableIndexFormat uint16 // An unsigned 16-bit integer identifying the format of the [UCKeyToCharTableIndex] structure. Set to `kUCKeyToCharTableIndexFormat`.
	KeyToCharTableSize        uint16 // An unsigned 16-bit integer specifying the number of virtual key codes supported by this resource; for ADB keyboards this is 128 (with virtual key codes ranging from 0 to 127).
	KeyToCharTableCount       uint32 // An unsigned 32-bit integer specifying the number of key-code-to-character tables, typically 6 to 12.
	KeyToCharTableOffsets     uint32 // An array of offsets from the beginning of the `'uchr'` resource to each of the [UCKeyOutput] key-code-to-character tables in the `keyToCharData[]` array that follows this structure in the resource.

}

UCKeyToCharTableIndex - Provides a count of, and offsets to, key-code-to-character tables in a `'uchr'` resource.

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/uckeytochartableindex

type UCKeyboardLayout

type UCKeyboardLayout struct {
	KeyLayoutHeaderFormat      uint16               // An unsigned 16-bit integer identifying the format of the structure. Set to `kUCLayoutHeaderFormat`.
	KeyLayoutDataVersion       uint16               // An unsigned 16-bit integer identifying the version of the data in the resource, in binary code decimal format. For example, 0x0100 would equal version 1.0.
	KeyLayoutFeatureInfoOffset uint32               // An unsigned 32-bit integer providing an offset to a structure of type [UCKeyLayoutFeatureInfo](<doc://com.apple.documentation/documentation/coreservices/uckeylayoutfeatureinfo>), if such is used in the resource. May be 0 if no [UCKeyLayoutFeatureInfo] table is included in the resource.
	KeyboardTypeCount          uint32               // An unsigned 32-bit integer specifying the number of [UCKeyboardTypeHeader] structures in the `keyboardTypeList[]` field’s array.
	KeyboardTypeList           UCKeyboardTypeHeader // A variable-length array containing structures of type [UCKeyboardTypeHeader]. Each [UCKeyboardTypeHeader] entry specifies a range of physical keyboard types and contains offsets to each of the key mapping sections to be used for that range of keyboard types.

}

UCKeyboardLayout - Provides header data for a `'uchr'` resource.

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/uckeyboardlayout

type UCKeyboardTypeHeader

type UCKeyboardTypeHeader struct {
	KeyboardTypeFirst            uint32 // An unsigned 32-bit integer specifying the first keyboard type in this entry. For the initial entry (that is, the default entry) in an array of [UCKeyboardTypeHeader] structures, you should set this value to 0. The initial [UCKeyboardTypeHeader] entry is used if the keyboard type passed to the function [UCKeyTranslate(_:_:_:_:_:_:_:_:_:_:)](<doc://com.apple.documentation/documentation/coreservices/1390584-uckeytranslate>) does not match any other entry, that is, if it is not within the range of values specified by `keyboardTypeFirst` and `keyboardTypeLast` for any entry.
	KeyboardTypeLast             uint32 // An unsigned 32-bit integer specifying the last keyboard type in this entry. For the initial entry (that is, the default entry) in an array of [UCKeyboardTypeHeader] structures, you should set this value to 0.
	KeyModifiersToTableNumOffset uint32 // An unsigned 32-bit integer providing an offset to a structure of type [UCKeyModifiersToTableNum](<doc://com.apple.documentation/documentation/coreservices/uckeymodifierstotablenum>). The `'uchr'` resource requires a [UCKeyModifiersToTableNum] structure, therefore this field must contain a non-zero value.
	KeyToCharTableIndexOffset    uint32 // An unsigned 32-bit integer providing an offset to a structure of type [UCKeyToCharTableIndex](<doc://com.apple.documentation/documentation/coreservices/uckeytochartableindex>). The `'uchr'` resource requires a [UCKeyToCharTableIndex] structure, therefore this field must contain a non-zero value.
	KeyStateRecordsIndexOffset   uint32 // An unsigned 32-bit integer providing an offset to a structure of type [UCKeyStateRecordsIndex](<doc://com.apple.documentation/documentation/coreservices/uckeystaterecordsindex>), if such is used in the resource. This value may be 0 if no dead-key state records are included in the resource.
	KeyStateTerminatorsOffset    uint32 // An unsigned 32-bit integer providing an offset to a structure of type [UCKeyStateTerminators](<doc://com.apple.documentation/documentation/coreservices/uckeystateterminators>), if such is used in the resource. This value may be 0 if no dead-key state terminators are included in the resource.
	KeySequenceDataIndexOffset   uint32 // An unsigned 32-bit integer providing an offset to a structure of type [UCKeySequenceDataIndex](<doc://com.apple.documentation/documentation/coreservices/uckeysequencedataindex>), if such is used in the resource. This value may be 0 if no character key sequences are included in the resource.

}

UCKeyboardTypeHeader - Specifies a range of physical keyboard types in a `'uchr'` resource.

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/uckeyboardtypeheader

type UCTextBreakOptions

type UCTextBreakOptions = uint32

UCTextBreakOptions is specifies options for locating boundaries in Unicode text.

See: https://developer.apple.com/documentation/coreservices/uctextbreakoptions

type UCTextBreakType

type UCTextBreakType = uint32

UCTextBreakType is specifies kinds of text boundaries.

See: https://developer.apple.com/documentation/coreservices/uctextbreaktype

type UniCharArrayOffset

type UniCharArrayOffset = uint

UniCharArrayOffset is represents the boundary between two characters.

See: https://developer.apple.com/documentation/coreservices/unichararrayoffset

type UnicodeMapVersion

type UnicodeMapVersion = int32

UnicodeMapVersion is specify a Unicode mapping version.

See: https://developer.apple.com/documentation/coreservices/unicodemapversion

type UnicodeMapping

type UnicodeMapping = unsafe.Pointer

UnicodeMapping is contains information for mapping to or from Unicode encoding.

See: https://developer.apple.com/documentation/coreservices/unicodemapping

type UnicodeToTextFallbackUPP

type UnicodeToTextFallbackUPP = unsafe.Pointer

UnicodeToTextFallbackUPP is defines a universal procedure pointer to a Unicode-to-text-fallback callback function.

See: https://developer.apple.com/documentation/coreservices/unicodetotextfallbackupp

func NewUnicodeToTextFallbackUPP

func NewUnicodeToTextFallbackUPP(arg0 unsafe.Pointer) UnicodeToTextFallbackUPP

NewUnicodeToTextFallbackUPP creates a new universal procedure pointer (UPP) to a Unicode-to-textfallback callback.

See: https://developer.apple.com/documentation/coreservices/1433556-newunicodetotextfallbackupp

type UnicodeToTextInfo

type UnicodeToTextInfo = uintptr

UnicodeToTextInfo is defines a reference to an opaque Unicode to text converter object.

See: https://developer.apple.com/documentation/coreservices/unicodetotextinfo

type UnicodeToTextRunInfo

type UnicodeToTextRunInfo = uintptr

UnicodeToTextRunInfo is defines a reference to an opaque Unicode to text run information converter object.

See: https://developer.apple.com/documentation/coreservices/unicodetotextruninfo

type VLckdErr

type VLckdErr int
const (
	BadMDBErr     VLckdErr = -60
	BadMovErr     VLckdErr = -122
	DirNFErr      VLckdErr = -120
	DupFNErr      VLckdErr = -48
	ExtFSErr      VLckdErr = -58
	FBsyErr       VLckdErr = -47
	FsRnErr       VLckdErr = -59
	GfpErr        VLckdErr = -52
	NoMacDskErr   VLckdErr = -57
	NsDrvErr      VLckdErr = -56
	OpWrErr       VLckdErr = -49
	PermErr       VLckdErr = -54
	RfNumErr      VLckdErr = -51
	TmwdoErr      VLckdErr = -121
	VLckdErrValue VLckdErr = -46
	VolGoneErr    VLckdErr = -124
	VolOffLinErr  VLckdErr = -53
	VolOnLinErr   VLckdErr = -55
	WrPermErr     VLckdErr = -61
	WrgVolTypErr  VLckdErr = -123
)

func (VLckdErr) String

func (e VLckdErr) String() string

type Vm

type Vm int
const (
	VmAddressNotInFileViewErr    Vm = -647
	VmBadDriver                  Vm = -632
	VmBusyBackingFileErr         Vm = -642
	VmFileViewAccessErr          Vm = -645
	VmInvalidBackingFileIDErr    Vm = -640
	VmInvalidFileViewIDErr       Vm = -644
	VmInvalidOwningProcessErr    Vm = -648
	VmKernelMMUInitErr           Vm = -629
	VmMappingPrivilegesErr       Vm = -641
	VmMemLckdErr                 Vm = -631
	VmMorePhysicalThanVirtualErr Vm = -628
	VmNoMoreBackingFilesErr      Vm = -643
	VmNoMoreFileViewsErr         Vm = -646
	VmNoVectorErr                Vm = -633
	VmOffErr                     Vm = -630
)

func (Vm) String

func (e Vm) String() string

type VoidPtr

type VoidPtr = unsafe.Pointer

See: https://developer.apple.com/documentation/coreservices/voidptr

func InvokeThreadEntryUPP deprecated

func InvokeThreadEntryUPP(arg0 ThreadEntryUPP) VoidPtr

InvokeThreadEntryUPP.

Deprecated: Deprecated since macOS 10.7.

See: https://developer.apple.com/documentation/coreservices/1574226-invokethreadentryupp

type WSClientContext

type WSClientContext = unsafe.Pointer

WSClientContext is an optional context that can contain data you want passed to your callback.

See: https://developer.apple.com/documentation/coreservices/wsclientcontext

type WSMethodInvocationRef

type WSMethodInvocationRef uintptr

WSMethodInvocationRef is an opaque reference to a web services method invocation.

See: https://developer.apple.com/documentation/coreservices/wsmethodinvocationref

func WSMethodInvocationCreate deprecated

WSMethodInvocationCreate creates a reference to a method invocation, containing the URL of the service, the operation name, and the protocol.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1576406-wsmethodinvocationcreate

func WSMethodInvocationCreateFromSerialization deprecated

func WSMethodInvocationCreateFromSerialization(arg0 corefoundation.CFDataRef) WSMethodInvocationRef

WSMethodInvocationCreateFromSerialization creates a method invocation object from an XML serialization.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1576400-wsmethodinvocationcreatefromseri

type WSProtocolHandlerRef

type WSProtocolHandlerRef uintptr

WSProtocolHandlerRef is an opaque reference to a web services protocol handler.

See: https://developer.apple.com/documentation/coreservices/wsprotocolhandlerref

func WSProtocolHandlerCreate deprecated

WSProtocolHandlerCreate creates a WSProtocolHandlerRef for use in translating an XML document.

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1423434-wsprotocolhandlercreate

type WSTypeID

type WSTypeID = string

WSTypeID is web Services Core uses the following enumeration when serializing between Core Foundation and XML types. Because CFTypes are defined at runtime, it isn't always possible to produce a static mapping to a particular CFTypeRef. This enum and associated API allows for static determination of the expected serialization.

See: https://developer.apple.com/documentation/coreservices/wstypeid

func WSGetWSTypeIDFromCFType deprecated

func WSGetWSTypeIDFromCFType(arg0 corefoundation.CFTypeRef) WSTypeID

WSGetWSTypeIDFromCFType returns the WSTypeID associated with a given [CFTypeRef].

Deprecated: Deprecated since macOS 10.8.

See: https://developer.apple.com/documentation/coreservices/1508442-wsgetwstypeidfromcftype

type WritingCode

type WritingCode struct {
	TheScriptCode unsafe.Pointer
	TheLangCode   unsafe.Pointer
}

WritingCode

[Full Topic] [Full Topic]: https://developer.apple.com/documentation/coreservices/writingcode

type WrongApplicationPlatform

type WrongApplicationPlatform int
const (
	AppVersionTooOld              WrongApplicationPlatform = -876
	NotAppropriateForClassic      WrongApplicationPlatform = -877
	WrongApplicationPlatformValue WrongApplicationPlatform = -875
)

func (WrongApplicationPlatform) String

func (e WrongApplicationPlatform) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL