2628412d71
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
13 lines
295 B
C
13 lines
295 B
C
/* SPDX-License-Identifier: GPL-2.0
|
|
*
|
|
* Copyright (C) 2018-2021 WireGuard LLC. All Rights Reserved.
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <Windows.h>
|
|
|
|
_Return_type_success_(return != FALSE) BOOL ElevateToSystem(void);
|
|
|
|
_Return_type_success_(return != NULL) HANDLE GetPrimarySystemTokenFromThread(void);
|