PhCursorDescription_t
![]() |
![]() |
![]() |
![]() |
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:
- PhCharacterCursorDescription_t -- a character cursor structure
- PhBitmapCursorDescription_t -- a bitmap cursor structure
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()
![]() |
![]() |
![]() |
![]() |
![[Previous]](../prev.gif)
![[Contents]](../contents.gif)
![[Index]](../keyword_index.gif)
![[Next]](../next.gif)