Skip to content

Latest commit

 

History

History
58 lines (44 loc) · 1000 Bytes

File metadata and controls

58 lines (44 loc) · 1000 Bytes
title description author ms.author ms.topic ms.service ms.date api_name api_location api_type topic_type
HcsDestroyLayer
HcsDestroyLayer
sethmanheim
sethm
reference
virtualization
06/09/2021
HcsDestroyLayer
computecore.dll
DllExport
apiref

HcsDestroyLayer

Description

Deletes a layer from the host.

Syntax

HRESULT WINAPI
HcsDestroyLayer(
    _In_ PCWSTR layerPath
    );

Parameters

layerPath

Path of the layer to delete.

Return Values

The function returns HRESULT.

Remarks

Be careful when using this API, it deletes directories using high privilege rights. This function deletes a layer from the host.

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