Restores the attribute table to the saved values that are associated with the specified buffer handle.
Note: This routine is supported for native COBOL only.
Syntax:
call "CBL_SCR_RESTORE_ATTRIBUTES" using handle
returning status-code
Parameters:
|
Using call prototype (see
Key)
|
Picture
|
handle
|
cblt-pointer
|
usage pointer.
|
status-code
|
See
Library Routines - Key
|
On Entry:
handle
|
The
handle returned on the associated call to CBL_SCR_SAVE_ATTRIBUTES.
|
Comments:
This routine restores the COBOL attribute table to the saved values that are associated with handle. Resources that have been used to save the table are freed.
If the handle is null, the call is ignored. If the handle is invalid or is a handle to a table that has already been restored, results are undefined.
On return, handle is set to null in order to prevent multiple restores of the same attribute table settings.