MPE/iX Intrinsics Reference Manual (32650-90905)
628 Chapter10
Command Definitions (QUIT-ZSIZE)
UNLOADPROC
UNLOADPROC
NM and CM callable.
Dynamically unloads a compatibility mode (CM) segmented library (SL) procedure.
Syntax
I16V
UNLOADPROC(
procid
);
Parameters
procid
16-bit signed integer by value (required)
Passes the procedure's identity number, which was obtained from the
LOADPROC call.
Condition Codes
CCE (2) Request granted.
CCG (0) Not returned.
CCL (1) Request denied. An invalid
procid
was specified.
Related Information
Manual Switch Programming Guide