win32more-Microsoft.WindowsAppSDK 0.6.1.5.240227000__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.
Potentially problematic release.
This version of win32more-Microsoft.WindowsAppSDK might be problematic. Click here for more details.
- win32more/Microsoft/Foundation/__init__.py +7 -0
- win32more/Microsoft/Graphics/DirectX/__init__.py +167 -0
- win32more/Microsoft/Graphics/Display/__init__.py +174 -0
- win32more/Microsoft/UI/Composition/Core/__init__.py +52 -0
- win32more/Microsoft/UI/Composition/Diagnostics/__init__.py +63 -0
- win32more/Microsoft/UI/Composition/Effects/__init__.py +96 -0
- win32more/Microsoft/UI/Composition/Interactions/__init__.py +951 -0
- win32more/Microsoft/UI/Composition/Scenes/__init__.py +671 -0
- win32more/Microsoft/UI/Composition/SystemBackdrops/__init__.py +356 -0
- win32more/Microsoft/UI/Composition/__init__.py +4793 -0
- win32more/Microsoft/UI/Content/__init__.py +918 -0
- win32more/Microsoft/UI/Dispatching/__init__.py +241 -0
- win32more/Microsoft/UI/Input/DragDrop/__init__.py +235 -0
- win32more/Microsoft/UI/Input/Interop/__init__.py +19 -0
- win32more/Microsoft/UI/Input/__init__.py +1927 -0
- win32more/Microsoft/UI/System/__init__.py +46 -0
- win32more/Microsoft/UI/Text/__init__.py +1090 -0
- win32more/Microsoft/UI/Windowing/__init__.py +877 -0
- win32more/Microsoft/UI/Xaml/Automation/Peers/__init__.py +3414 -0
- win32more/Microsoft/UI/Xaml/Automation/Provider/__init__.py +489 -0
- win32more/Microsoft/UI/Xaml/Automation/Text/__init__.py +17 -0
- win32more/Microsoft/UI/Xaml/Automation/__init__.py +1607 -0
- win32more/Microsoft/UI/Xaml/Controls/AnimatedVisuals/__init__.py +170 -0
- win32more/Microsoft/UI/Xaml/Controls/Primitives/__init__.py +6458 -0
- win32more/Microsoft/UI/Xaml/Controls/__init__.py +31159 -0
- win32more/Microsoft/UI/Xaml/Core/Direct/__init__.py +7 -0
- win32more/Microsoft/UI/Xaml/Data/__init__.py +670 -0
- win32more/Microsoft/UI/Xaml/Documents/__init__.py +2030 -0
- win32more/Microsoft/UI/Xaml/Hosting/__init__.py +329 -0
- win32more/Microsoft/UI/Xaml/Input/__init__.py +1985 -0
- win32more/Microsoft/UI/Xaml/Interop/__init__.py +148 -0
- win32more/Microsoft/UI/Xaml/Markup/__init__.py +391 -0
- win32more/Microsoft/UI/Xaml/Media/Animation/__init__.py +4167 -0
- win32more/Microsoft/UI/Xaml/Media/Imaging/__init__.py +632 -0
- win32more/Microsoft/UI/Xaml/Media/Media3D/__init__.py +373 -0
- win32more/Microsoft/UI/Xaml/Media/__init__.py +3510 -0
- win32more/Microsoft/UI/Xaml/Navigation/__init__.py +255 -0
- win32more/Microsoft/UI/Xaml/Printing/__init__.py +193 -0
- win32more/Microsoft/UI/Xaml/Resources/__init__.py +53 -0
- win32more/Microsoft/UI/Xaml/Shapes/__init__.py +538 -0
- win32more/Microsoft/UI/Xaml/XamlTypeInfo/__init__.py +39 -0
- win32more/Microsoft/UI/Xaml/__init__.py +6010 -0
- win32more/Microsoft/UI/__init__.py +912 -0
- win32more/Microsoft/Web/WebView2/Core/__init__.py +4685 -0
- win32more/Microsoft/Windows/AppLifecycle/__init__.py +180 -0
- win32more/Microsoft/Windows/AppNotifications/Builder/__init__.py +572 -0
- win32more/Microsoft/Windows/AppNotifications/__init__.py +333 -0
- win32more/Microsoft/Windows/ApplicationModel/DynamicDependency/__init__.py +244 -0
- win32more/Microsoft/Windows/ApplicationModel/Resources/__init__.py +322 -0
- win32more/Microsoft/Windows/ApplicationModel/WindowsAppRuntime/__init__.py +114 -0
- win32more/Microsoft/Windows/Management/Deployment/__init__.py +1114 -0
- win32more/Microsoft/Windows/PushNotifications/__init__.py +146 -0
- win32more/Microsoft/Windows/Security/AccessControl/__init__.py +25 -0
- win32more/Microsoft/Windows/System/Power/__init__.py +223 -0
- win32more/Microsoft/Windows/System/__init__.py +78 -0
- win32more/Microsoft/Windows/Widgets/Feeds/Providers/__init__.py +181 -0
- win32more/Microsoft/Windows/Widgets/Providers/__init__.py +325 -0
- win32more/Microsoft/Windows/Widgets/__init__.py +11 -0
- win32more/appsdk/versioninfo.py +3 -0
- win32more/dll/arm64/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
- win32more/dll/x64/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
- win32more/dll/x86/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
- win32more_microsoft_windowsappsdk-0.6.1.5.240227000.dist-info/METADATA +5 -0
- win32more_microsoft_windowsappsdk-0.6.1.5.240227000.dist-info/RECORD +66 -0
- win32more_microsoft_windowsappsdk-0.6.1.5.240227000.dist-info/WHEEL +5 -0
- win32more_microsoft_windowsappsdk-0.6.1.5.240227000.dist-info/licenses/LICENSE (Microsoft.WindowsAppSDK).txt +90 -0
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
from __future__ import annotations
|
|
2
|
+
from win32more.winrt.prelude import *
|
|
3
|
+
import win32more.Microsoft.Windows.AppLifecycle
|
|
4
|
+
import win32more.Windows.ApplicationModel.Core
|
|
5
|
+
import win32more.Windows.Foundation
|
|
6
|
+
import win32more.Windows.Foundation.Collections
|
|
7
|
+
class ActivationRegistrationManager(ComPtr):
|
|
8
|
+
extends: IInspectable
|
|
9
|
+
_classid_ = 'Microsoft.Windows.AppLifecycle.ActivationRegistrationManager'
|
|
10
|
+
@winrt_classmethod
|
|
11
|
+
def RegisterForFileTypeActivation(cls: win32more.Microsoft.Windows.AppLifecycle.IActivationRegistrationManagerStatics, supportedFileTypes: PassArray[WinRT_String], logo: WinRT_String, displayName: WinRT_String, supportedVerbs: PassArray[WinRT_String], exePath: WinRT_String) -> Void: ...
|
|
12
|
+
@winrt_classmethod
|
|
13
|
+
def RegisterForProtocolActivation(cls: win32more.Microsoft.Windows.AppLifecycle.IActivationRegistrationManagerStatics, scheme: WinRT_String, logo: WinRT_String, displayName: WinRT_String, exePath: WinRT_String) -> Void: ...
|
|
14
|
+
@winrt_classmethod
|
|
15
|
+
def RegisterForStartupActivation(cls: win32more.Microsoft.Windows.AppLifecycle.IActivationRegistrationManagerStatics, taskId: WinRT_String, exePath: WinRT_String) -> Void: ...
|
|
16
|
+
@winrt_classmethod
|
|
17
|
+
def UnregisterForFileTypeActivation(cls: win32more.Microsoft.Windows.AppLifecycle.IActivationRegistrationManagerStatics, fileTypes: PassArray[WinRT_String], exePath: WinRT_String) -> Void: ...
|
|
18
|
+
@winrt_classmethod
|
|
19
|
+
def UnregisterForProtocolActivation(cls: win32more.Microsoft.Windows.AppLifecycle.IActivationRegistrationManagerStatics, scheme: WinRT_String, exePath: WinRT_String) -> Void: ...
|
|
20
|
+
@winrt_classmethod
|
|
21
|
+
def UnregisterForStartupActivation(cls: win32more.Microsoft.Windows.AppLifecycle.IActivationRegistrationManagerStatics, taskId: WinRT_String) -> Void: ...
|
|
22
|
+
class AppActivationArguments(ComPtr):
|
|
23
|
+
extends: IInspectable
|
|
24
|
+
default_interface: win32more.Microsoft.Windows.AppLifecycle.IAppActivationArguments
|
|
25
|
+
_classid_ = 'Microsoft.Windows.AppLifecycle.AppActivationArguments'
|
|
26
|
+
@winrt_mixinmethod
|
|
27
|
+
def get_Kind(self: win32more.Microsoft.Windows.AppLifecycle.IAppActivationArguments) -> win32more.Microsoft.Windows.AppLifecycle.ExtendedActivationKind: ...
|
|
28
|
+
@winrt_mixinmethod
|
|
29
|
+
def get_Data(self: win32more.Microsoft.Windows.AppLifecycle.IAppActivationArguments) -> IInspectable: ...
|
|
30
|
+
Data = property(get_Data, None)
|
|
31
|
+
Kind = property(get_Kind, None)
|
|
32
|
+
class AppInstance(ComPtr):
|
|
33
|
+
extends: IInspectable
|
|
34
|
+
default_interface: win32more.Microsoft.Windows.AppLifecycle.IAppInstance
|
|
35
|
+
_classid_ = 'Microsoft.Windows.AppLifecycle.AppInstance'
|
|
36
|
+
@winrt_mixinmethod
|
|
37
|
+
def UnregisterKey(self: win32more.Microsoft.Windows.AppLifecycle.IAppInstance) -> Void: ...
|
|
38
|
+
@winrt_mixinmethod
|
|
39
|
+
def RedirectActivationToAsync(self: win32more.Microsoft.Windows.AppLifecycle.IAppInstance, args: win32more.Microsoft.Windows.AppLifecycle.AppActivationArguments) -> win32more.Windows.Foundation.IAsyncAction: ...
|
|
40
|
+
@winrt_mixinmethod
|
|
41
|
+
def GetActivatedEventArgs(self: win32more.Microsoft.Windows.AppLifecycle.IAppInstance) -> win32more.Microsoft.Windows.AppLifecycle.AppActivationArguments: ...
|
|
42
|
+
@winrt_mixinmethod
|
|
43
|
+
def add_Activated(self: win32more.Microsoft.Windows.AppLifecycle.IAppInstance, handler: win32more.Windows.Foundation.EventHandler[win32more.Microsoft.Windows.AppLifecycle.AppActivationArguments]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
44
|
+
@winrt_mixinmethod
|
|
45
|
+
def remove_Activated(self: win32more.Microsoft.Windows.AppLifecycle.IAppInstance, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
46
|
+
@winrt_mixinmethod
|
|
47
|
+
def get_Key(self: win32more.Microsoft.Windows.AppLifecycle.IAppInstance) -> WinRT_String: ...
|
|
48
|
+
@winrt_mixinmethod
|
|
49
|
+
def get_IsCurrent(self: win32more.Microsoft.Windows.AppLifecycle.IAppInstance) -> Boolean: ...
|
|
50
|
+
@winrt_mixinmethod
|
|
51
|
+
def get_ProcessId(self: win32more.Microsoft.Windows.AppLifecycle.IAppInstance) -> UInt32: ...
|
|
52
|
+
@winrt_classmethod
|
|
53
|
+
def Restart(cls: win32more.Microsoft.Windows.AppLifecycle.IAppInstanceStatics2, arguments: WinRT_String) -> win32more.Windows.ApplicationModel.Core.AppRestartFailureReason: ...
|
|
54
|
+
@winrt_classmethod
|
|
55
|
+
def GetCurrent(cls: win32more.Microsoft.Windows.AppLifecycle.IAppInstanceStatics) -> win32more.Microsoft.Windows.AppLifecycle.AppInstance: ...
|
|
56
|
+
@winrt_classmethod
|
|
57
|
+
def GetInstances(cls: win32more.Microsoft.Windows.AppLifecycle.IAppInstanceStatics) -> win32more.Windows.Foundation.Collections.IVector[win32more.Microsoft.Windows.AppLifecycle.AppInstance]: ...
|
|
58
|
+
@winrt_classmethod
|
|
59
|
+
def FindOrRegisterForKey(cls: win32more.Microsoft.Windows.AppLifecycle.IAppInstanceStatics, key: WinRT_String) -> win32more.Microsoft.Windows.AppLifecycle.AppInstance: ...
|
|
60
|
+
IsCurrent = property(get_IsCurrent, None)
|
|
61
|
+
Key = property(get_Key, None)
|
|
62
|
+
ProcessId = property(get_ProcessId, None)
|
|
63
|
+
Activated = event()
|
|
64
|
+
AppLifecycleContract: UInt32 = 131072
|
|
65
|
+
class ExtendedActivationKind(Enum, Int32):
|
|
66
|
+
Launch = 0
|
|
67
|
+
Search = 1
|
|
68
|
+
ShareTarget = 2
|
|
69
|
+
File = 3
|
|
70
|
+
Protocol = 4
|
|
71
|
+
FileOpenPicker = 5
|
|
72
|
+
FileSavePicker = 6
|
|
73
|
+
CachedFileUpdater = 7
|
|
74
|
+
ContactPicker = 8
|
|
75
|
+
Device = 9
|
|
76
|
+
PrintTaskSettings = 10
|
|
77
|
+
CameraSettings = 11
|
|
78
|
+
RestrictedLaunch = 12
|
|
79
|
+
AppointmentsProvider = 13
|
|
80
|
+
Contact = 14
|
|
81
|
+
LockScreenCall = 15
|
|
82
|
+
VoiceCommand = 16
|
|
83
|
+
LockScreen = 17
|
|
84
|
+
PickerReturned = 1000
|
|
85
|
+
WalletAction = 1001
|
|
86
|
+
PickFileContinuation = 1002
|
|
87
|
+
PickSaveFileContinuation = 1003
|
|
88
|
+
PickFolderContinuation = 1004
|
|
89
|
+
WebAuthenticationBrokerContinuation = 1005
|
|
90
|
+
WebAccountProvider = 1006
|
|
91
|
+
ComponentUI = 1007
|
|
92
|
+
ProtocolForResults = 1009
|
|
93
|
+
ToastNotification = 1010
|
|
94
|
+
Print3DWorkflow = 1011
|
|
95
|
+
DialReceiver = 1012
|
|
96
|
+
DevicePairing = 1013
|
|
97
|
+
UserDataAccountsProvider = 1014
|
|
98
|
+
FilePickerExperience = 1015
|
|
99
|
+
LockScreenComponent = 1016
|
|
100
|
+
ContactPanel = 1017
|
|
101
|
+
PrintWorkflowForegroundTask = 1018
|
|
102
|
+
GameUIProvider = 1019
|
|
103
|
+
StartupTask = 1020
|
|
104
|
+
CommandLineLaunch = 1021
|
|
105
|
+
BarcodeScannerProvider = 1022
|
|
106
|
+
PrintSupportJobUI = 1023
|
|
107
|
+
PrintSupportSettingsUI = 1024
|
|
108
|
+
PhoneCallActivation = 1025
|
|
109
|
+
VpnForeground = 1026
|
|
110
|
+
Push = 5000
|
|
111
|
+
AppNotification = 5001
|
|
112
|
+
class IActivationRegistrationManagerStatics(ComPtr):
|
|
113
|
+
extends: IInspectable
|
|
114
|
+
_classid_ = 'Microsoft.Windows.AppLifecycle.IActivationRegistrationManagerStatics'
|
|
115
|
+
_iid_ = Guid('{5ac4e92e-017b-5d68-8198-f68636ab99d3}')
|
|
116
|
+
@winrt_commethod(6)
|
|
117
|
+
def RegisterForFileTypeActivation(self, supportedFileTypes: PassArray[WinRT_String], logo: WinRT_String, displayName: WinRT_String, supportedVerbs: PassArray[WinRT_String], exePath: WinRT_String) -> Void: ...
|
|
118
|
+
@winrt_commethod(7)
|
|
119
|
+
def RegisterForProtocolActivation(self, scheme: WinRT_String, logo: WinRT_String, displayName: WinRT_String, exePath: WinRT_String) -> Void: ...
|
|
120
|
+
@winrt_commethod(8)
|
|
121
|
+
def RegisterForStartupActivation(self, taskId: WinRT_String, exePath: WinRT_String) -> Void: ...
|
|
122
|
+
@winrt_commethod(9)
|
|
123
|
+
def UnregisterForFileTypeActivation(self, fileTypes: PassArray[WinRT_String], exePath: WinRT_String) -> Void: ...
|
|
124
|
+
@winrt_commethod(10)
|
|
125
|
+
def UnregisterForProtocolActivation(self, scheme: WinRT_String, exePath: WinRT_String) -> Void: ...
|
|
126
|
+
@winrt_commethod(11)
|
|
127
|
+
def UnregisterForStartupActivation(self, taskId: WinRT_String) -> Void: ...
|
|
128
|
+
class IAppActivationArguments(ComPtr):
|
|
129
|
+
extends: IInspectable
|
|
130
|
+
_classid_ = 'Microsoft.Windows.AppLifecycle.IAppActivationArguments'
|
|
131
|
+
_iid_ = Guid('{14f99eaf-1580-5062-bdc8-d5d1c31138fb}')
|
|
132
|
+
@winrt_commethod(6)
|
|
133
|
+
def get_Kind(self) -> win32more.Microsoft.Windows.AppLifecycle.ExtendedActivationKind: ...
|
|
134
|
+
@winrt_commethod(7)
|
|
135
|
+
def get_Data(self) -> IInspectable: ...
|
|
136
|
+
Data = property(get_Data, None)
|
|
137
|
+
Kind = property(get_Kind, None)
|
|
138
|
+
class IAppInstance(ComPtr):
|
|
139
|
+
extends: IInspectable
|
|
140
|
+
_classid_ = 'Microsoft.Windows.AppLifecycle.IAppInstance'
|
|
141
|
+
_iid_ = Guid('{75766ae4-0239-5a26-b9da-d5bfc75a4866}')
|
|
142
|
+
@winrt_commethod(6)
|
|
143
|
+
def UnregisterKey(self) -> Void: ...
|
|
144
|
+
@winrt_commethod(7)
|
|
145
|
+
def RedirectActivationToAsync(self, args: win32more.Microsoft.Windows.AppLifecycle.AppActivationArguments) -> win32more.Windows.Foundation.IAsyncAction: ...
|
|
146
|
+
@winrt_commethod(8)
|
|
147
|
+
def GetActivatedEventArgs(self) -> win32more.Microsoft.Windows.AppLifecycle.AppActivationArguments: ...
|
|
148
|
+
@winrt_commethod(9)
|
|
149
|
+
def add_Activated(self, handler: win32more.Windows.Foundation.EventHandler[win32more.Microsoft.Windows.AppLifecycle.AppActivationArguments]) -> win32more.Windows.Foundation.EventRegistrationToken: ...
|
|
150
|
+
@winrt_commethod(10)
|
|
151
|
+
def remove_Activated(self, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
152
|
+
@winrt_commethod(11)
|
|
153
|
+
def get_Key(self) -> WinRT_String: ...
|
|
154
|
+
@winrt_commethod(12)
|
|
155
|
+
def get_IsCurrent(self) -> Boolean: ...
|
|
156
|
+
@winrt_commethod(13)
|
|
157
|
+
def get_ProcessId(self) -> UInt32: ...
|
|
158
|
+
IsCurrent = property(get_IsCurrent, None)
|
|
159
|
+
Key = property(get_Key, None)
|
|
160
|
+
ProcessId = property(get_ProcessId, None)
|
|
161
|
+
Activated = event()
|
|
162
|
+
class IAppInstanceStatics(ComPtr):
|
|
163
|
+
extends: IInspectable
|
|
164
|
+
_classid_ = 'Microsoft.Windows.AppLifecycle.IAppInstanceStatics'
|
|
165
|
+
_iid_ = Guid('{4f414b25-8330-5a9b-bbc1-8229d479649d}')
|
|
166
|
+
@winrt_commethod(6)
|
|
167
|
+
def GetCurrent(self) -> win32more.Microsoft.Windows.AppLifecycle.AppInstance: ...
|
|
168
|
+
@winrt_commethod(7)
|
|
169
|
+
def GetInstances(self) -> win32more.Windows.Foundation.Collections.IVector[win32more.Microsoft.Windows.AppLifecycle.AppInstance]: ...
|
|
170
|
+
@winrt_commethod(8)
|
|
171
|
+
def FindOrRegisterForKey(self, key: WinRT_String) -> win32more.Microsoft.Windows.AppLifecycle.AppInstance: ...
|
|
172
|
+
class IAppInstanceStatics2(ComPtr):
|
|
173
|
+
extends: IInspectable
|
|
174
|
+
_classid_ = 'Microsoft.Windows.AppLifecycle.IAppInstanceStatics2'
|
|
175
|
+
_iid_ = Guid('{fe9f1885-7160-5397-ba9b-5890b24fdc04}')
|
|
176
|
+
@winrt_commethod(6)
|
|
177
|
+
def Restart(self, arguments: WinRT_String) -> win32more.Windows.ApplicationModel.Core.AppRestartFailureReason: ...
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
make_ready(__name__)
|