We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2861bc3 commit 8bd73b7Copy full SHA for 8bd73b7
pkg/machine/wsl/util_windows.go
@@ -41,21 +41,6 @@ type SHELLEXECUTEINFO struct {
41
hProcess syscall.Handle
42
}
43
44
-type Luid struct {
45
- lowPart uint32
46
- highPart int32
47
-}
48
-
49
-type LuidAndAttributes struct {
50
- luid Luid
51
- attributes uint32
52
53
54
-type TokenPrivileges struct {
55
- privilegeCount uint32
56
- privileges [1]LuidAndAttributes
57
58
59
// Cleaner to refer to the official OS constant names, and consistent with syscall
60
// Ref: https://learn.microsoft.com/en-us/windows/win32/api/shellapi/ns-shellapi-shellexecuteinfow#members
61
const (
0 commit comments