DQBunpackCursor
FUNCTION

Prototype

DECLARE FUNCTION DQBunpackCursor (PacketID AS INTEGER, Cursor AS STRING)

Parameters

PacketID - Packet ID number

Cursor - 64 characters string where to hold decoded cursor data

Returns

An INTEGER value holding the unpacking results: > 0 Operation successful > 1 Datafile not yet opened > 2 Unknown packet ID number > 3 Bad password or unknown data

Description

Decodes the mouse cursor identified by specified packet ID number from the currently opened datafile, and stores it into the Cursor string, ready to be used with the DQBsetMouseShape function.

Notes:

none

Example

See DQBopenDataFile