win32api/advapi32typedef.go
2019-03-07 11:39:54 +08:00

6 lines
72 B
Go

package win32api
type TOKEN_LINKED_TOKEN struct {
LinkedToken TOKEN
}