Enum for specifying whether a new shared memory
segment should be created or just attach to an existing one
Namespace: VVVV.Utils.SharedMemoryAssembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871
Syntax
| C# |
|---|
public enum SharedMemoryCreationFlag |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Create | 0 | ||
| Attach | 1 |