InetSendCloseWinCmd method (ILEADRasterInet)

Visual Basic Example

Visual C++ 5.0 Example

 

Syntax

short InetSendCloseWinCmd (long nCommandID, long nWindowID);

Overview

Refer to Sending Commands and Responses

Remarks

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

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

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

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

See Also

Elements:

InetSendCloseWinRsp method, InetReceiveRsp event, InetReceiveCmd event

Topics:

Working with Internet Functionality: Command Messages

 

Client-Server Diagram: Sending Commands and Responses