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
CyberSession
object orkODNULL
if theCyberSession
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 callingCyberExtension::GetCyberSession
method.SEE ALSO
TheCyberExtension::GetCyberSession
method (page 219).