Advertisement
h0x0d

Windows 10 14367 vs. 14328 WinRT API Changes

Jun 17th, 2016
515
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 6.69 KB | None | 0 0
  1.  
  2.  MetaDiff v0.1 https://github.com/WalkingCat/MetaDiff
  3.  
  4.  new files: C:\wim\14367ent\Windows\System32\WinMetadata\*
  5.  old files: d:\wim\14328-WinMetadata\*
  6.  
  7.  diff legends: +: added, -: removed, *: changed, |: type member changed
  8.  
  9. | public enum Windows.ApplicationModel.Chat.ChatMessageValidationStatus {
  10. +   ValidWithLargeMessage = 11,
  11. +   VoiceRoamingRestriction = 12,
  12. +   DataRoamingRestriction = 13,
  13. | }
  14.  
  15. | public class Windows.ApplicationModel.Core.CoreApplication {
  16. +   public static void EnablePrelaunch( bool value );
  17. | }
  18.  
  19. | public enum Windows.ApplicationModel.Store.Preview.StoreSystemFeature {
  20. +   VideoMemory1GB = 33,
  21. | }
  22.  
  23. | public enum Windows.Gaming.Input.ForceFeedback.ConditionForceEffectKind {
  24. +   Inertia = 2,
  25. -   Interia = 2,
  26. | }
  27.  
  28. | public class Windows.Gaming.Input.ForceFeedback.ConstantForceEffect {
  29. +   public ConstantForceEffect();
  30. | }
  31.  
  32. | public class Windows.Gaming.Input.ForceFeedback.RampForceEffect {
  33. +   public RampForceEffect();
  34. | }
  35.  
  36. | public class Windows.Management.Deployment.PackageManager {
  37. +   public IAsyncOperation<IVectorView<PackageVolume>> GetPackageVolumesAsync();
  38. | }
  39.  
  40. | public class Windows.Management.Deployment.PackageVolume {
  41. +   public bool IsAppxInstallSupported { get; }
  42. +   public bool IsFullTrustPackageSupported { get; }
  43. +   public IAsyncOperation<ulong> GetAvailableSpaceAsync();
  44. | }
  45.  
  46. | public class Windows.Media.MediaTimelineController {
  47. +   public MediaTimelineController();
  48. | }
  49.  
  50. | public class Windows.Media.Protection.ProtectionCapabilities {
  51. +   public ProtectionCapabilities();
  52. | }
  53.  
  54. | public class Windows.Media.Protection.PlayReady.PlayReadyLicenseAcquisitionServiceRequest {
  55. +   public Guid SessionId { get; }
  56. | }
  57.  
  58. + public class Windows.Security.Authentication.Identity.EnterpriseKeyCredentialRegistrationInfo {
  59. +   public string KeyId { get; }
  60. +   public string KeyName { get; }
  61. +   public string Subject { get; }
  62. +   public string TenantId { get; }
  63. +   public string TenantName { get; }
  64. + }
  65.  
  66. + public class Windows.Security.Authentication.Identity.EnterpriseKeyCredentialRegistrationManager {
  67. +   public EnterpriseKeyCredentialRegistrationManager Current { get; }
  68. +   public IAsyncOperation<IVectorView<EnterpriseKeyCredentialRegistrationInfo>> GetRegistrationsAsync();
  69. + }
  70.  
  71. | public class Windows.Security.Authentication.Identity.Provider.SecondaryAuthenticationFactorRegistration {
  72. +   public static IAsyncAction UpdateDeviceConfigurationDataAsync( string result, IBuffer deviceId );
  73. | }
  74.  
  75. | public enum Windows.Security.EnterpriseData.FileProtectionStatus {
  76. +   FileInUse = 10,
  77. | }
  78.  
  79. | public class Windows.Services.Store.StoreContext {
  80. +   public IAsyncOperation<IVectorView<StorePackageUpdate>> GetAppAndOptionalStorePackageUpdatesAsync();
  81. -   public IAsyncOperation<IVectorView<StorePackageUpdate>> GetAppAndSupplementalStorePackageUpdatesAsync();
  82. | }
  83.  
  84. | public class Windows.Services.Store.StorePurchaseProperties {
  85. -   public Uri ImageUri { get; set; }
  86. -   public string Description { get; set; }
  87. | }
  88.  
  89. + public enum Windows.System.LaunchFileStatus {
  90. +   Success = 0,
  91. +   AppUnavailable = 1,
  92. +   DeniedByPolicy = 2,
  93. +   FileTypeNotSupported = 3,
  94. +   Unknown = 4,
  95. + }
  96.  
  97. | public class Windows.System.Launcher {
  98. +   public static IAsyncOperation<LaunchUriStatus> LaunchUriForUserAsync( User operation, Uri user );
  99. +   public static IAsyncOperation<LaunchUriStatus> LaunchUriForUserAsync( User operation, Uri user, LauncherOptions uri );
  100. +   public static IAsyncOperation<LaunchUriStatus> LaunchUriForUserAsync( User operation, Uri user, LauncherOptions uri, ValueSet options );
  101. +   public static IAsyncOperation<LaunchUriResult> LaunchUriForResultsForUserAsync( User operation, Uri user, LauncherOptions uri );
  102. +   public static IAsyncOperation<LaunchUriResult> LaunchUriForResultsForUserAsync( User operation, Uri user, LauncherOptions uri, ValueSet options );
  103. | }
  104.  
  105. + public struct Windows.System.Profile.ProfileSharedModeContract {
  106. + }
  107.  
  108. + public class Windows.System.Profile.SharedModeSettings {
  109. +   public bool IsEnabled { get; }
  110. + }
  111.  
  112. | public enum Windows.System.RemoteSystems.RemoteSystemStatus {
  113. *   DiscoveringAvailability = 1,
  114. *   Available = 2,
  115. | }
  116.  
  117. + public class Windows.UI.Input.RadialControllerButtonClickedEventArgs {
  118. +   public RadialControllerScreenContact Contact { get; }
  119. + }
  120.  
  121. + public class Windows.UI.Input.RadialControllerControlAcquiredEventArgs {
  122. +   public RadialControllerScreenContact Contact { get; }
  123. + }
  124.  
  125. | public class Windows.UI.WebUI.WebUIApplication {
  126. +   public static void EnablePrelaunch( bool value );
  127. | }
  128.  
  129. | public enum Windows.UI.Xaml.ElementSoundMode {
  130. *   FocusOnly = 1,
  131. *   Off = 2,
  132. | }
  133.  
  134. | public enum Windows.UI.Xaml.Automation.AnnotationType {
  135. +   InsertionChange = 60011,
  136. +   DeletionChange = 60012,
  137. +   MoveChange = 60013,
  138. +   FormatChange = 60014,
  139. +   UnsyncedChange = 60015,
  140. +   EditingLockedChange = 60016,
  141. +   ExternalChange = 60017,
  142. +   ConflictingChange = 60018,
  143. +   Author = 60019,
  144. +   AdvancedProofingIssue = 60020,
  145. +   DataValidationError = 60021,
  146. +   CircularReferenceError = 60022,
  147. | }
  148.  
  149. | public class Windows.UI.Xaml.Automation.AutomationElementIdentifiers {
  150. +   public AutomationProperty FlowsFromProperty { get; }
  151. +   public AutomationProperty FlowsToProperty { get; }
  152. | }
  153.  
  154. | public class Windows.UI.Xaml.Automation.AutomationProperties {
  155. +   public DependencyProperty FlowsToProperty { get; }
  156. +   public DependencyProperty FlowsFromProperty { get; }
  157. +   public static IVector<DependencyObject> GetFlowsTo( DependencyObject value );
  158. +   public static IVector<DependencyObject> GetFlowsFrom( DependencyObject value );
  159. | }
  160.  
  161. | public class Windows.UI.Xaml.Automation.Peers.AppBarAutomationPeer : Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer {
  162. +   public WindowInteractionState InteractionState { get; }
  163. +   public bool IsModal { get; }
  164. +   public bool IsTopmost { get; }
  165. +   public bool Maximizable { get; }
  166. +   public bool Minimizable { get; }
  167. +   public WindowVisualState VisualState { get; }
  168. +   public void Close();
  169. +   public void SetVisualState( WindowVisualState state );
  170. +   public bool WaitForInputIdle( int returnValue );
  171. | }
  172.  
  173. | public class Windows.UI.Xaml.Automation.Peers.ComboBoxAutomationPeer : Windows.UI.Xaml.Automation.Peers.SelectorAutomationPeer {
  174. +   public WindowInteractionState InteractionState { get; }
  175. +   public bool IsModal { get; }
  176. +   public bool IsTopmost { get; }
  177. +   public bool Maximizable { get; }
  178. +   public bool Minimizable { get; }
  179. +   public WindowVisualState VisualState { get; }
  180. +   public void Close();
  181. +   public void SetVisualState( WindowVisualState state );
  182. +   public bool WaitForInputIdle( int returnValue );
  183. | }
  184.  
  185. | public enum Windows.Web.Http.Diagnostics.HttpDiagnosticRequestInitiator {
  186. +   CrossOriginPreFlight = 10,
  187. +   Fetch = 11,
  188. +   Beacon = 12,
  189. | }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement