hilite_resume_c
status.i4.v = hilite_resume_c(hilite_id.i2.v)
This routine will resume updates for a highlighting region
which was suspended by an earlier call to 'hilite_suspend_c'.
hilite_id highlighting ID returned from 'hilite_create_c'
This function returns ACNET status values as follows:
CBS_OK success
CBS_NO_SUCH couldn't find the requested highlight region
CBS_NOSETUP updates have not been suspended
This function requires the following include files:
cbslib_h, acnet_errors_h
Related functions:
hilite_suspend_c, hilite_update_c, hilite_create_c,
hilite_simple_row_create_c, hilite_delete_c, hilite_window_delete_c,
hilite_modify_save_buffer_c
C/C++ usage:
short hilite_id;
int status;
status = hilite_resume_c(hilite_id);