InetSendSaveCmd method (ILEADRasterInet)

Visual Basic Example

Visual C++ 5.0 Example

 

Syntax

short InetSendSaveCmd (long nCommandID, long nBitmapID, BSTR pszFile, short nFormat, short nBitsPerPixel, short nQFactor, VARIANT_BOOL bSaveMulti);

Overview

Refer to Sending Commands and Responses

Remarks

(Internet only) Sends a save command to a remote computer.

The remote computer should respond by calling the InetSendSaveRsp method in its InetReceiveCmd event.

With this command, the local computer will signal the remote computer to save a bitmap.

When a response is received from a remote computer, the InetReceiveRsp event is triggered.

The InetReceiveCmd event will receive the nBitmapID, pszFile, nFormat, nBitsPerPixel, nQFactor and bSaveMulti information in the Params parameter. The nBitmapID information will be in Params.ParamValue(0). The pszFile information will be in Params.ParamValue(1), the nFormat information will be in Params.ParamValue(2), and so forth.

See Also

Elements:

InetSendSaveRsp method, InetReceiveRsp event, InetReceiveCmd event

Topics:

Working with Internet Functionality: Command Messages

 

Client-Server Diagram: Sending Commands and Responses