win32more-Microsoft.WindowsAppSDK 0.6.1.7.250310001__py2.py3-none-any.whl → 0.7.1.7.251107005__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- win32more/Microsoft/Foundation/__init__.py +1 -1
- win32more/Microsoft/Graphics/DirectX/__init__.py +1 -1
- win32more/Microsoft/Graphics/Display/__init__.py +9 -9
- win32more/Microsoft/Graphics/Imaging/__init__.py +77 -0
- win32more/Microsoft/Security/Authentication/OAuth/__init__.py +111 -111
- win32more/Microsoft/UI/Composition/Core/__init__.py +3 -3
- win32more/Microsoft/UI/Composition/Diagnostics/__init__.py +1 -1
- win32more/Microsoft/UI/Composition/Effects/__init__.py +3 -3
- win32more/Microsoft/UI/Composition/Interactions/__init__.py +1 -1
- win32more/Microsoft/UI/Composition/Scenes/__init__.py +10 -10
- win32more/Microsoft/UI/Composition/SystemBackdrops/__init__.py +8 -8
- win32more/Microsoft/UI/Composition/__init__.py +134 -134
- win32more/Microsoft/UI/Content/__init__.py +39 -39
- win32more/Microsoft/UI/Dispatching/__init__.py +11 -11
- win32more/Microsoft/UI/Input/DragDrop/__init__.py +7 -7
- win32more/Microsoft/UI/Input/Interop/__init__.py +1 -1
- win32more/Microsoft/UI/Input/__init__.py +103 -99
- win32more/Microsoft/UI/System/__init__.py +5 -5
- win32more/Microsoft/UI/Text/__init__.py +30 -30
- win32more/Microsoft/UI/Windowing/__init__.py +27 -27
- win32more/Microsoft/UI/Xaml/Automation/Peers/__init__.py +56 -55
- win32more/Microsoft/UI/Xaml/Automation/Provider/__init__.py +19 -19
- win32more/Microsoft/UI/Xaml/Automation/Text/__init__.py +1 -1
- win32more/Microsoft/UI/Xaml/Automation/__init__.py +41 -41
- win32more/Microsoft/UI/Xaml/Controls/AnimatedVisuals/__init__.py +17 -17
- win32more/Microsoft/UI/Xaml/Controls/Primitives/__init__.py +108 -107
- win32more/Microsoft/UI/Xaml/Controls/__init__.py +744 -744
- win32more/Microsoft/UI/Xaml/Data/__init__.py +31 -30
- win32more/Microsoft/UI/Xaml/Documents/__init__.py +38 -37
- win32more/Microsoft/UI/Xaml/Hosting/__init__.py +7 -7
- win32more/Microsoft/UI/Xaml/Input/__init__.py +38 -31
- win32more/Microsoft/UI/Xaml/Interop/__init__.py +3 -3
- win32more/Microsoft/UI/Xaml/Markup/__init__.py +19 -17
- win32more/Microsoft/UI/Xaml/Media/Animation/__init__.py +111 -109
- win32more/Microsoft/UI/Xaml/Media/Imaging/__init__.py +11 -11
- win32more/Microsoft/UI/Xaml/Media/Media3D/__init__.py +2 -1
- win32more/Microsoft/UI/Xaml/Media/__init__.py +34 -28
- win32more/Microsoft/UI/Xaml/Navigation/__init__.py +1 -1
- win32more/Microsoft/UI/Xaml/Printing/__init__.py +7 -7
- win32more/Microsoft/UI/Xaml/Resources/__init__.py +3 -3
- win32more/Microsoft/UI/Xaml/Shapes/__init__.py +1 -1
- win32more/Microsoft/UI/Xaml/XamlTypeInfo/__init__.py +2 -2
- win32more/Microsoft/UI/Xaml/__init__.py +190 -186
- win32more/Microsoft/UI/__init__.py +8 -5
- win32more/Microsoft/Windows/AI/ContentSafety/__init__.py +197 -0
- win32more/Microsoft/Windows/AI/Imaging/__init__.py +366 -0
- win32more/Microsoft/Windows/AI/Text/__init__.py +261 -0
- win32more/Microsoft/Windows/AI/__init__.py +49 -0
- win32more/Microsoft/Windows/AppLifecycle/__init__.py +21 -21
- win32more/Microsoft/Windows/AppNotifications/Builder/__init__.py +99 -99
- win32more/Microsoft/Windows/AppNotifications/__init__.py +45 -45
- win32more/Microsoft/Windows/ApplicationModel/Background/UniversalBGTask/__init__.py +1 -1
- win32more/Microsoft/Windows/ApplicationModel/Background/__init__.py +7 -7
- win32more/Microsoft/Windows/ApplicationModel/DynamicDependency/__init__.py +22 -21
- win32more/Microsoft/Windows/ApplicationModel/Resources/__init__.py +59 -59
- win32more/Microsoft/Windows/ApplicationModel/WindowsAppRuntime/__init__.py +32 -7
- win32more/Microsoft/Windows/BadgeNotifications/__init__.py +1 -1
- win32more/Microsoft/Windows/Globalization/__init__.py +9 -9
- win32more/Microsoft/Windows/Management/Deployment/__init__.py +86 -85
- win32more/Microsoft/Windows/Media/Capture/__init__.py +1 -1
- win32more/Microsoft/Windows/PushNotifications/__init__.py +6 -5
- win32more/Microsoft/Windows/Security/AccessControl/__init__.py +7 -6
- win32more/Microsoft/Windows/Storage/__init__.py +27 -27
- win32more/Microsoft/Windows/System/Power/__init__.py +23 -12
- win32more/Microsoft/Windows/System/__init__.py +15 -15
- win32more/Microsoft/Windows/Widgets/Feeds/Providers/__init__.py +65 -65
- win32more/Microsoft/Windows/Widgets/Notifications/__init__.py +25 -25
- win32more/Microsoft/Windows/Widgets/Providers/__init__.py +91 -67
- win32more/Microsoft/Windows/Widgets/__init__.py +2 -2
- win32more/Microsoft/Windows/Workloads/__init__.py +11 -0
- win32more/appsdk/versioninfo.py +1 -1
- win32more/dll/arm64/Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll +0 -0
- win32more/dll/arm64/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
- win32more/dll/x64/Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll +0 -0
- win32more/dll/x64/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
- win32more/dll/x86/Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll +0 -0
- win32more/dll/x86/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
- win32more_microsoft_windowsappsdk-0.7.1.7.251107005.dist-info/METADATA +6 -0
- win32more_microsoft_windowsappsdk-0.7.1.7.251107005.dist-info/RECORD +81 -0
- {win32more_microsoft_windowsappsdk-0.6.1.7.250310001.dist-info → win32more_microsoft_windowsappsdk-0.7.1.7.251107005.dist-info}/licenses/LICENSE (Microsoft.WindowsAppSDK).txt +1 -1
- win32more_microsoft_windowsappsdk-0.6.1.7.250310001.dist-info/METADATA +0 -6
- win32more_microsoft_windowsappsdk-0.6.1.7.250310001.dist-info/RECORD +0 -75
- {win32more_microsoft_windowsappsdk-0.6.1.7.250310001.dist-info → win32more_microsoft_windowsappsdk-0.7.1.7.251107005.dist-info}/WHEEL +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
from __future__ import annotations
|
|
2
|
-
from win32more.
|
|
2
|
+
from win32more._prelude import *
|
|
3
3
|
import win32more.Microsoft.Windows.Widgets
|
|
4
4
|
import win32more.Microsoft.Windows.Widgets.Providers
|
|
5
5
|
import win32more.Windows.Foundation
|
|
@@ -12,11 +12,11 @@ class IWidgetActionInvokedArgs(ComPtr):
|
|
|
12
12
|
@winrt_commethod(6)
|
|
13
13
|
def get_WidgetContext(self) -> win32more.Microsoft.Windows.Widgets.Providers.WidgetContext: ...
|
|
14
14
|
@winrt_commethod(7)
|
|
15
|
-
def get_Verb(self) ->
|
|
15
|
+
def get_Verb(self) -> hstr: ...
|
|
16
16
|
@winrt_commethod(8)
|
|
17
|
-
def get_Data(self) ->
|
|
17
|
+
def get_Data(self) -> hstr: ...
|
|
18
18
|
@winrt_commethod(9)
|
|
19
|
-
def get_CustomState(self) ->
|
|
19
|
+
def get_CustomState(self) -> hstr: ...
|
|
20
20
|
CustomState = property(get_CustomState, None)
|
|
21
21
|
Data = property(get_Data, None)
|
|
22
22
|
Verb = property(get_Verb, None)
|
|
@@ -28,7 +28,7 @@ class IWidgetAnalyticsInfoReportedArgs(ComPtr):
|
|
|
28
28
|
@winrt_commethod(6)
|
|
29
29
|
def get_WidgetContext(self) -> win32more.Microsoft.Windows.Widgets.Providers.WidgetContext: ...
|
|
30
30
|
@winrt_commethod(7)
|
|
31
|
-
def get_AnalyticsJson(self) ->
|
|
31
|
+
def get_AnalyticsJson(self) -> hstr: ...
|
|
32
32
|
AnalyticsJson = property(get_AnalyticsJson, None)
|
|
33
33
|
WidgetContext = property(get_WidgetContext, None)
|
|
34
34
|
class IWidgetContext(ComPtr):
|
|
@@ -36,9 +36,9 @@ class IWidgetContext(ComPtr):
|
|
|
36
36
|
_classid_ = 'Microsoft.Windows.Widgets.Providers.IWidgetContext'
|
|
37
37
|
_iid_ = Guid('{903c518b-40bc-5bc6-88f7-af9d81c0cdc1}')
|
|
38
38
|
@winrt_commethod(6)
|
|
39
|
-
def get_Id(self) ->
|
|
39
|
+
def get_Id(self) -> hstr: ...
|
|
40
40
|
@winrt_commethod(7)
|
|
41
|
-
def get_DefinitionId(self) ->
|
|
41
|
+
def get_DefinitionId(self) -> hstr: ...
|
|
42
42
|
@winrt_commethod(8)
|
|
43
43
|
def get_Size(self) -> win32more.Microsoft.Windows.Widgets.WidgetSize: ...
|
|
44
44
|
@winrt_commethod(9)
|
|
@@ -61,7 +61,7 @@ class IWidgetCustomizationRequestedArgs(ComPtr):
|
|
|
61
61
|
@winrt_commethod(6)
|
|
62
62
|
def get_WidgetContext(self) -> win32more.Microsoft.Windows.Widgets.Providers.WidgetContext: ...
|
|
63
63
|
@winrt_commethod(7)
|
|
64
|
-
def get_CustomState(self) ->
|
|
64
|
+
def get_CustomState(self) -> hstr: ...
|
|
65
65
|
CustomState = property(get_CustomState, None)
|
|
66
66
|
WidgetContext = property(get_WidgetContext, None)
|
|
67
67
|
class IWidgetErrorInfoReportedArgs(ComPtr):
|
|
@@ -71,7 +71,7 @@ class IWidgetErrorInfoReportedArgs(ComPtr):
|
|
|
71
71
|
@winrt_commethod(6)
|
|
72
72
|
def get_WidgetContext(self) -> win32more.Microsoft.Windows.Widgets.Providers.WidgetContext: ...
|
|
73
73
|
@winrt_commethod(7)
|
|
74
|
-
def get_ErrorJson(self) ->
|
|
74
|
+
def get_ErrorJson(self) -> hstr: ...
|
|
75
75
|
ErrorJson = property(get_ErrorJson, None)
|
|
76
76
|
WidgetContext = property(get_WidgetContext, None)
|
|
77
77
|
class IWidgetInfo(ComPtr):
|
|
@@ -81,11 +81,11 @@ class IWidgetInfo(ComPtr):
|
|
|
81
81
|
@winrt_commethod(6)
|
|
82
82
|
def get_WidgetContext(self) -> win32more.Microsoft.Windows.Widgets.Providers.WidgetContext: ...
|
|
83
83
|
@winrt_commethod(7)
|
|
84
|
-
def get_Template(self) ->
|
|
84
|
+
def get_Template(self) -> hstr: ...
|
|
85
85
|
@winrt_commethod(8)
|
|
86
|
-
def get_Data(self) ->
|
|
86
|
+
def get_Data(self) -> hstr: ...
|
|
87
87
|
@winrt_commethod(9)
|
|
88
|
-
def get_CustomState(self) ->
|
|
88
|
+
def get_CustomState(self) -> hstr: ...
|
|
89
89
|
@winrt_commethod(10)
|
|
90
90
|
def get_LastUpdateTime(self) -> win32more.Windows.Foundation.DateTime: ...
|
|
91
91
|
CustomState = property(get_CustomState, None)
|
|
@@ -100,6 +100,13 @@ class IWidgetInfo2(ComPtr):
|
|
|
100
100
|
@winrt_commethod(6)
|
|
101
101
|
def get_IsPlaceholderContent(self) -> Boolean: ...
|
|
102
102
|
IsPlaceholderContent = property(get_IsPlaceholderContent, None)
|
|
103
|
+
class IWidgetInfo3(ComPtr):
|
|
104
|
+
extends: IInspectable
|
|
105
|
+
_classid_ = 'Microsoft.Windows.Widgets.Providers.IWidgetInfo3'
|
|
106
|
+
_iid_ = Guid('{965538cd-289d-54ab-916e-9315ebf97ea4}')
|
|
107
|
+
@winrt_commethod(6)
|
|
108
|
+
def get_Rank(self) -> Int32: ...
|
|
109
|
+
Rank = property(get_Rank, None)
|
|
103
110
|
class IWidgetManager(ComPtr):
|
|
104
111
|
extends: IInspectable
|
|
105
112
|
_classid_ = 'Microsoft.Windows.Widgets.Providers.IWidgetManager'
|
|
@@ -107,19 +114,19 @@ class IWidgetManager(ComPtr):
|
|
|
107
114
|
@winrt_commethod(6)
|
|
108
115
|
def UpdateWidget(self, widgetUpdateRequestOptions: win32more.Microsoft.Windows.Widgets.Providers.WidgetUpdateRequestOptions) -> Void: ...
|
|
109
116
|
@winrt_commethod(7)
|
|
110
|
-
def GetWidgetIds(self) -> ReceiveArray[
|
|
117
|
+
def GetWidgetIds(self) -> ReceiveArray[hstr]: ...
|
|
111
118
|
@winrt_commethod(8)
|
|
112
|
-
def GetWidgetInfo(self, widgetId:
|
|
119
|
+
def GetWidgetInfo(self, widgetId: hstr) -> win32more.Microsoft.Windows.Widgets.Providers.WidgetInfo: ...
|
|
113
120
|
@winrt_commethod(9)
|
|
114
121
|
def GetWidgetInfos(self) -> ReceiveArray[win32more.Microsoft.Windows.Widgets.Providers.WidgetInfo]: ...
|
|
115
122
|
@winrt_commethod(10)
|
|
116
|
-
def DeleteWidget(self, widgetId:
|
|
123
|
+
def DeleteWidget(self, widgetId: hstr) -> Void: ...
|
|
117
124
|
class IWidgetManager2(ComPtr):
|
|
118
125
|
extends: IInspectable
|
|
119
126
|
_classid_ = 'Microsoft.Windows.Widgets.Providers.IWidgetManager2'
|
|
120
127
|
_iid_ = Guid('{55c65a27-8845-406c-9ee1-1e79f0556bef}')
|
|
121
128
|
@winrt_commethod(6)
|
|
122
|
-
def SendMessageToContent(self, widgetId:
|
|
129
|
+
def SendMessageToContent(self, widgetId: hstr, message: hstr) -> Void: ...
|
|
123
130
|
class IWidgetManagerStatics(ComPtr):
|
|
124
131
|
extends: IInspectable
|
|
125
132
|
_classid_ = 'Microsoft.Windows.Widgets.Providers.IWidgetManagerStatics'
|
|
@@ -133,7 +140,7 @@ class IWidgetMessageReceivedArgs(ComPtr):
|
|
|
133
140
|
@winrt_commethod(6)
|
|
134
141
|
def get_WidgetContext(self) -> win32more.Microsoft.Windows.Widgets.Providers.WidgetContext: ...
|
|
135
142
|
@winrt_commethod(7)
|
|
136
|
-
def get_Message(self) ->
|
|
143
|
+
def get_Message(self) -> hstr: ...
|
|
137
144
|
Message = property(get_Message, None)
|
|
138
145
|
WidgetContext = property(get_WidgetContext, None)
|
|
139
146
|
class IWidgetProvider(ComPtr):
|
|
@@ -143,7 +150,7 @@ class IWidgetProvider(ComPtr):
|
|
|
143
150
|
@winrt_commethod(6)
|
|
144
151
|
def CreateWidget(self, widgetContext: win32more.Microsoft.Windows.Widgets.Providers.WidgetContext) -> Void: ...
|
|
145
152
|
@winrt_commethod(7)
|
|
146
|
-
def DeleteWidget(self, widgetId:
|
|
153
|
+
def DeleteWidget(self, widgetId: hstr, customState: hstr) -> Void: ...
|
|
147
154
|
@winrt_commethod(8)
|
|
148
155
|
def OnActionInvoked(self, actionInvokedArgs: win32more.Microsoft.Windows.Widgets.Providers.WidgetActionInvokedArgs) -> Void: ...
|
|
149
156
|
@winrt_commethod(9)
|
|
@@ -151,7 +158,7 @@ class IWidgetProvider(ComPtr):
|
|
|
151
158
|
@winrt_commethod(10)
|
|
152
159
|
def Activate(self, widgetContext: win32more.Microsoft.Windows.Widgets.Providers.WidgetContext) -> Void: ...
|
|
153
160
|
@winrt_commethod(11)
|
|
154
|
-
def Deactivate(self, widgetId:
|
|
161
|
+
def Deactivate(self, widgetId: hstr) -> Void: ...
|
|
155
162
|
class IWidgetProvider2(ComPtr):
|
|
156
163
|
extends: IInspectable
|
|
157
164
|
_classid_ = 'Microsoft.Windows.Widgets.Providers.IWidgetProvider2'
|
|
@@ -187,17 +194,17 @@ class IWidgetResourceRequest(ComPtr):
|
|
|
187
194
|
_classid_ = 'Microsoft.Windows.Widgets.Providers.IWidgetResourceRequest'
|
|
188
195
|
_iid_ = Guid('{113d249f-82d9-57cb-8cea-9a5291f2fe22}')
|
|
189
196
|
@winrt_commethod(6)
|
|
190
|
-
def get_Uri(self) ->
|
|
197
|
+
def get_Uri(self) -> hstr: ...
|
|
191
198
|
@winrt_commethod(7)
|
|
192
|
-
def get_Method(self) ->
|
|
199
|
+
def get_Method(self) -> hstr: ...
|
|
193
200
|
@winrt_commethod(8)
|
|
194
|
-
def put_Method(self, value:
|
|
201
|
+
def put_Method(self, value: hstr) -> Void: ...
|
|
195
202
|
@winrt_commethod(9)
|
|
196
203
|
def get_Content(self) -> win32more.Windows.Storage.Streams.IRandomAccessStreamReference: ...
|
|
197
204
|
@winrt_commethod(10)
|
|
198
205
|
def put_Content(self, value: win32more.Windows.Storage.Streams.IRandomAccessStreamReference) -> Void: ...
|
|
199
206
|
@winrt_commethod(11)
|
|
200
|
-
def get_Headers(self) -> win32more.Windows.Foundation.Collections.IMap[
|
|
207
|
+
def get_Headers(self) -> win32more.Windows.Foundation.Collections.IMap[hstr, hstr]: ...
|
|
201
208
|
Content = property(get_Content, put_Content)
|
|
202
209
|
Headers = property(get_Headers, None)
|
|
203
210
|
Method = property(get_Method, put_Method)
|
|
@@ -226,9 +233,9 @@ class IWidgetResourceResponse(ComPtr):
|
|
|
226
233
|
@winrt_commethod(6)
|
|
227
234
|
def get_Content(self) -> win32more.Windows.Storage.Streams.IRandomAccessStreamReference: ...
|
|
228
235
|
@winrt_commethod(7)
|
|
229
|
-
def get_Headers(self) -> win32more.Windows.Foundation.Collections.IMap[
|
|
236
|
+
def get_Headers(self) -> win32more.Windows.Foundation.Collections.IMap[hstr, hstr]: ...
|
|
230
237
|
@winrt_commethod(8)
|
|
231
|
-
def get_ReasonPhrase(self) ->
|
|
238
|
+
def get_ReasonPhrase(self) -> hstr: ...
|
|
232
239
|
@winrt_commethod(9)
|
|
233
240
|
def get_StatusCode(self) -> Int32: ...
|
|
234
241
|
Content = property(get_Content, None)
|
|
@@ -240,25 +247,25 @@ class IWidgetResourceResponseFactory(ComPtr):
|
|
|
240
247
|
_classid_ = 'Microsoft.Windows.Widgets.Providers.IWidgetResourceResponseFactory'
|
|
241
248
|
_iid_ = Guid('{08881ef1-a78a-5804-b070-9153a8657f85}')
|
|
242
249
|
@winrt_commethod(6)
|
|
243
|
-
def CreateInstance(self, content: win32more.Windows.Storage.Streams.IRandomAccessStreamReference, reasonPhrase:
|
|
250
|
+
def CreateInstance(self, content: win32more.Windows.Storage.Streams.IRandomAccessStreamReference, reasonPhrase: hstr, statusCode: Int32) -> win32more.Microsoft.Windows.Widgets.Providers.WidgetResourceResponse: ...
|
|
244
251
|
class IWidgetUpdateRequestOptions(ComPtr):
|
|
245
252
|
extends: IInspectable
|
|
246
253
|
_classid_ = 'Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptions'
|
|
247
254
|
_iid_ = Guid('{b09ca8f7-7424-5687-baaf-7dd6fa639672}')
|
|
248
255
|
@winrt_commethod(6)
|
|
249
|
-
def get_WidgetId(self) ->
|
|
256
|
+
def get_WidgetId(self) -> hstr: ...
|
|
250
257
|
@winrt_commethod(7)
|
|
251
|
-
def get_Template(self) ->
|
|
258
|
+
def get_Template(self) -> hstr: ...
|
|
252
259
|
@winrt_commethod(8)
|
|
253
|
-
def put_Template(self, value:
|
|
260
|
+
def put_Template(self, value: hstr) -> Void: ...
|
|
254
261
|
@winrt_commethod(9)
|
|
255
|
-
def get_Data(self) ->
|
|
262
|
+
def get_Data(self) -> hstr: ...
|
|
256
263
|
@winrt_commethod(10)
|
|
257
|
-
def put_Data(self, value:
|
|
264
|
+
def put_Data(self, value: hstr) -> Void: ...
|
|
258
265
|
@winrt_commethod(11)
|
|
259
|
-
def get_CustomState(self) ->
|
|
266
|
+
def get_CustomState(self) -> hstr: ...
|
|
260
267
|
@winrt_commethod(12)
|
|
261
|
-
def put_CustomState(self, value:
|
|
268
|
+
def put_CustomState(self, value: hstr) -> Void: ...
|
|
262
269
|
CustomState = property(get_CustomState, put_CustomState)
|
|
263
270
|
Data = property(get_Data, put_Data)
|
|
264
271
|
Template = property(get_Template, put_Template)
|
|
@@ -272,18 +279,27 @@ class IWidgetUpdateRequestOptions2(ComPtr):
|
|
|
272
279
|
@winrt_commethod(7)
|
|
273
280
|
def put_IsPlaceholderContent(self, value: win32more.Windows.Foundation.IReference[Boolean]) -> Void: ...
|
|
274
281
|
IsPlaceholderContent = property(get_IsPlaceholderContent, put_IsPlaceholderContent)
|
|
282
|
+
class IWidgetUpdateRequestOptions3(ComPtr):
|
|
283
|
+
extends: IInspectable
|
|
284
|
+
_classid_ = 'Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptions3'
|
|
285
|
+
_iid_ = Guid('{a78e2a8b-a26c-596a-ade3-db8f4c72fe02}')
|
|
286
|
+
@winrt_commethod(6)
|
|
287
|
+
def get_Rank(self) -> win32more.Windows.Foundation.IReference[Int32]: ...
|
|
288
|
+
@winrt_commethod(7)
|
|
289
|
+
def put_Rank(self, value: win32more.Windows.Foundation.IReference[Int32]) -> Void: ...
|
|
290
|
+
Rank = property(get_Rank, put_Rank)
|
|
275
291
|
class IWidgetUpdateRequestOptionsFactory(ComPtr):
|
|
276
292
|
extends: IInspectable
|
|
277
293
|
_classid_ = 'Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptionsFactory'
|
|
278
294
|
_iid_ = Guid('{e0e00af8-1d10-57a8-9419-3f568e854daa}')
|
|
279
295
|
@winrt_commethod(6)
|
|
280
|
-
def CreateInstance(self, widgetId:
|
|
296
|
+
def CreateInstance(self, widgetId: hstr) -> win32more.Microsoft.Windows.Widgets.Providers.WidgetUpdateRequestOptions: ...
|
|
281
297
|
class IWidgetUpdateRequestOptionsStatics(ComPtr):
|
|
282
298
|
extends: IInspectable
|
|
283
299
|
_classid_ = 'Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptionsStatics'
|
|
284
300
|
_iid_ = Guid('{4645b5e3-d332-5d11-82f0-3607e5df6018}')
|
|
285
301
|
@winrt_commethod(6)
|
|
286
|
-
def get_UnsetValue(self) ->
|
|
302
|
+
def get_UnsetValue(self) -> hstr: ...
|
|
287
303
|
UnsetValue = property(get_UnsetValue, None)
|
|
288
304
|
class WidgetActionInvokedArgs(ComPtr):
|
|
289
305
|
extends: IInspectable
|
|
@@ -292,11 +308,11 @@ class WidgetActionInvokedArgs(ComPtr):
|
|
|
292
308
|
@winrt_mixinmethod
|
|
293
309
|
def get_WidgetContext(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetActionInvokedArgs) -> win32more.Microsoft.Windows.Widgets.Providers.WidgetContext: ...
|
|
294
310
|
@winrt_mixinmethod
|
|
295
|
-
def get_Verb(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetActionInvokedArgs) ->
|
|
311
|
+
def get_Verb(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetActionInvokedArgs) -> hstr: ...
|
|
296
312
|
@winrt_mixinmethod
|
|
297
|
-
def get_Data(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetActionInvokedArgs) ->
|
|
313
|
+
def get_Data(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetActionInvokedArgs) -> hstr: ...
|
|
298
314
|
@winrt_mixinmethod
|
|
299
|
-
def get_CustomState(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetActionInvokedArgs) ->
|
|
315
|
+
def get_CustomState(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetActionInvokedArgs) -> hstr: ...
|
|
300
316
|
CustomState = property(get_CustomState, None)
|
|
301
317
|
Data = property(get_Data, None)
|
|
302
318
|
Verb = property(get_Verb, None)
|
|
@@ -308,7 +324,7 @@ class WidgetAnalyticsInfoReportedArgs(ComPtr):
|
|
|
308
324
|
@winrt_mixinmethod
|
|
309
325
|
def get_WidgetContext(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetAnalyticsInfoReportedArgs) -> win32more.Microsoft.Windows.Widgets.Providers.WidgetContext: ...
|
|
310
326
|
@winrt_mixinmethod
|
|
311
|
-
def get_AnalyticsJson(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetAnalyticsInfoReportedArgs) ->
|
|
327
|
+
def get_AnalyticsJson(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetAnalyticsInfoReportedArgs) -> hstr: ...
|
|
312
328
|
AnalyticsJson = property(get_AnalyticsJson, None)
|
|
313
329
|
WidgetContext = property(get_WidgetContext, None)
|
|
314
330
|
class WidgetContext(ComPtr):
|
|
@@ -316,9 +332,9 @@ class WidgetContext(ComPtr):
|
|
|
316
332
|
default_interface: win32more.Microsoft.Windows.Widgets.Providers.IWidgetContext
|
|
317
333
|
_classid_ = 'Microsoft.Windows.Widgets.Providers.WidgetContext'
|
|
318
334
|
@winrt_mixinmethod
|
|
319
|
-
def get_Id(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetContext) ->
|
|
335
|
+
def get_Id(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetContext) -> hstr: ...
|
|
320
336
|
@winrt_mixinmethod
|
|
321
|
-
def get_DefinitionId(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetContext) ->
|
|
337
|
+
def get_DefinitionId(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetContext) -> hstr: ...
|
|
322
338
|
@winrt_mixinmethod
|
|
323
339
|
def get_Size(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetContext) -> win32more.Microsoft.Windows.Widgets.WidgetSize: ...
|
|
324
340
|
@winrt_mixinmethod
|
|
@@ -341,7 +357,7 @@ class WidgetCustomizationRequestedArgs(ComPtr):
|
|
|
341
357
|
@winrt_mixinmethod
|
|
342
358
|
def get_WidgetContext(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetCustomizationRequestedArgs) -> win32more.Microsoft.Windows.Widgets.Providers.WidgetContext: ...
|
|
343
359
|
@winrt_mixinmethod
|
|
344
|
-
def get_CustomState(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetCustomizationRequestedArgs) ->
|
|
360
|
+
def get_CustomState(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetCustomizationRequestedArgs) -> hstr: ...
|
|
345
361
|
CustomState = property(get_CustomState, None)
|
|
346
362
|
WidgetContext = property(get_WidgetContext, None)
|
|
347
363
|
class WidgetErrorInfoReportedArgs(ComPtr):
|
|
@@ -351,7 +367,7 @@ class WidgetErrorInfoReportedArgs(ComPtr):
|
|
|
351
367
|
@winrt_mixinmethod
|
|
352
368
|
def get_WidgetContext(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetErrorInfoReportedArgs) -> win32more.Microsoft.Windows.Widgets.Providers.WidgetContext: ...
|
|
353
369
|
@winrt_mixinmethod
|
|
354
|
-
def get_ErrorJson(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetErrorInfoReportedArgs) ->
|
|
370
|
+
def get_ErrorJson(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetErrorInfoReportedArgs) -> hstr: ...
|
|
355
371
|
ErrorJson = property(get_ErrorJson, None)
|
|
356
372
|
WidgetContext = property(get_WidgetContext, None)
|
|
357
373
|
class WidgetInfo(ComPtr):
|
|
@@ -361,19 +377,22 @@ class WidgetInfo(ComPtr):
|
|
|
361
377
|
@winrt_mixinmethod
|
|
362
378
|
def get_WidgetContext(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetInfo) -> win32more.Microsoft.Windows.Widgets.Providers.WidgetContext: ...
|
|
363
379
|
@winrt_mixinmethod
|
|
364
|
-
def get_Template(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetInfo) ->
|
|
380
|
+
def get_Template(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetInfo) -> hstr: ...
|
|
365
381
|
@winrt_mixinmethod
|
|
366
|
-
def get_Data(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetInfo) ->
|
|
382
|
+
def get_Data(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetInfo) -> hstr: ...
|
|
367
383
|
@winrt_mixinmethod
|
|
368
|
-
def get_CustomState(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetInfo) ->
|
|
384
|
+
def get_CustomState(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetInfo) -> hstr: ...
|
|
369
385
|
@winrt_mixinmethod
|
|
370
386
|
def get_LastUpdateTime(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetInfo) -> win32more.Windows.Foundation.DateTime: ...
|
|
371
387
|
@winrt_mixinmethod
|
|
372
388
|
def get_IsPlaceholderContent(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetInfo2) -> Boolean: ...
|
|
389
|
+
@winrt_mixinmethod
|
|
390
|
+
def get_Rank(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetInfo3) -> Int32: ...
|
|
373
391
|
CustomState = property(get_CustomState, None)
|
|
374
392
|
Data = property(get_Data, None)
|
|
375
393
|
IsPlaceholderContent = property(get_IsPlaceholderContent, None)
|
|
376
394
|
LastUpdateTime = property(get_LastUpdateTime, None)
|
|
395
|
+
Rank = property(get_Rank, None)
|
|
377
396
|
Template = property(get_Template, None)
|
|
378
397
|
WidgetContext = property(get_WidgetContext, None)
|
|
379
398
|
class WidgetManager(ComPtr):
|
|
@@ -383,15 +402,15 @@ class WidgetManager(ComPtr):
|
|
|
383
402
|
@winrt_mixinmethod
|
|
384
403
|
def UpdateWidget(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetManager, widgetUpdateRequestOptions: win32more.Microsoft.Windows.Widgets.Providers.WidgetUpdateRequestOptions) -> Void: ...
|
|
385
404
|
@winrt_mixinmethod
|
|
386
|
-
def GetWidgetIds(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetManager) -> ReceiveArray[
|
|
405
|
+
def GetWidgetIds(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetManager) -> ReceiveArray[hstr]: ...
|
|
387
406
|
@winrt_mixinmethod
|
|
388
|
-
def GetWidgetInfo(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetManager, widgetId:
|
|
407
|
+
def GetWidgetInfo(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetManager, widgetId: hstr) -> win32more.Microsoft.Windows.Widgets.Providers.WidgetInfo: ...
|
|
389
408
|
@winrt_mixinmethod
|
|
390
409
|
def GetWidgetInfos(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetManager) -> ReceiveArray[win32more.Microsoft.Windows.Widgets.Providers.WidgetInfo]: ...
|
|
391
410
|
@winrt_mixinmethod
|
|
392
|
-
def DeleteWidget(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetManager, widgetId:
|
|
411
|
+
def DeleteWidget(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetManager, widgetId: hstr) -> Void: ...
|
|
393
412
|
@winrt_mixinmethod
|
|
394
|
-
def SendMessageToContent(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetManager2, widgetId:
|
|
413
|
+
def SendMessageToContent(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetManager2, widgetId: hstr, message: hstr) -> Void: ...
|
|
395
414
|
@winrt_classmethod
|
|
396
415
|
def GetDefault(cls: win32more.Microsoft.Windows.Widgets.Providers.IWidgetManagerStatics) -> win32more.Microsoft.Windows.Widgets.Providers.WidgetManager: ...
|
|
397
416
|
class WidgetMessageReceivedArgs(ComPtr):
|
|
@@ -401,7 +420,7 @@ class WidgetMessageReceivedArgs(ComPtr):
|
|
|
401
420
|
@winrt_mixinmethod
|
|
402
421
|
def get_WidgetContext(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetMessageReceivedArgs) -> win32more.Microsoft.Windows.Widgets.Providers.WidgetContext: ...
|
|
403
422
|
@winrt_mixinmethod
|
|
404
|
-
def get_Message(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetMessageReceivedArgs) ->
|
|
423
|
+
def get_Message(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetMessageReceivedArgs) -> hstr: ...
|
|
405
424
|
Message = property(get_Message, None)
|
|
406
425
|
WidgetContext = property(get_WidgetContext, None)
|
|
407
426
|
class WidgetResourceRequest(ComPtr):
|
|
@@ -409,17 +428,17 @@ class WidgetResourceRequest(ComPtr):
|
|
|
409
428
|
default_interface: win32more.Microsoft.Windows.Widgets.Providers.IWidgetResourceRequest
|
|
410
429
|
_classid_ = 'Microsoft.Windows.Widgets.Providers.WidgetResourceRequest'
|
|
411
430
|
@winrt_mixinmethod
|
|
412
|
-
def get_Uri(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetResourceRequest) ->
|
|
431
|
+
def get_Uri(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetResourceRequest) -> hstr: ...
|
|
413
432
|
@winrt_mixinmethod
|
|
414
|
-
def get_Method(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetResourceRequest) ->
|
|
433
|
+
def get_Method(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetResourceRequest) -> hstr: ...
|
|
415
434
|
@winrt_mixinmethod
|
|
416
|
-
def put_Method(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetResourceRequest, value:
|
|
435
|
+
def put_Method(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetResourceRequest, value: hstr) -> Void: ...
|
|
417
436
|
@winrt_mixinmethod
|
|
418
437
|
def get_Content(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetResourceRequest) -> win32more.Windows.Storage.Streams.IRandomAccessStreamReference: ...
|
|
419
438
|
@winrt_mixinmethod
|
|
420
439
|
def put_Content(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetResourceRequest, value: win32more.Windows.Storage.Streams.IRandomAccessStreamReference) -> Void: ...
|
|
421
440
|
@winrt_mixinmethod
|
|
422
|
-
def get_Headers(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetResourceRequest) -> win32more.Windows.Foundation.Collections.IMap[
|
|
441
|
+
def get_Headers(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetResourceRequest) -> win32more.Windows.Foundation.Collections.IMap[hstr, hstr]: ...
|
|
423
442
|
Content = property(get_Content, put_Content)
|
|
424
443
|
Headers = property(get_Headers, None)
|
|
425
444
|
Method = property(get_Method, put_Method)
|
|
@@ -453,13 +472,13 @@ class WidgetResourceResponse(ComPtr):
|
|
|
453
472
|
else:
|
|
454
473
|
raise ValueError('no matched constructor')
|
|
455
474
|
@winrt_factorymethod
|
|
456
|
-
def CreateInstance(cls: win32more.Microsoft.Windows.Widgets.Providers.IWidgetResourceResponseFactory, content: win32more.Windows.Storage.Streams.IRandomAccessStreamReference, reasonPhrase:
|
|
475
|
+
def CreateInstance(cls: win32more.Microsoft.Windows.Widgets.Providers.IWidgetResourceResponseFactory, content: win32more.Windows.Storage.Streams.IRandomAccessStreamReference, reasonPhrase: hstr, statusCode: Int32) -> win32more.Microsoft.Windows.Widgets.Providers.WidgetResourceResponse: ...
|
|
457
476
|
@winrt_mixinmethod
|
|
458
477
|
def get_Content(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetResourceResponse) -> win32more.Windows.Storage.Streams.IRandomAccessStreamReference: ...
|
|
459
478
|
@winrt_mixinmethod
|
|
460
|
-
def get_Headers(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetResourceResponse) -> win32more.Windows.Foundation.Collections.IMap[
|
|
479
|
+
def get_Headers(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetResourceResponse) -> win32more.Windows.Foundation.Collections.IMap[hstr, hstr]: ...
|
|
461
480
|
@winrt_mixinmethod
|
|
462
|
-
def get_ReasonPhrase(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetResourceResponse) ->
|
|
481
|
+
def get_ReasonPhrase(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetResourceResponse) -> hstr: ...
|
|
463
482
|
@winrt_mixinmethod
|
|
464
483
|
def get_StatusCode(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetResourceResponse) -> Int32: ...
|
|
465
484
|
Content = property(get_Content, None)
|
|
@@ -480,30 +499,35 @@ class WidgetUpdateRequestOptions(ComPtr, metaclass=_WidgetUpdateRequestOptions_M
|
|
|
480
499
|
else:
|
|
481
500
|
raise ValueError('no matched constructor')
|
|
482
501
|
@winrt_factorymethod
|
|
483
|
-
def CreateInstance(cls: win32more.Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptionsFactory, widgetId:
|
|
502
|
+
def CreateInstance(cls: win32more.Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptionsFactory, widgetId: hstr) -> win32more.Microsoft.Windows.Widgets.Providers.WidgetUpdateRequestOptions: ...
|
|
484
503
|
@winrt_mixinmethod
|
|
485
|
-
def get_WidgetId(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptions) ->
|
|
504
|
+
def get_WidgetId(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptions) -> hstr: ...
|
|
486
505
|
@winrt_mixinmethod
|
|
487
|
-
def get_Template(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptions) ->
|
|
506
|
+
def get_Template(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptions) -> hstr: ...
|
|
488
507
|
@winrt_mixinmethod
|
|
489
|
-
def put_Template(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptions, value:
|
|
508
|
+
def put_Template(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptions, value: hstr) -> Void: ...
|
|
490
509
|
@winrt_mixinmethod
|
|
491
|
-
def get_Data(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptions) ->
|
|
510
|
+
def get_Data(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptions) -> hstr: ...
|
|
492
511
|
@winrt_mixinmethod
|
|
493
|
-
def put_Data(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptions, value:
|
|
512
|
+
def put_Data(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptions, value: hstr) -> Void: ...
|
|
494
513
|
@winrt_mixinmethod
|
|
495
|
-
def get_CustomState(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptions) ->
|
|
514
|
+
def get_CustomState(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptions) -> hstr: ...
|
|
496
515
|
@winrt_mixinmethod
|
|
497
|
-
def put_CustomState(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptions, value:
|
|
516
|
+
def put_CustomState(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptions, value: hstr) -> Void: ...
|
|
498
517
|
@winrt_mixinmethod
|
|
499
518
|
def get_IsPlaceholderContent(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptions2) -> win32more.Windows.Foundation.IReference[Boolean]: ...
|
|
500
519
|
@winrt_mixinmethod
|
|
501
520
|
def put_IsPlaceholderContent(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptions2, value: win32more.Windows.Foundation.IReference[Boolean]) -> Void: ...
|
|
521
|
+
@winrt_mixinmethod
|
|
522
|
+
def get_Rank(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptions3) -> win32more.Windows.Foundation.IReference[Int32]: ...
|
|
523
|
+
@winrt_mixinmethod
|
|
524
|
+
def put_Rank(self: win32more.Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptions3, value: win32more.Windows.Foundation.IReference[Int32]) -> Void: ...
|
|
502
525
|
@winrt_classmethod
|
|
503
|
-
def get_UnsetValue(cls: win32more.Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptionsStatics) ->
|
|
526
|
+
def get_UnsetValue(cls: win32more.Microsoft.Windows.Widgets.Providers.IWidgetUpdateRequestOptionsStatics) -> hstr: ...
|
|
504
527
|
CustomState = property(get_CustomState, put_CustomState)
|
|
505
528
|
Data = property(get_Data, put_Data)
|
|
506
529
|
IsPlaceholderContent = property(get_IsPlaceholderContent, put_IsPlaceholderContent)
|
|
530
|
+
Rank = property(get_Rank, put_Rank)
|
|
507
531
|
Template = property(get_Template, put_Template)
|
|
508
532
|
WidgetId = property(get_WidgetId, None)
|
|
509
533
|
_WidgetUpdateRequestOptions_Meta_.UnsetValue = property(get_UnsetValue, None)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
from __future__ import annotations
|
|
2
|
-
from win32more.
|
|
2
|
+
from win32more._prelude import *
|
|
3
3
|
import win32more.Microsoft.Windows.Widgets
|
|
4
|
-
WidgetContract: UInt32 =
|
|
4
|
+
WidgetContract: UInt32 = 720896
|
|
5
5
|
class WidgetSize(Enum, Int32):
|
|
6
6
|
Small = 0
|
|
7
7
|
Medium = 1
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
from __future__ import annotations
|
|
2
|
+
from win32more._prelude import *
|
|
3
|
+
import win32more.Microsoft.Windows.Workloads
|
|
4
|
+
class WorkloadPriority(Enum, Int32):
|
|
5
|
+
Undefined = 0
|
|
6
|
+
Background = 1
|
|
7
|
+
Foreground = 9
|
|
8
|
+
WorkloadsContract: UInt32 = 524288
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
make_ready(__name__)
|
win32more/appsdk/versioninfo.py
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
win32more/Microsoft/Foundation/__init__.py,sha256=uBiPB8eC50dANB9oAwfEKdAngit7Tyvfe466OLJ0dI4,174
|
|
2
|
+
win32more/Microsoft/Graphics/DirectX/__init__.py,sha256=0AP9od5oEOgy1AwzARPknJZhIneIwhuxp3rpPkNuxrM,4373
|
|
3
|
+
win32more/Microsoft/Graphics/Display/__init__.py,sha256=1uStDy44oB5s7_nLDdd0edV7LdTRVs4mh-B6iDjptgE,12690
|
|
4
|
+
win32more/Microsoft/Graphics/Imaging/__init__.py,sha256=rbjpO7zbXSgwuH35MXGEwbyQuYK1qj0Mbek2b4tn7kc,4307
|
|
5
|
+
win32more/Microsoft/Security/Authentication/OAuth/__init__.py,sha256=-iHWXAAWCSLnTYUfnqaTawBSv8ggZnRRexeVHwh4hvI,37823
|
|
6
|
+
win32more/Microsoft/UI/__init__.py,sha256=dkMSKdO1ydMgUmqTdgK059HOqIvSk0GMHqqpgBN8_YI,49040
|
|
7
|
+
win32more/Microsoft/UI/Composition/__init__.py,sha256=7KXtcgB_X9e3hEumCgNHY2aPFu2kTZck6Z7jz3ua6XY,320983
|
|
8
|
+
win32more/Microsoft/UI/Composition/Core/__init__.py,sha256=8mUoHNMhiFAAiS4BnfVxjfCvcS1YO4kvOoqvbSOZPOo,3125
|
|
9
|
+
win32more/Microsoft/UI/Composition/Diagnostics/__init__.py,sha256=r1T_OyB4FB8Zp-aYiDHFzNV6m7wfpYFYgdXBHfNKmEc,3879
|
|
10
|
+
win32more/Microsoft/UI/Composition/Effects/__init__.py,sha256=pnBtGPLzpTF74V9fmaI3kcFwA5WTDtECBzcSmnqRARw,5699
|
|
11
|
+
win32more/Microsoft/UI/Composition/Interactions/__init__.py,sha256=jGyxbQwi9zbRmtm9ZqyILPKrlFjc5SloUltfHTbT-gA,74398
|
|
12
|
+
win32more/Microsoft/UI/Composition/Scenes/__init__.py,sha256=h4mfMyX80Lp8TBL_MkkXZmeWUHyxdlhmoEZrzoxllw8,47510
|
|
13
|
+
win32more/Microsoft/UI/Composition/SystemBackdrops/__init__.py,sha256=Vo-41XMx1BCuJZQmRw0tTgfPL8KO487j_N7QfP-ZS6U,24427
|
|
14
|
+
win32more/Microsoft/UI/Content/__init__.py,sha256=ga2jGno75-1Q2lXXODtn7Kc3BHFPptTQIVUNgmWRK8M,106693
|
|
15
|
+
win32more/Microsoft/UI/Dispatching/__init__.py,sha256=3WR9q8ZCiu5eLkPbqGL52C3gw6NEhrcdCIZZNYU05CQ,16213
|
|
16
|
+
win32more/Microsoft/UI/Input/__init__.py,sha256=pNNvAg-HIQm-hDHVKJA3ox5r8nwv3nuxqI1fuM9pg94,146155
|
|
17
|
+
win32more/Microsoft/UI/Input/DragDrop/__init__.py,sha256=uEXGlUFIp_vKyEDvPY2UNlaSbwtcIlIc6qCqa8NiLvg,15512
|
|
18
|
+
win32more/Microsoft/UI/Input/Interop/__init__.py,sha256=RNTJ5qNcc64e4ZiB6sOKRBstROPopk0OOtgHnqR3Tsw,929
|
|
19
|
+
win32more/Microsoft/UI/System/__init__.py,sha256=S5Lyq6zA4GDGH-s41yi52aq8gfPkp3WtEe-wFvYiahk,2622
|
|
20
|
+
win32more/Microsoft/UI/Text/__init__.py,sha256=Ea7crRJADyAeOy4TAMuC8pp-vWUEO1yyvIvEQXbs9xU,53863
|
|
21
|
+
win32more/Microsoft/UI/Windowing/__init__.py,sha256=N6Pz95f7WwFV2uk6eYBCNkehLzNuoJp7ACEh-nNbAXA,63751
|
|
22
|
+
win32more/Microsoft/UI/Xaml/__init__.py,sha256=ofzRZru3EixY1xnW9GSvPYglAEvFUSi6pHqFtv17XwA,405893
|
|
23
|
+
win32more/Microsoft/UI/Xaml/Automation/__init__.py,sha256=rU4aegfCTh18aHWbnTkFHkVONq4zbmvAUjk3xiOLiTE,115590
|
|
24
|
+
win32more/Microsoft/UI/Xaml/Automation/Peers/__init__.py,sha256=gCUVATLay_fvueFr0l5G64zyoeyN9FclMdJR8eT26iY,245220
|
|
25
|
+
win32more/Microsoft/UI/Xaml/Automation/Provider/__init__.py,sha256=OJbpQkINEEAWtqJhD6ZKG_tC3hkfHqmQyzc50W174Wk,25207
|
|
26
|
+
win32more/Microsoft/UI/Xaml/Automation/Text/__init__.py,sha256=QLZ8no9_EEu2uYwVnU7xRjEEYn6VcSq9pcDFiaE7P1Q,366
|
|
27
|
+
win32more/Microsoft/UI/Xaml/Controls/__init__.py,sha256=8SIS66gVUouCM3cytzbIpgm6eclTD09JUrJZayNcpbI,2195689
|
|
28
|
+
win32more/Microsoft/UI/Xaml/Controls/AnimatedVisuals/__init__.py,sha256=bOGvxMTIYG2Jhp0HAFsE3N02_IyEcU21KhjzCWoPd-M,11871
|
|
29
|
+
win32more/Microsoft/UI/Xaml/Controls/Primitives/__init__.py,sha256=z6px8I4Y8Y3gzN5uC5etNEpu1_eldeUFyrJtqm7d_PY,469087
|
|
30
|
+
win32more/Microsoft/UI/Xaml/Data/__init__.py,sha256=xc_V9-zONEUQDEkyR05Lar89gXeQe9fwYrhLZJJDTaE,38242
|
|
31
|
+
win32more/Microsoft/UI/Xaml/Documents/__init__.py,sha256=3jrf_d2pmL3IZP2hnIfrr9OLPIFmDchkWimUsY9NfnA,144338
|
|
32
|
+
win32more/Microsoft/UI/Xaml/Hosting/__init__.py,sha256=vYFb31_EzvvPVq3lM5i1dYD4p13nBjzZ3JTcp19MMSk,24083
|
|
33
|
+
win32more/Microsoft/UI/Xaml/Input/__init__.py,sha256=1zh_r6jRFxWLs7KcGTXervKNVYmupy9Eu449TlPNEeI,121714
|
|
34
|
+
win32more/Microsoft/UI/Xaml/Interop/__init__.py,sha256=J_fOjZqeIVhUJa4C0YcfHQLmeJUQuFU209yQseIX6Z8,8332
|
|
35
|
+
win32more/Microsoft/UI/Xaml/Markup/__init__.py,sha256=uslNLRV92aLj1YADX04_OVeS0_yuEUR3X7Hcfit1jkE,25667
|
|
36
|
+
win32more/Microsoft/UI/Xaml/Media/__init__.py,sha256=Z0fTS9m-_56pSfJhrPf1V4Zos3dzTKRUyngP7RM4ooA,220797
|
|
37
|
+
win32more/Microsoft/UI/Xaml/Media/Animation/__init__.py,sha256=Q4Q0THvxwzII3o2GhpBh29-fnRKjEq9I-uLFEbZM7aY,277681
|
|
38
|
+
win32more/Microsoft/UI/Xaml/Media/Imaging/__init__.py,sha256=N3ZfSg1KtBCaG8Zg4Nf8umwBgaD_h4fq6ep9F7vGGM8,42788
|
|
39
|
+
win32more/Microsoft/UI/Xaml/Media/Media3D/__init__.py,sha256=0Ew4gPyD4pgfgqoKblE0SH-AM6M9MkoaN6hsarZSEjk,22509
|
|
40
|
+
win32more/Microsoft/UI/Xaml/Navigation/__init__.py,sha256=K5j5q6yOSCkQwKNeVIe0nfw-bs1FLs9T5W5SAl40RnI,15450
|
|
41
|
+
win32more/Microsoft/UI/Xaml/Printing/__init__.py,sha256=oKlZWjZ3Q-xgqhIdnIbf0zegpVoEBDV0a_VgNxCz4TM,11632
|
|
42
|
+
win32more/Microsoft/UI/Xaml/Resources/__init__.py,sha256=rRggZ7zMHnBC-kz6TwK5ZcnyCTQP_cuxrgBIYuYUuj0,3292
|
|
43
|
+
win32more/Microsoft/UI/Xaml/Shapes/__init__.py,sha256=-9rOsbOKuVUbWfD9-JgRnVGGGLh4L9cSd7S12BsBtiI,30987
|
|
44
|
+
win32more/Microsoft/UI/Xaml/XamlTypeInfo/__init__.py,sha256=WgiFUn2yjRD0P3pLBIzLCuS5Egi_W6ebOdf_6kSjPPs,2198
|
|
45
|
+
win32more/Microsoft/Windows/AI/__init__.py,sha256=OVC8NxksWlh_MvSMiVfXy_7zsNYySPVrLG_wnJGaqlw,2217
|
|
46
|
+
win32more/Microsoft/Windows/AI/ContentSafety/__init__.py,sha256=8zyju03OMh4KJG7yB_RyC4zeG8jX13CvMfdOlLxlLs0,14326
|
|
47
|
+
win32more/Microsoft/Windows/AI/Imaging/__init__.py,sha256=R9zgpmWMTcssSQiXk9pAyAJ25ziFbiZx0-xzowXbZ5k,25811
|
|
48
|
+
win32more/Microsoft/Windows/AI/Text/__init__.py,sha256=pc37FnZ9P0VJmHf3c_1KRSB9_Sv8tFs10Tpg_I1V028,15509
|
|
49
|
+
win32more/Microsoft/Windows/AppLifecycle/__init__.py,sha256=JcccnjDp6lm9OMiS6onwETpC81rrT0nqdJ4Js2XIhXk,9936
|
|
50
|
+
win32more/Microsoft/Windows/AppNotifications/__init__.py,sha256=elg2Hm_WROPnNOAMKVRfBSZr28RowKlum2tmliyc-eo,21171
|
|
51
|
+
win32more/Microsoft/Windows/AppNotifications/Builder/__init__.py,sha256=fbYQ_OKeRgq7hIczBthcPZzDQo610cspTTWnb4aOVg8,43256
|
|
52
|
+
win32more/Microsoft/Windows/ApplicationModel/Background/__init__.py,sha256=iHD7gmtgWLZjeRXjpPRCVYKTqZW3Mj0WZyXhlNd-c-w,4266
|
|
53
|
+
win32more/Microsoft/Windows/ApplicationModel/Background/UniversalBGTask/__init__.py,sha256=tOOyNIiGq-iYEy49nudjsCa4Jj7xzol60On3otXZQPQ,1552
|
|
54
|
+
win32more/Microsoft/Windows/ApplicationModel/DynamicDependency/__init__.py,sha256=2CIzZluAnMNE8KyzUl0LG9c2tmELppDjqQhvznsrrqQ,17620
|
|
55
|
+
win32more/Microsoft/Windows/ApplicationModel/Resources/__init__.py,sha256=wHHg-cUXKVWFqRn7sHwjr4OgkQs1ryUGwgUogy9j8mQ,22061
|
|
56
|
+
win32more/Microsoft/Windows/ApplicationModel/WindowsAppRuntime/__init__.py,sha256=5pLnHNBoxCJNqABByz9YHlobQL1jLh3TEHNOTXX9JnY,16086
|
|
57
|
+
win32more/Microsoft/Windows/BadgeNotifications/__init__.py,sha256=I3HVubpQqDN3XOlWHZ4sPjea6OpA1iqulp078ekAPaI,2557
|
|
58
|
+
win32more/Microsoft/Windows/Globalization/__init__.py,sha256=U9_5FOQf3cgqNlU0lh_TDzInUxoYi9oyeaG1PcKpNxk,2276
|
|
59
|
+
win32more/Microsoft/Windows/Management/Deployment/__init__.py,sha256=Leue3n92F6OrbIzFd3z7UxyRwG2X2sBl6GlsGNSmlhM,96786
|
|
60
|
+
win32more/Microsoft/Windows/Media/Capture/__init__.py,sha256=PMTQf1KNSyVJI-zFrRSDckQjvuHnvjWopnVVFODjIQA,12390
|
|
61
|
+
win32more/Microsoft/Windows/PushNotifications/__init__.py,sha256=m5vzzqClEYMHp8ni8O4pQVYsDxF9v-wAGnoWybLuAd4,9887
|
|
62
|
+
win32more/Microsoft/Windows/Security/AccessControl/__init__.py,sha256=qi__JVEKPqD99dyIoe4kcfB4m67SSDjXcJTnBCrL5es,1960
|
|
63
|
+
win32more/Microsoft/Windows/Storage/__init__.py,sha256=hyCZxynJAMGh0YuQ7z1YUvdpytoK8VPKx3S0e6WLDjQ,10601
|
|
64
|
+
win32more/Microsoft/Windows/System/__init__.py,sha256=2GQnrlhdzzkVj7IRF4LOTn9nruLVG7T7rhqdNTSPGvA,4393
|
|
65
|
+
win32more/Microsoft/Windows/System/Power/__init__.py,sha256=mzBzuX4Ez5fZBO6ZCtAFuW1Z7ZfRbRQmihxsD_1J_4M,18069
|
|
66
|
+
win32more/Microsoft/Windows/Widgets/__init__.py,sha256=dW9329PqzNCpTqoIxeHU5Ai-L9QUdFX0KleM3w9Aa_g,251
|
|
67
|
+
win32more/Microsoft/Windows/Widgets/Feeds/Providers/__init__.py,sha256=w7eFaw42idP71iIj2DeKhJk2PhDho7_xeWWeDN-G4pU,28265
|
|
68
|
+
win32more/Microsoft/Windows/Widgets/Notifications/__init__.py,sha256=VlHjcJjaIjTM-CTSpmyhMvi9xDuiP7iHT7X5kaI3YPk,12343
|
|
69
|
+
win32more/Microsoft/Windows/Widgets/Providers/__init__.py,sha256=TSAVqcXc4LGuHslrDe6IMGBLCbuV1U2fugKMFIawgDE,31820
|
|
70
|
+
win32more/Microsoft/Windows/Workloads/__init__.py,sha256=SBOPevXwOL1k1ujX0sbQUP5Gg8VDWI3nXdrBKZMi4y0,275
|
|
71
|
+
win32more/appsdk/versioninfo.py,sha256=uOAHF3iRPTolobo_oUJ2dwyuvMbbSLMbocIXz1DOWLA,149
|
|
72
|
+
win32more/dll/arm64/Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll,sha256=6IEGDGBHy2ihOYZubsIDE1STsn-qtP_OaxOyTNjGHkA,72224
|
|
73
|
+
win32more/dll/arm64/Microsoft.WindowsAppRuntime.Bootstrap.dll,sha256=INAFA8ZpAlyKmQIQmZwNyixZ5hQ1W-gUQSD7NUzvuGc,388680
|
|
74
|
+
win32more/dll/x64/Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll,sha256=jcIz4XIqOPOTmRDnraUUMaB5uMoH8uuEdTE-R-BlePc,79944
|
|
75
|
+
win32more/dll/x64/Microsoft.WindowsAppRuntime.Bootstrap.dll,sha256=H9wjeMBKL2zvK_nwius3U1EB15PuAoW6_74VbceDAzA,396360
|
|
76
|
+
win32more/dll/x86/Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll,sha256=9WeG-3riWGYuuy02raWQam65UTrIq4Tx_6MXozZIdOg,59936
|
|
77
|
+
win32more/dll/x86/Microsoft.WindowsAppRuntime.Bootstrap.dll,sha256=4O9Jah_dttqnfXRQZIuqie-G4AtQlGVJPkth-9AmUBw,348192
|
|
78
|
+
win32more_microsoft_windowsappsdk-0.7.1.7.251107005.dist-info/METADATA,sha256=aOUSXryUVQ1ERD7v4hsBepOoGQvOQUWCuUqMpjZ1kF4,248
|
|
79
|
+
win32more_microsoft_windowsappsdk-0.7.1.7.251107005.dist-info/WHEEL,sha256=tkmg4JIqwd9H8mL30xA7crRmoStyCtGp0VWshokd1Jc,105
|
|
80
|
+
win32more_microsoft_windowsappsdk-0.7.1.7.251107005.dist-info/licenses/LICENSE (Microsoft.WindowsAppSDK).txt,sha256=-e0AFHYEvcSMfmLRJ9cyRXgc5TkDzvnDhj-KfvgSDMI,12402
|
|
81
|
+
win32more_microsoft_windowsappsdk-0.7.1.7.251107005.dist-info/RECORD,,
|
|
@@ -8,7 +8,7 @@ These license terms are an agreement between you and Microsoft Corporation (or o
|
|
|
8
8
|
|
|
9
9
|
1. INSTALLATION AND USE RIGHTS.
|
|
10
10
|
|
|
11
|
-
a) General. Subject to the terms of this agreement, you may install and use any number of copies of the software to develop and test your applications, solely for use on Windows.
|
|
11
|
+
a) General. Subject to the terms of this agreement, you may install and use any number of copies of the software to develop and test your applications, solely for use on Windows. When building Generative AI applications follow the guidelines in https://learn.microsoft.com/windows/ai/rai.
|
|
12
12
|
|
|
13
13
|
b) Included Microsoft Applications. The software may include other Microsoft applications. These license terms apply to those included applications, if any, unless other license terms are provided with the other Microsoft applications.
|
|
14
14
|
|