InetSendFreeBitmapCmd method (ILEADRasterInet)

Visual Basic Example

Visual C++ 5.0 Example

 

Syntax

short InetSendFreeBitmapCmd (long nCommandID, long nBitmapID);

Overview

Refer to Sending Commands and Responses

Remarks

(Internet only) Sends a free bitmap command to a remote computer.

The remote computer should free the bitmap associated with nBitmapID and respond by calling the InetSendFreeBitmapRsp method in its InetReceiveCmd event.

The InetReceiveCmd event will receive the nBitmapID information in the Params parameter. The nBitmapID information will be in Params.ParamValue(0).

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

See Also

Elements:

InetSendFreeBitmapRsp method, InetReceiveRsp event, InetReceiveCmd event

Topics:

Working with Internet Functionality: Command Messages

 

Client-Server Diagram: Sending Commands and Responses