Files
easy7zip/CPP/Windows/MemoryLock.h
Igor Pavlov 173c07e166 4.59 beta
2016-05-28 00:15:56 +01:00

14 lines
196 B
C++
Executable File

// Windows/MemoryLock.h
#ifndef __WINDOWS_MEMORYLOCK_H
#define __WINDOWS_MEMORYLOCK_H
namespace NWindows {
namespace NSecurity {
bool EnableLockMemoryPrivilege(bool enable = true);
}}
#endif