Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

PhCursorDescription_t

Cursor header structure

Synopsis:

typedef struct Ph_ev_cursor_descr {
        unsigned short type;
        unsigned short length;
} PhCursorDescription_t;

Description:

The PhCursorDescription_t structure is used as a header for these cursor description structures:

In functions that call for a PhCursorDescription_t, you should pass in the address for the hdr structure of a populated PhCharacterCursorDescription_t or PhBitmapCursorDescription_t.

The members of PhCursorDescription_t are:

type
Defines a cursor type. See the parent structure for a description.
length
The total length of the parent cursor structure, in bytes.

Classification:

Photon

See also:

PhCharacterCursorDescription_t, PhBitmapCursorDescription_t, PhInitDrag(), PtDndSelect(), PtInitDnd()