L_InetShutDown

#include "l_bitmap.h"
#include "ltnet.h"

L_LTNET_API L_INT L_InetShutDown(L_VOID)

Shuts down the LEADTOOLS Peer-to-Peer DLL.

Returns

SUCCESS

The function was successful.

< 1

An error occurred. Refer to Return Codes.

Comments

This function shuts down the LEADTOOLS Peer-to-Peer DLL. This must be the last function that is called to free up any memory that is associated with the Peer-to-Peer DLL. No other Peer-to-Peer function can be used after L_InetShutDown is called. If you wish to use other functions after calling this function, L_InetStartUp must be called again.

You must initialize the LEADTOOLS Peer-to-Peer DLL using L_InetStartUp 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:

L_InetStartUp, L_InetSendSound

Topics:

Peer-to-Peer Functions

Example

For an example, refer to L_InetStartUp.