Cursor header structure
typedef struct Ph_ev_cursor_descr { unsigned short type; unsigned short length; } PhCursorDescription_t;
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:
Photon
PhCharacterCursorDescription_t, PhBitmapCursorDescription_t, PhInitDrag(), PtDndSelect(), PtInitDnd()