CBL_NLS_CLOSE_MSG_FILE
Closes a National Language Support (NLS) message file.
Syntax:
call "CBL_NLS_CLOSE_MSG_FILE" using msg-file-handle
returning status-code
Parameters:
On Entry:
msg-file-handle |
The identifying handle returned when the message file was opened. |
On Exit:
status-code |
Indicates whether the routine was successful:
0 |
Success |
404 |
Invalid msg-file-handle | |
Comments:
This routine enables you to close a National Language Support (NLS) message
file that had been previously opened using the CBL_NLS_OPEN_MSG_FILE routine.
See Also: