a1200   NEWS   APPS   DOCS   ABOUT
a1200
----
a1200
----
Autodocs
 Libraries:
 rexxsyslib.library
  ClearRexxMsg
  CreateArgstring
  CreateRexxMsg
  DeleteArgstring
  DeleteRexxMsg
  FillRexxMsg
  IsRexxMsg
  LengthArgstring
  LockRexxBase
  UnlockRexxBase
Include
GuruMeditation
Docs » Autodocs » rexxsyslib.library » UnlockRexxBase

NAME

	UnlockRexxBase - Release a semaphore lock on the RexxBase structure

SYNOPSIS

	UnlockRexxBase(resource)
D0
VOID UnlockRexxBase(ULONG);

FUNCTION

	Releases the specified resource in the ARexx library base.

INPUTS

	resource - A manifest constant defining which resource to unlock.
This value *MUST* match the value used in the matching
LockRexxBase() call.

NOTES

	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.

SEE ALSO

LockRexxBase()

BUGS

Comments

Name:
E-mail: Use this if you want a message if you get a response, will not be shown.
Comment:
Select correct short for:

Tristar & Red Sector Inc.

TRSI
ANA
AOA
TSL

Comments:

$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se