InetSendGetMagGlassDataCmd method (ILEADRasterInet)

Visual Basic Example

Visual C++ 5.0 Example

 

Syntax

short InetSendGetMagGlassDataCmd (long nCommandID, long nBitmapID, ILEADRasterVariant * 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 InetGetMagGlassData method to get the needed data from the bitmap associated with nBitmapID and respond by calling the InetSendGetMagGlassDataRsp method in its InetReceiveCmd event.

The InetReceiveCmd 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 InetReceiveRsp event is triggered.

See Also

Elements:

InetSendGetMagGlassDataRsp method, InetReceiveRsp event, InetReceiveCmd event

Topics:

Working with Internet Functionality: Command Messages

 

Client-Server Diagram: Sending Commands and Responses