-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed as not planned
Labels
OS-windowsextension-modulesC modules in the Modules dirC modules in the Modules dirtype-featureA feature request or enhancementA feature request or enhancement
Description
Feature or enhancement
Proposal:
This issue suggests adding new _winapi constants.
It is usually in the dwFlags
member of lpStartupInfo
parameter of CreateProcess
and is used to run the application on a holographic device, such as Microsoft HoloLens or Windows Mixed Reality (Maybe there are others, but I haven't heard of them.)
e.g.
_winapi.CreateProcess(
python_exe, cmd,
None, None, False, 0, env, None,
STARTUPINFO(dwFlags=STARTF_HOLOGRAPHIC))
(It is only available in the when the system DDI is greater than win10 future.)
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response
Metadata
Metadata
Assignees
Labels
OS-windowsextension-modulesC modules in the Modules dirC modules in the Modules dirtype-featureA feature request or enhancementA feature request or enhancement