IScriptingContext::get_Server

The IScriptingContext::get_Server method retrieves a pointer to the IServer interface of the Server object.

HRESULT get_Server(
  Iserver ** ppServer  //pointer to an IServer interface pointer
);
 
Parameters
ppServer
Points to an IServer interface pointer.
Remarks

You can use the IServer interface to access the methods exposed by the Server object.

See Also

IServer


© 1997 by Microsoft Corporation. All rights reserved.