Important: The information in this document is obsolete and should not be used for new development.
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
CyberSessionobject orkODNULLif theCyberSessionobject 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 callingCyberExtension::GetCyberSessionmethod.SEE ALSO
TheCyberExtension::GetCyberSessionmethod (page 219).