LInet::StartUp

#include "ltwrappr.h"

L_INT LInet::StartUp(L_VOID)

Initializes the LEADTOOLS Peer-to-Peer DLL.

Returns

SUCCESS

The function was successful.

< 1

An error occurred. Refer to Return Codes.

Comments

This function initializes the LEADTOOLS Peer-to-Peer DLL. This must be the first function that is called before using any other Peer-to-Peer functions. For each call to LInet::StartUp, there needs to be a corresponding call to LInet::ShutDown.

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::ShutDown, LInet::SendSound, Class Members

Example

For an example, refer to LInet::ServerInit.