InetSendSetRectCmd method (ILEADRasterInet)

Visual Basic Example

Visual C++ 5.0 Example

 

Syntax

short InetSendSetRectCmd (long nCommandID, long nWindowID, DisplayRectType RectType, long nLeft, long nTop, long nWidth, long nHeight);

Overview

Refer to Sending Commands and Responses

Remarks

(Internet only) Sends a set rectangle command to a remote computer.

The remote computer should respond by calling the InetSendSetRectRsp method in its InetReceiveCmd event.

The InetReceiveCmd event will receive the nWindowID, RectType, nLeft, nTop, nWidth and nHeight information in the Params parameter. The nWindowID information will be in Params.ParamValue(0). The DisplayRectType information will be in Params.ParamValue(1), and so forth.

When a response is received from a remote computer, the InetReceiveRsp event is triggered.

This command is only beneficial to windows that have a bitmap associated with them.

See Also

Elements:

InetSendSetRectRsp method, InetReceiveRsp event, InetReceiveCmd event

Topics:

Working with Internet Functionality: Command Messages

 

Client-Server Diagram: Sending Commands and Responses