InetSendShowWinCmd method (ILEADRasterInet)

Visual Basic Example

Visual C++ 5.0 Example

 

Syntax

short InetSendShowWinCmd (long nCommandID, long nWindowID, long nCmdShow);

Overview

Refer to Sending Commands and Responses

Remarks

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

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

The InetReceiveCmd event will receive the nWindowID and the nCmdShow information in the Params parameter. The nWindowID information will be in Params.ParamValue(0) and the nCmdShow information will be in Params.ParamValue(1).

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

See Also

Elements:

InetSendShowWinRsp method, InetReceiveRsp event, InetReceiveCmd event

Topics:

Working with Internet Functionality: Command Messages

 

Client-Server Diagram: Sending Commands and Responses