Sandboxie/SandboxiePlus/SandMan/Helpers/WinAdmin.h

10 lines
293 B
C
Raw Normal View History

2021-10-16 16:19:51 +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);