A function identified as deprecated has been superseded and may become unsupported in the future.
(Deprecated in Mac OS X v10.3. Formerly used to initialize Launch Services; now does nothing.)
Not recommended.
OSStatus LSInit ( LSInitializeFlags inFlags );
Calling this function was formerly required in order to initialize Launch Services; it is no longer needed, however, because Launch Services is now initialized automatically the first time one of its functions is called. LSInit
now does nothing at all.
Thread-safe since Mac OS version 10.2.
LSInfo.h
(Deprecated in Mac OS X v10.3. Formerly used to terminate Launch Services; now does nothing.)
Not recommended.
OSStatus LSTerm ( void );
Calling this function was formerly required in order to terminate Launch Services; however, it is no longer needed and so should not be called. It now does nothing at all.
Thread-safe since Mac OS version 10.2.
LSInfo.h
© 2003, 2006 Apple Computer, Inc. All Rights Reserved. (Last updated: 2006-07-13)