im_get_cursor_style
4-14
im_get_cursor_style
Purpose
This function returns the style used to display the cursor. It is DBFS aware.
Syntax
#include "imt209x.h"
IM_CURS_TYPE im_get_cursor_style
(void);
IN Parameters
None.
OUT Parameters
None.
Return Value
This function returns a flag indicating cursor style:
IM_UNDERLINE Single underline.
IM_NO_CURSOR No cursor displayed.
im_get_cursor_xy
Purpose
This function retrieves the current cursor position. It is DBFS aware.
Syntax
#include "imt209x.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. The
bottom of the display is row 7 (when using standard font).
col Pointer to the horizontal position. The left edge of the display is column 0.
Return Value
IM_SUCCESS Success
Summary of Contents for Trakker T2090
Page 1: ...TRAKKER T2090Batch Hand HeldComputer P N 067212 003 User s Manual ...
Page 4: ......
Page 14: ......
Page 19: ...Getting Started 1 ...
Page 20: ......
Page 33: ...User Interface 2 ...
Page 34: ......
Page 55: ...Application Development 3 ...
Page 56: ......
Page 61: ...Application Functions 4 ...
Page 62: ......
Page 127: ...Reader Command Reference 5 ...
Page 128: ......
Page 145: ...Configuration Command Reference 6 ...
Page 146: ......
Page 187: ...BIOS Support 7 ...
Page 188: ......
Page 205: ...Hardware Specifications 8 ...
Page 206: ......
Page 212: ......
Page 213: ...Demo Software A ...
Page 214: ......
Page 230: ......
Page 231: ...Microsoft Visual C C Settings B ...
Page 232: ......
Page 237: ...Full ASCII Charts C ...
Page 238: ......