What does the parameter lpPoint in the following function mean? Thank you.
This is the coordinates of the mouse. LpPoint is a POINTAPI type. POINTAPI is a type consisting of two long integers.
Private type POINTAPI
X is the same length
as long as
End type