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: Cyberdog Programmer's Kit / Part 3 - Cyberdog Reference
Chapter 6 - Types, Constants, and Global Functions / Global Functions


GetCyberSession

Retrieves the global session object.

pascal CyberSession* GetCyberSession (Environment* ev);
ev
A pointer to the SOM environment parameter used to pass exceptions.
return value
A pointer to the global CyberSession object or kODNULL if the CyberSession object has not yet been created.
DISCUSSION
You can call this function when you need to retrieve the global session object. You can also retrieve the global session object by calling CyberExtension::GetCyberSession method.

SEE ALSO
The CyberExtension::GetCyberSession method (page 219).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996