Type POINTAPI x As Long y As Long End Type
POINTAPI-type variables hold a point's coordinates. This type is used throughout the API for storing a point.
Used by: GetCursorPos, MoveToEx Back to the index.