InetSendCreateWinCmd method (ILEADRasterInet)

Visual Basic Example

Visual C++ 5.0 Example

 

Syntax

short InetSendCreateWinCmd (long nCommandID, BSTR pszClassName, BSTR pszWindowName, long ulFlags, long nLeft, long nTop, long nWidth, long nHeight, long nParentID);

Overview

Refer to Sending Commands and Responses

Remarks

(Internet only) Sends a create win command to a remote computer.

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

With this command, the local computer will signal the remote computer to create a window using the specified parameters. The window identifier will be sent in the response to this command.

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

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

See Also

Elements:

InetSendCreateWinRsp method, InetReceiveRsp event, InetReceiveCmd event

Topics:

Working with Internet Functionality: Command Messages

 

Client-Server Diagram: Sending Commands and Responses