aboutsummaryrefslogtreecommitdiffstats
path: root/api/elevate.h
blob: 5f2cbbd58494f7d9e59b1bcf69c874687627aca5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* 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);