Skip to content

Add STARTF_HOLOGRAPHIC constant to _winapi module #127961

@rruuaanng

Description

@rruuaanng

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.)

@zooba

Has this already been discussed elsewhere?

No response given

Links to previous discussion of this feature:

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions