IScriptingContext::get_Server

This method retrieves the IServer interface, which exposes the properties and methods of the Server object.

HRESULT get_Server(

IServer ** ppServer

//pointer to an IServer interface pointer

);