Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Interapplication Communication /
Chapter 2 - Edition Manager / Subscribing to Non-Edition Files


Getting the Current Edition Opener

When you want to get the current edition opener, use the GetEditionOpenerProc function.

err := GetEditionOpenerProc(opener);
The opener parameter returns a pointer to the current edition opener. A different current opener is kept for each application. One application's opener is never called by another application.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996