msos2.hlp (Table of Contents; Topic list)
PTRDRAWFUNCTION (1.2)
                                                      Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_DOSDEVIOCTL
 
typedef struct _PTRDRAWFUNCTION {    /* ptrdfnc */
    PFN pfnDraw;
    PCH pchDataSeg;
} PTRDRAWFUNCTION;
 
The PTRDRAWFUNCTION structure contains information about a pointer-draw
function.
 
Field       Description
────────────────────────────────────────────────────────────────────────────
 
pfnDraw     Points to the pointer-draw function.
 
pchDataSeg  Points to the data segment of the pointer-draw function.
 
See Also
 
MOU_SETPROTDRAWADDRESS, MOU_SETREALDRAWADDRESS, PTR_GETPTRDRAWADDRESS