InetSendLoadRsp2 method (ILEADRasterInet)

Visual Basic Example

Visual C++ 5.0 Example

 

Syntax

short InetSendLoadRsp2 (long nCommandID, long nBitmapID, long nExtraDataSize, VARIANT ExtraData, short nStatus);

Overview

Refer to Sending Commands and Responses.

Remarks

(Internet only) Sends a load response to a remote computer.

This method sends a response to a load command that was sent from a remote computer using the InetSendLoadCmd method. This response provides the remote computer with an id to be used in identifying the bitmap.

When a command request is received from a remote computer, the InetReceiveCmd2 event is triggered.

The InetReceiveRsp2 event will receive the nBitmapID information in the Params parameter. The nBitmapID information will be in Params.ParamValue(0).

See Also

Elements:

InetSendLoadCmd method, InetReceiveCmd2 event, InetReceiveRsp2 event

Topics:

Working with Internet Functionality: Response Messages

 

Client-Server Diagram: Sending Commands and Responses