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

win_privileges.h « src - github.com/windirstat/lua-winreg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5e308c7801fa5e727199726ec1048b3866ca1073 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef __WIN_PRIVILEGES_H__
#define __WIN_PRIVILEGES_H__
#ifdef  __cplusplus
extern "C" {
#endif

#include <windows.h>
BOOL win_setprivilege(const TCHAR * privilege, BOOL bEnable, HANDLE hToken);

#ifdef  __cplusplus
}
#endif
#endif //__WIN_PRIVILEGES_H__