https://d.puremagic.com/issues/show_bug.cgi?id=12142
Summary: std.stdio should allow opening a Windows HANDLE
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Keywords: pull
Severity: enhancement
Priority: P2
Component: Phobos
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Vladimir Panteleev <[email protected]> 2014-02-12
20:56:33 EET ---
Windows C libraries expose APIs that allow binding a HANDLE to a file
descriptor (which can then be fdopen-ed to a FILE*, and wrapped into a
std.stdio.File). This functionality is already used by std.process, but user
code can also benefit from the ability to use HANDLEs (which can be pipes and
other devices) using std.stdio. Respectively, there should be a way to obtain a
HANDLE back from a File.
https://github.com/D-Programming-Language/phobos/pull/1888
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------