equal
deleted
inserted
replaced
|
1 // Windows/MemoryLock.h |
|
2 |
|
3 #ifndef __WINDOWS_MEMORYLOCK_H |
|
4 #define __WINDOWS_MEMORYLOCK_H |
|
5 |
|
6 namespace NWindows { |
|
7 namespace NSecurity { |
|
8 |
|
9 bool EnableLockMemoryPrivilege(bool enable = true); |
|
10 |
|
11 }} |
|
12 |
|
13 #endif |