Enum for specifying whether a new shared memory segment should be created or just attach to an existing one

Namespace: VVVV.Utils.SharedMemory
Assembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871

Syntax

C#
public enum SharedMemoryCreationFlag

Members

Member nameValueDescription
Create0
Attach1

See Also