Concept Framework 1.0 documentation | Contents | Index |
Name | Version | Deprecated |
share_create | version 1.0 | no |
number share_create(number key, number size[, boolean bReadOnly=false]) |
key | the key used to identify the shared memory segment |
size | the size of the shared memory segment |
bReadOnly | true if the segment cannot be written |
Creates a shared memory segment. In the other process you should call share_open. |
import standard.lib.shared |
Documented by Eduard Suica, generation time: Thu Oct 15 20:02:05 2009 GMT | (c)2009 RadGs Software |