Skip to content

Latest commit

 

History

History
52 lines (41 loc) · 965 Bytes

File metadata and controls

52 lines (41 loc) · 965 Bytes
title description author ms.author ms.topic ms.service ms.date api_name api_location api_type topic_type
HcsCloseOperation
HcsCloseOperation
sethmanheim
sethm
reference
virtualization
06/09/2021
HcsCloseOperation
computecore.dll
DllExport
apiref

HcsCloseOperation

Description

Close the operation, freeing any tracking resources associated with the operation. An operation can be closed from within a callback.

Syntax

void WINAPI
HcsCloseOperation(
    _In_ HCS_OPERATION operation
    );

Parameters

operation

Handle to an operation.

Return Values

None.

Requirements

Parameter Description
Minimum supported client Windows 10, version 1809
Minimum supported server Windows Server 2019
Target Platform Windows
Header ComputeCore.h
Library ComputeCore.lib
Dll ComputeCore.dll