InetSendGetMagGlassDataCmd2 method (ILEADRasterInet)

Visual Basic Example

Visual C++ 5.0 Example

 

Syntax

short InetSendGetMagGlassDataCmd2 (long nCommandID, long nBitmapID, VARIANT vMaskPlane, short nMaskPlaneStart, short nMaskPlaneEnd);

Overview

Refer to Sending Commands and Responses.

Remarks

(Internet only) Sends a get Magnifying Glass data command to a remote computer.

The remote computer should call InetGetMagGlassData2 method to get the needed data from the bitmap associated with nBitmapID and respond by calling the InetSendGetMagGlassDataRsp2 method in its InetReceiveCmd2 event.

The InetReceiveCmd2 event will receive the nBitmapID, vMaskPlane, nMaskPlaneStart and nMaskPlaneEnd information in the Params parameter. The nBitmapID information will be in Params.ParamValue(0). The vMaskPlane information will be in Params.ParamValue(1), and so forth.

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

See Also

Elements:

InetSendGetMagGlassDataRsp2 method, InetReceiveRsp2 event, InetReceiveCmd2 event

Topics:

Working with Internet Functionality: Command Messages

 

Client-Server Diagram: Sending Commands and Responses