Historical Content Alert

This is a historical content for Windows NT 4.0 product and is presented for informative purposes only. All content in this directory is copyrighted and owned by Microsoft.

Shutdown

The ShutDown method is called by the Server Engine before the server is terminated. When ShutDown is called, the policy module should cleanup and stop. It is guaranteed that no requests will arrive after Shutdown is called.

[VB] void ShutDown(void);
[JAVA] void ShutDown(void);
[C++] HRESULT ShutDown(void);

Parameters

None.

Return Values

This method does not return a value.


Share this article: