Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Windows/MemoryLock.h')
-rwxr-xr-xWindows/MemoryLock.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/Windows/MemoryLock.h b/Windows/MemoryLock.h
new file mode 100755
index 00000000..03a88b41
--- /dev/null
+++ b/Windows/MemoryLock.h
@@ -0,0 +1,13 @@
+// Windows/MemoryLock.h
+
+#ifndef __WINDOWS_MEMORYLOCK_H
+#define __WINDOWS_MEMORYLOCK_H
+
+namespace NWindows {
+namespace NSecurity {
+
+bool EnableLockMemoryPrivilege(bool enable = true);
+
+}}
+
+#endif