14 lines
197 B
C
14 lines
197 B
C
|
// Windows/MemoryLock.h
|
||
|
|
||
|
#ifndef __WINDOWS_MEMORYLOCK_H
|
||
|
#define __WINDOWS_MEMORYLOCK_H
|
||
|
|
||
|
namespace NWindows {
|
||
|
namespace NSecurity {
|
||
|
|
||
|
bool EnableLockMemoryPrivilege(bool enable = true);
|
||
|
|
||
|
}}
|
||
|
|
||
|
#endif
|