HPlogo 900 Series HP 3000 Computer Systems: MPE/iX Intrinsics Reference Manual > Chapter 4 Command Definitions

CATCLOSE

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

NM and CM callable.

Closes an application message catalog that was opened with CATOPEN.

Syntax

              I32V     U16A

   CATCLOSE(catindex,catstatus)

Parameters

catindex

32-bit signed integer by value (required)

Passes the catalog index returned by the CATOPEN intrinsic.

catstatus

16-bit unsigned integer array (required)

Returns two elements; the first element is the error number, the second element is reserved and always returns 0. The possible values of the first element returned are:

ValueMeaning
0Successful
1Close of catalog file failed
100Internal message facility error

Related Information

Intrinsics

CATOPEN, CATREAD

Commands

None

Manuals

Message Catalogs Programmer's Guide (32650-90021)

Feedback to webmaster