LInet::StartUp

#include "ltwrappr.h"

L_INT LInet::StartUp(L_VOID)

Initializes the LEADTOOLS Internet DLL.

Returns

SUCCESS

The function was successful.

< 1

An error occurred. Refer to Return Codes.

Comments

This function initializes the LEADTOOLS Internet DLL. This must be the first function that is called before using any other Internet 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.