Concept Framework 1.0 documentation | Contents | Index |
Name | Version | Deprecated |
share_set | version 1.0 | no |
null-returned share_set(number share_handle, string buffer_value) |
share_handle | the shared memory handle as returned by share_create or share_open. |
buffer_value | the value to write in the shared memory segment |
Sets the data in the shared memory segment. The data will be copied and should NOT be bigger than the share_size of the segment. |
import standard.lib.shared |
Documented by Eduard Suica, generation time: Thu Oct 15 20:02:05 2009 GMT | (c)2009 RadGs Software |