UnlockRexxBase(resource)
VOID UnlockRexxBase(ULONG)
Releases the specified resource in the ARexx library base.
Currently, only ZERO resource type is available. You *MUST* make sure that you do not call this function with an undefined value as it may become defined at some future date and cause unwanted behavior. You *MUST* make sure that you only call this function after a matching call to
LockRexxBase() was made.