Handbook
Glossary
LSFindApplicationForInfo ( inCreator inBundleID inName outAppRef outAppURL -- OSStatus )
Vocabulary
core-foundation
.
launch-services
Inputs
inCreator
an
object
inBundleID
an
object
inName
an
object
outAppRef
an
object
outAppURL
an
object
Outputs
OSStatus
an
object
Definition
USING:
alien.syntax
core-foundation
core-foundation.strings
core-foundation.urls
;
IN:
core-foundation.launch-services
FUNCTION:
OSStatus
LSFindApplicationForInfo
(
OSType
inCreator,
CFStringRef
inBundleID,
CFStringRef
inName, FSRef* outAppRef, CFURLRef* outAppURL )