Skip to content

Tracking Issue for CommandExt::desktop for Windows #158852

Description

@Krakoer

The feature gate for the issue is #![feature(windows_process_extensions_desktop)].

This is a tracking issue for a new desktop builder method of the Windows-specific CommandExt extension trait.

It will add the ability to configure the lpDesktop field of the STARTUPINFOW struct before calling CreateProcessW.

Public API

// std::os::windows::process

pub trait CommandExt: Sealed {
     fn desktop<S: AsRef<OsStr>>(&mut self, desktop: S) -> &mut process::Command;
}

Steps / History

(Remember to update the S-tracking-* label when checking boxes.)

Unresolved Questions

  • None yet.

Footnotes

  1. https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCS-tracking-unimplementedStatus: The feature has not been implemented.T-libsRelevant to the library team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions