first commit
This commit is contained in:
12
windows/foundation/eventregistrationtoken.go
Normal file
12
windows/foundation/eventregistrationtoken.go
Normal file
@ -0,0 +1,12 @@
|
||||
// Code generated by winrt-go-gen. DO NOT EDIT.
|
||||
|
||||
//go:build windows
|
||||
|
||||
//nolint:all
|
||||
package foundation
|
||||
|
||||
const SignatureEventRegistrationToken string = "struct(Windows.Foundation.EventRegistrationToken;i8)"
|
||||
|
||||
type EventRegistrationToken struct {
|
||||
Value int64
|
||||
}
|
Reference in New Issue
Block a user