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