master
md 10 lines 611 Bytes
Rendered Raw
1 # Not Yet Implemented APIs
2
3 The following APIs or features are **not yet implemented** and will return **`E_NOTIMPL`** when called. This list is provided so callers can plan accordingly:
4
5 | API / Feature | Details |
6 |---|---|
7 | **`WslcSetContainerSettingsPortMappings`** — UDP protocol | Only **TCP** (`WSLC_PORT_PROTOCOL_TCP`) is supported. Passing `WSLC_PORT_PROTOCOL_UDP` returns `E_NOTIMPL`. |
8 | **`WslcCreateSessionVhdVolume`** / **`WslcSetSessionSettingsVhd`** — fixed VHD type | Only **dynamic** VHDs (`WSLC_VHD_TYPE_DYNAMIC`) are supported. Passing `WSLC_VHD_TYPE_FIXED` returns `E_NOTIMPL`. |
9
10 ---