Intermec 5055 Reference Guide

Page of 216
im_get_cursor_xy
5-23
5
im_get_cursor_xy
Purpose:
This function retrieves the current cursor position.
Syntax:
#include "im5055.h"
IM_STATUS im_get_cursor_xy
    (IM_USHORT far *row,
    IM_USHORT far *col);
IN Parameters:
None.
OUT Parameters:
row    Pointer to the vertical position. The top of the display is row 0.
col    Pointer to the horizontal position. The left edge of the display is column 0.
Return Value:
IM_OK    Success.