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

win_privileges.h « src « lua-winreg « modules « src « lua « 3rdparty - github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 08cc837a8d47158f08bdd35ef78535a6227ed726 (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__