Welcome to mirror list, hosted at ThFree Co, Russian Federation.

MemoryLock.h « Windows - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 03a88b415f82f70da0393e59369e617f1e583d39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Windows/MemoryLock.h

#ifndef __WINDOWS_MEMORYLOCK_H
#define __WINDOWS_MEMORYLOCK_H

namespace NWindows {
namespace NSecurity {

bool EnableLockMemoryPrivilege(bool enable = true);

}}

#endif