GetCursorPos

This method returns the position of the cursor in the presentation space for the connection associated with the ECLPS object. There are two signatures for the GetCursorPos method. Using ULONG GetCursorPos(), the position is returned as a linear (1-based) position. With void GetCursorPos(ULONG *Row, ULONG * Col), the position is returned as a row and column coordinate.