aboutsummaryrefslogtreecommitdiffstats
path: root/tun/wintun/setupapi/types_windows_amd64.go
blob: d4dd65ca3065cd2c065992221462dc7b8b72156a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: MIT
 *
 * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
 */

package setupapi

const (
	sizeofDevInfoListDetailData uint32 = 560
	sizeofDrvInfoDetailData     uint32 = 1584
)