InetSendCreateWinRsp method (ILEADRasterInet)

Visual Basic Example

Visual C++ 5.0 Example

 

Syntax

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

Overview

Refer to Sending Commands and Responses

Remarks

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

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

When a command request is received from a remote computer, the InetReceiveCmdevent evet is triggered.

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

See Also

Elements:

InetSendCreateWinCmd method, InetReceiveCmd event, InetReceiveRsp event

Topics:

Working with Internet Functionality: Response Messages

 

Client-Server Diagram: Sending Commands and Responses