wintun/api/elevate.h

14 lines
217 B
C
Raw Normal View History

/* SPDX-License-Identifier: GPL-2.0
*
* Copyright (C) 2018-2020 WireGuard LLC. All Rights Reserved.
*/
#pragma once
#include <Windows.h>
BOOL
ElevateToSystem(void);
HANDLE
GetPrimarySystemTokenFromThread(void);