hackedteam/vector-edk

View on GitHub
vector-uefi/insyde/7zip/CPP/Windows/MemoryLock.h

Summary

Maintainability
Test Coverage
// Windows/MemoryLock.h

#ifndef __WINDOWS_MEMORYLOCK_H
#define __WINDOWS_MEMORYLOCK_H

namespace NWindows {
namespace NSecurity {

#ifndef UNDER_CE
bool EnableLockMemoryPrivilege(bool enable = true);
#endif

}}

#endif