ClearBox Server™ v1.2 Developer's Guide

IServer::FailureShutdown

Forces ClearBox Server to perform unconditional shutdown. It may be useful when server extension encountered a critical error and cannot recover.

HRESULT FailureShutdown(
	[in] HRESULT quitError);

Parameters

quitError
[in] Error code that possibly describes the failure caused the shutdown.

Return Values

This method always returns S_OK.

Thread Safety

This method can be called from any thread.

Remarks

When this method is called, ClearBox Server stops immediately as if its service was stopped by a user.

See Also

IServer, Server services


© 2001-2003 XPerience Technologies. www.xperiencetech.com

Created by chm2web html help conversion utility.