Docs » Autodocs » intuition.library » UnlockIBase
UnlockIBase -- Surrender an Intuition lock gotten by LockIBase().
UnlockIBase( Lock ) A0 VOID UnlockIBase( ULONG );
Surrenders lock gotten by LockIBase(). Calling this function when you do not own the specified lock will immediately crash the system.
The value returned by LockIBase() should be passed to this function, to specify which internal lock is to be freed. Note that the parameter is passed in A0, not D0, for historical reasons.
None
LockIBase()
|