derelict.carbon.coreservices

Dynamic bindings to the CoreServices framework.

Members

Aliases

Component
alias Component = void*
Undocumented in source.
ComponentInstance
alias ComponentInstance = void*
Undocumented in source.
ComponentResult
alias ComponentResult = int
Undocumented in source.
da_GetComponentInfo
alias da_GetComponentInfo = OSErr function(Component, ComponentDescription*, Handle, Handle, Handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_GetComponentInstanceStorage
alias da_GetComponentInstanceStorage = Handle function(ComponentInstance aComponentInstance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_SetComponentInstanceStorage
alias da_SetComponentInstanceStorage = void function(ComponentInstance, Handle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Classes

DerelictCoreServicesLoader
class DerelictCoreServicesLoader
Undocumented in source.

Enums

badComponentInstance
anonymousenum badComponentInstance
Undocumented in source.
coreFoundationUnknownErr
anonymousenum coreFoundationUnknownErr
Undocumented in source.
kComponentOpenSelect
anonymousenum kComponentOpenSelect
Undocumented in source.
typeSInt16
anonymousenum typeSInt16
Undocumented in source.

Functions

acquireCoreServicesFunctions
void acquireCoreServicesFunctions()
Undocumented in source. Be warned that the author may not have intended to support it.
releaseCoreServicesFunctions
void releaseCoreServicesFunctions()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

libNames
enum libNames;
Undocumented in source.
libNames
enum libNames;
Undocumented in source.

Static variables

GetComponentInfo
da_GetComponentInfo GetComponentInfo;
Undocumented in source.
GetComponentInstanceStorage
da_GetComponentInstanceStorage GetComponentInstanceStorage;
Undocumented in source.
SetComponentInstanceStorage
da_SetComponentInstanceStorage SetComponentInstanceStorage;
Undocumented in source.

Structs

ComponentDescription
struct ComponentDescription
Undocumented in source.
ComponentParameters
struct ComponentParameters
Undocumented in source.

Meta