InetSendSizeWinCmd method (ILEADRasterInet)
short InetSendSizeWinCmd (long nCommandID, long nWindowID, long nLeft, long nTop, long nWidth, long nHeight); | |
Overview |
Refer to Sending Commands and Responses |
Remarks
(Internet only) Sends a size window command to a remote computer.
The remote computer should respond by calling the InetSendSizeWinRsp method in its InetReceiveCmd event.
With this command, the local computer will signal the remote computer to size a window using the specified parameters.
When a response is received from a remote computer, the InetReceiveRsp event is triggered.
The InetReceiveCmd event will receive the nWindowID, nLeft, nTop, nWidth and nHeight information in the Params parameter. The nWindowID information will be in Params.ParamValue(0). The nLeft information will be in Params.ParamValue(1), and so forth.
See Also
Elements: |
InetSendSizeWinRsp method, InetReceiveRsp event, InetReceiveCmd event |
Topics: |
|
|