Toggle navigation
Concept Framework 2.2 documentation
Contents
Index
standard.lib.shared
.share_done
share_done
is available since version 1.0.
Prototype:
null-returned share_done(number share_handle)
Parameters
share_handle
the shared memory handle as returned by
share_create
or
share_open
.
Description:
Closes a handle to a shared memory segment.
Return value:
Returns null.