sw_latt()

Sets the logical attribute array to be used with the window

Call
#include <vv_sys.h>
void sw_latt(latt_array, wnp)

UCHAR latt_array[]

Logical attribute array

WINDOWPTR wnp Pointer to a window
latt_array[]: Specify a logical attribute array to use for the window. If you specify NULLP, the system logical attribute array will be used.
Returns

None

Description

sw_latt() sets the logical attribute array member of the window structure to the specified table. The specified logical attribute table will be used for all output to the window. The default is NULLP.

Cautions

sw_latt() is a macro and does no error checking. Macros are not listed by the VCS error reporting system.


Home Contents Previous Next