HPlogo MPE/iX Intrinsics Reference Manual > Chapter 10 Command Definitions (QUIT-ZSIZE)

UNLOCKLOCRIN

MPE documents

Complete PDF
Table of Contents
Index

Edition 7 E0701 ♥
Edition 7 E0300
Edition 6 E0195

NM and CM callable.

The UNLOCKLOCRIN intrinsic unlocks a local resource identification number (RIN) that was locked by the LOCKLOCRIN intrinsic.

Syntax



                I16V
  UNLOCKLOCRIN (rinnum);

Parameters


rinnum

16-bit signed integer by value (required)

Passes the locked RIN, designated by an integer from 1 to the value specified in the rincount parameter of the GETLOCRIN intrinsic call.

Condition Codes


CCE (2)Request granted.
CCG (0)Request denied. The RIN specified is not locked by the calling process.
CCL (1)Request denied. The specified RIN is not allocated to this process.

Related Information


Intrinsics FREELOCRIN, GETLOCRIN, LOCKLOCRIN, LOCRINOWNER, LOCKGLORIN, UNLOCKGLORIN
Manuals Resource Management Programmer's Guide




UNLOCKGLORIN


WHO