2020-10-30 12:25:24 +01:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0
|
|
|
|
*
|
|
|
|
* Copyright (C) 2018-2020 WireGuard LLC. All Rights Reserved.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
2020-10-31 11:55:26 +01:00
|
|
|
#include <Windows.h>
|
|
|
|
|
2020-11-03 12:29:34 +01:00
|
|
|
_Return_type_success_(return != FALSE) BOOL ElevateToSystem(void);
|
2020-11-03 02:24:32 +01:00
|
|
|
|
2020-11-03 12:29:34 +01:00
|
|
|
_Return_type_success_(return != NULL) HANDLE GetPrimarySystemTokenFromThread(void);
|