mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-06-18 02:59:04 +00:00
shared memory
This commit is contained in:
parent
fcd53969f1
commit
29a40ab83d
Binary file not shown.
|
@ -30,7 +30,7 @@ namespace WelsonJS
|
||||||
private IntPtr hFile;
|
private IntPtr hFile;
|
||||||
private IntPtr hFileMappingObject;
|
private IntPtr hFileMappingObject;
|
||||||
private string lpName;
|
private string lpName;
|
||||||
private static Dictionary<string, NamedSharedMemory> memDict;
|
private static Dictionary<string, NamedSharedMemory> memDict = new Dictionary<string, NamedSharedMemory>();
|
||||||
|
|
||||||
[Flags]
|
[Flags]
|
||||||
public enum FileProtection : uint
|
public enum FileProtection : uint
|
||||||
|
|
|
@ -29,7 +29,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user