MemoryLock.h 197 B

12345678910111213
  1. // Windows/MemoryLock.h
  2. #ifndef __WINDOWS_MEMORYLOCK_H
  3. #define __WINDOWS_MEMORYLOCK_H
  4. namespace NWindows {
  5. namespace NSecurity {
  6. bool EnableLockMemoryPrivilege(bool enable = true);
  7. }}
  8. #endif