16 lines
322 B
C
16 lines
322 B
C
|
/* SPDX-License-Identifier: GPL-2.0
|
||
|
*
|
||
|
* Copyright (C) 2018-2020 WireGuard LLC. All Rights Reserved.
|
||
|
*/
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#include "api.h"
|
||
|
#include <Windows.h>
|
||
|
|
||
|
WINTUN_STATUS
|
||
|
CopyResource(
|
||
|
_In_z_ const WCHAR *DestinationPath,
|
||
|
_In_opt_ SECURITY_ATTRIBUTES *SecurityAttributes,
|
||
|
_In_z_ const WCHAR *ResourceName);
|