MouGetPtrShape
MouGetPtrShape
PTRSHAPE struc
moups_cb dw ? ;total length necessary to build image
moups_col dw ? ;# of columns in mouse shape
moups_row dw ? ;number of rows in mouse shape
moups_colHot dw ? ;column coordinate of pointer image hotspot
moups_rowHot dw ? ;row coordinate of pointer image hotspot
PTRSHAPE ends
EXTRN MouGetPtrShape:FAR
INCL_MOU EQU 1
PUSH@ OTHER PtrBuffer ;Pointer shape buffer
PUSH@ OTHER PtrDefRec ;Pointer definition struct
PUSH WORD DeviceHandle ;Mouse device handle
CALL MouGetPtrShape
Returns WORD
[Back: MouGetPtrPos]
[Next: MouGetScaleFact]