Home | History | Annotate | Download | only in Windows
      1 // Windows/MemoryLock.h
      2 
      3 #ifndef __WINDOWS_MEMORYLOCK_H
      4 #define __WINDOWS_MEMORYLOCK_H
      5 
      6 namespace NWindows {
      7 namespace NSecurity {
      8 
      9 #ifndef UNDER_CE
     10 bool EnableLockMemoryPrivilege(bool enable = true);
     11 #endif
     12 
     13 }}
     14 
     15 #endif
     16