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