| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
SharedMemory.Exists
Checks whether shared memory exists.
| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
| SharedMemory | 10.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
MBS( "SharedMemory.Exists"; Name ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| Name | The name of the shared memory object. | "test" |
Result
Returns 1, 0 or error.
Description
Checks whether shared memory exists.Examples
Check if shared memory object named test exists:
MBS( "SharedMemory.Exists"; "test" )
Example result: 0
Example result: 0
Blog Entries
This function checks for a license.
Created 2nd February 2020, last changed 2nd February 2020