Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Description
This function sets up the base OS layer for the use on a host based on the mounted volume (VHD).
Syntax
HRESULT WINAPI
HcsSetupBaseOSVolume(
_In_ PCWSTR layerPath,
_In_ PCWSTR volumePath,
_In_ PCWSTR options
);
Parameters
layerPath
Path to the root of the base OS layer.
vhdHandle
The handle to a VHD.
options
Optional JSON document of OsLayerOptions describing options for setting up the layer.
Return Values
The function returns HRESULT.
Requirements
Parameter | Description |
---|---|
Minimum supported client | Windows 10, version 2104 |
Minimum supported server | Windows Server 2022 |
Target Platform | Windows |
Header | ComputeStorage.h |
Library | ComputeStorage.lib |
Dll | ComputeStorage.dll |