HPlogo MPE/iX Intrinsics Reference Manual > Chapter 4 Command Definitions (ABORTSESS - FCLOSE)

CATCLOSE

MPE documents

Complete PDF
Table of Contents
Index

Edition 7 E0701
Edition 7 E0300 ♥
Edition 6 E0195

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:

Value

Meaning

0

Successful

1

Close of catalog file failed

100

Internal message facility error

Related Information


Intrinsics

CATOPEN, CATREAD

Manual

Message Catalogs Programmer's Guide




CALENDAR


CATOPEN