mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-11 17:34:58 +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 hFileMappingObject;
|
||||
private string lpName;
|
||||
private static Dictionary<string, NamedSharedMemory> memDict;
|
||||
private static Dictionary<string, NamedSharedMemory> memDict = new Dictionary<string, NamedSharedMemory>();
|
||||
|
||||
[Flags]
|
||||
public enum FileProtection : uint
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
*/
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Windows.Forms;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user