Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Description
Returns the volume path for a virtual disk of a writable container layer.
Syntax
HRESULT WINAPI
HcsGetLayerVhdMountPath(
_In_ HANDLE vhdHandle,
_Outptr_ PWSTR* mountPath
);
Parameters
vhdHandle
The handle to a mounted virtual hard disk on the host.
mountPath
Receives the volume path for the layer. It is the caller's responsibility to release the returned string buffer using LocalFree.
Return Values
The function returns HRESULT.
Requirements
| Parameter | Description |
|---|---|
| Minimum supported client | Windows 10, version 1809 |
| Minimum supported server | Windows Server 2019 |
| Target Platform | Windows |
| Header | ComputeStorage.h |
| Library | ComputeStorage.lib |
| Dll | ComputeStorage.dll |