InetSendCloseWinCmd method (ILEADRasterInet)
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: |
|
|