| _CP_unix_env | Index Level | _CP_unlock_all |
| Syntax | int _CP_unlock(int expression) |
| Category | C Interface |
| Type | C Function |
| Description |
Equivalent to the FlashBASIC statement: unlock expression
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_all |
| Example | _CP_unlock(1); |
| Warnings | |
| Compatibility | AP 6.1 |
| _CP_unix_env | Index Level | _CP_unlock_all |