◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── #define INCL_DOSDEVIOCTL typedef struct _PTRDRAWADDRESS { /* ptrdaddr */ USHORT reserved; PTRDRAWFUNCTION ptrdfnc; } PTRDRAWADDRESS; The PTRDRAWADDRESS structure contains information about a pointer-draw function. Field Description ──────────────────────────────────────────────────────────────────────────── reserved Reserved. ptrdfnc Specifies a PTRDRAWFUNCTION structure. See Also PTR_GETPTRDRAWADDRESS, PTRDRAWFUNCTION ♦