-
-
Notifications
You must be signed in to change notification settings - Fork 16.2k
Tracking Issue for CommandExt::desktop for Windows #158852
Copy link
Copy link
Open
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCS-tracking-unimplementedStatus: The feature has not been implemented.Status: The feature has not been implemented.T-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.
Description
Activity
Metadata
Metadata
Assignees
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCS-tracking-unimplementedStatus: The feature has not been implemented.Status: The feature has not been implemented.T-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.
The feature gate for the issue is
#![feature(windows_process_extensions_desktop)].This is a tracking issue for a new
desktopbuilder 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
Steps / History
(Remember to update the
S-tracking-*label when checking boxes.)std::os::windows::process::CommandExtlibs-team#221desktopmethod toCommandExt#158855Unresolved Questions
Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩