Sandboxie/SandboxiePlus/SandMan/Helpers/WinAdmin.h

10 lines
302 B
C
Raw Normal View History

2020-07-19 21:09:02 +01:00
#pragma once
bool IsElevated();
int RunElevated(const wstring& Params, bool bGetCode = false);
int RunElevated(const wstring& binaryPath, const wstring& Params, bool bGetCode = false);
int RestartElevated(int &argc, char **argv);
bool IsAutorunEnabled();
bool AutorunEnable(bool is_enable);