Back to Wsl

Not Yet Implemented and Known Gaps

doc/docs/api-reference/cpp/not-yet-implemented-and-known-gaps.md

2.9.41000 B
Original Source

Not Yet Implemented and Known Gaps

GapDetails
Handle-based image import/loadThe C API exposes WslcImportSessionImage and WslcLoadSessionImage from a HANDLE; the WinRT metadata exposes path-based ImportImage / ImportImageAsync and LoadImage / LoadImageAsync.
Explicit container start flagsContainer::Start() takes no parameters. In winrt_Container.cpp, the wrapper automatically sets WSLC_CONTAINER_START_FLAG_ATTACH when the init process output mode is Event or Stream.
Raw process callback plumbingThe C API exposes WslcSetProcessSettingsCallbacks, WslcGetProcessExitEvent, and raw I/O handles. The WinRT projection hides that behind ProcessSettings::OutputMode, OutputReceived, ErrorReceived, Exited, GetInputStream, and GetOutputStream.
Missing wrapper source files in this dropwinrt_CMakeLists.txt references PullImageOptions, PushImageOptions, TagImageOptions, VhdOptions, and ServiceVersion