InetSendSizeWinCmd method (ILEADRasterInet)

Visual Basic Example

Visual C++ 5.0 Example

 

Syntax

short InetSendSizeWinCmd (long nCommandID, long nWindowID, long nLeft, long nTop, long nWidth, long nHeight);

Overview

Refer to Sending Commands and Responses

Remarks

(Internet only) Sends a size window command to a remote computer.

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

With this command, the local computer will signal the remote computer to size a window using the specified parameters.

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

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

See Also

Elements:

InetSendSizeWinRsp method, InetReceiveRsp event, InetReceiveCmd event

Topics:

Working with Internet Functionality: Command Messages

 

Client-Server Diagram: Sending Commands and Responses