_CP_unlock_all

_CP_unlock_all


_CP_unlock Index Level _CP_weof
Syntax int _CP_unlock_all()
Category C Interface
Type C Function
Description equivalent to the FlashBASIC statement: unlock

This function returns -1 if an error occurs. The error code is contained in _CP_errno.
Options
See Also C Functions introduction _CP_lock _CP_unlock
Example The following example releases all basic locks owned by the current process.

_CP_unlock_all();
Warnings
Compatibility AP 6.1
_CP_unlock Index Level _CP_weof