LInet::ServerShutDown

#include "ltwrappr.h"

virtual L_INT LInet::ServerShutDown(L_VOID)

Closes the server and all its connections.

Returns

SUCCESS

The function was successful.

< 1

An error occurred. Refer to Return Codes.

Comments

All client connections will be closed.

You must initialize the LEADTOOLS Internet DLL using LInet::StartUp before calling this function.

Required DLLs and Libraries

LTNET

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

See Also

Functions:

LInet::Connect, LInet::ServerInit, LInet::StartUp, LInet::ShutDown, LInet::SendData, Class Members

Example

For an example, refer to LInet::ServerInit.