Intermec 5055 Reference Guide

Page of 216
im_get_cursor_style
5-22
im_get_cursor_style
Purpose:
This function returns the style used to display the cursor.
Syntax:
#include "im5055.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.
Notes:
The only supported cursor style is IM_UNDERLINE.
Example
See example for im_get_display_mode.