Concept Framework 2.0 documentation Contents | Index

standard.lib.shared

Static library name Version Deprecated
standard.lib.shared version 1.0 no

Import library : standard.lib.shared
(you must include this at the top of your source: "import standard.lib.shared" (no quotes)


Description:
Provides Concept specific shared memory functionality. This is only for basic shared memory control, and it has limited functionality due to the portability issue.


Contained static functions:
share_create Creates a shared memory segment
share_done Closes a handle to a shared memory segment
share_get Gets the data in the shared memory segment
share_link_count Gets the links count to a shared segment
share_lock Locks the access to a shared memory segment for the current process
share_open Accesses a previously created shared memory segment
share_set Sets the data in the shared memory segment
share_size Gets the size in bytes of a shared memory segment
share_unlock Unlocks the access to a shared memory segment previously locked with share_lock




Documented by Eduard Suica, generation time: Fri Jan 21 18:06:21 2011 GMT(c)2011 RadGs Software