13 lines
257 B
Go
13 lines
257 B
Go
// 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
|
|
}
|