Intermec 5055 Reference Guide

Page of 216
im_putchar
5-48
im_putchar
Purpose:
This function places a character at the current cursor position with the specified
attribute.
Syntax:
#include "im5055.h"
IM_STATUS im_putchar
    (IM_UCHAR 
char,
    
IM_ATTRIBUTES a
ttrib
);
IN Parameters:
char    Specifies the character to be displayed
attrib    Specifies the display attribute for the character. Choose one of these constants:
IM_NORMAL    Plain text.
IM_INVERSE    Inverse color text.
IM_UNDERLINE    Underlined text.
OUT Parameters:
None.
Return Value:
This function returns one of these codes:
IM_SUCCESS    Success.
IM_INVALID_PARAM_2    Invalid attribute value.
See Also:
im_puts