Share via


IScriptingContext::get_Session

The IScriptingContext::get_Session method retrieves a pointer to the ISessionObject interface of the Session Object object.

HRESULT get_Session(

**ISessionObject ****ppSession // pointer to an ISessionObject

// interface pointer

);

Parameters
  • ppSession
    [retval] [out] Points to an ISessionObject interface pointer.
Remarks

You can use the ISessionObject interface to access variables and objects that have been given session scope.

See Also

ISessionObject C++ Interface