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);
None.
This method does not return a value.
Windows NT: Requires version 5.0 or later (or version 4.0 with the Windows NT 4.0 Option Pack).
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in certpol.h.
Import Library: Use certidl.lib.