LInet::OnDataSending

#include "ltwrappr.h"

L_INT LInet::OnDataSending(plConnection, nError)

LInet L_FAR * plConnection;

/* instance of a remote computer */

L_INT nError;

/* error code */

Overridable function that notifies a computer that queued data is being sent.

Parameter

Description

plConnection

Pointer to the instance of the remote computer that is receiving data.

nError

If no error has occurred, nError will be SUCCESS. If nError is < SUCCESS, an error has occurred.

Returns

SUCCESS

The function was successful.

< 1

An error occurred. Refer to Return Codes.

Comments

Do not delete plConnection.

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:

Class Members

Topics:

Sending and Receiving Data

Example

For an example, refer to LInet::OnDataSent.