diff --git a/packages/windows_foundation/lib/src/internal/native_structs.g.dart b/packages/windows_foundation/lib/src/internal/native_structs.g.dart index 333e8b07..95456a7e 100644 --- a/packages/windows_foundation/lib/src/internal/native_structs.g.dart +++ b/packages/windows_foundation/lib/src/internal/native_structs.g.dart @@ -169,6 +169,20 @@ final class NativeNetworkUsageStates extends Struct { external int shared; } +final class NativePackageVersion extends Struct { + @Uint16() + external int major; + + @Uint16() + external int minor; + + @Uint16() + external int build; + + @Uint16() + external int revision; +} + final class NativePlane extends Struct { external NativeVector3 normal; diff --git a/packages/winrtgen/data/structs.json b/packages/winrtgen/data/structs.json index 12671986..e152e0f1 100644 --- a/packages/winrtgen/data/structs.json +++ b/packages/winrtgen/data/structs.json @@ -1,4 +1,5 @@ { + "Windows.ApplicationModel.PackageVersion": "Represents the package version info.", "Windows.Data.Text.TextSegment": "Identifies a sub-string of a source text string. Your app can use this structure to obtain the segment of your provided text that is identified by AlternateWordForm, SelectableWordSegment, WordSegment, or SemanticTextQuery.", "Windows.Devices.Geolocation.BasicGeoposition": "The basic information to describe a geographic position.", "Windows.Foundation.Numerics.Matrix3x2": "Describes a 3*2 floating point matrix.",