InetSendCloseWinRsp method (ILEADRasterInet)

Visual Basic Example

Visual C++ 5.0 Example

 

Syntax

short InetSendCloseWinRsp (long nCommandID, long nExtraDataSize, ILEADRasterVariant * ExtraData, short nStatus);

Overview

Refer to Sending Commands and Responses

Remarks

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

This method sends a response to a command that was sent from a remote computer using the InetSendCloseWinCmd method.

When a command request is received from a remote computer, the InetReceiveCmd event is triggered.

See Also

Elements:

InetSendCloseWinCmd method, InetReceiveCmd event, InetReceiveRsp event

Topics:

Working with Internet Functionality: Response Messages

 

Client-Server Diagram: Sending Commands and Responses