| ELZED | Documentation | The Details | API |
| lzReleaseContextThe lzReleaseContext function allows a previously locked context to be used by other threads. bool lzReleaseContext();
Parameters
Return Value | Returns TRUE if the current context is unlocked, FALSE otherwise.
While the primary context cannot be locked, calling this function on the primary context will return TRUE.
Call lzLockContext to lock the current context. |
Versions | Introduced in Elzed 2.2.0 | | This page describes the version of lzReleaseContext active in Elzed 2.5.0 (141: 2.5.0) |
See Also |
| |