NM and CM callable.
The UNLOCKGLORIN intrinsic unlocks a global resource identification
number (RIN) that was locked with the LOCKGLORIN intrinsic.
Syntax |
 |
I16V
UNLOCKGLORIN(rinnum);
|
Parameters |
 |
- rinnum
16-bit signed integer by value (required)
Passes the number of any RIN locked by the calling process.
If rinnum does not specify a RIN locked by the calling process,
no action is taken.
Condition Codes |
 |
- CCE (2)
Request granted.
- CCG (0)
Request denied. This RIN was not locked by this process.
- CCL (1)
Request denied. The specified RIN was not allocated.
Related Information |
 |
- Intrinsics
None
- Commands
None
- Manuals
Resource Management Programmer's Guide (32650-90024)