Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 1.07 KB

HcsGetComputeSystemFromOperation.md

File metadata and controls

53 lines (41 loc) · 1.07 KB
title description author ms.author ms.topic ms.service ms.date api_name api_location api_type topic_type
HcsGetComputeSystemFromOperation
HcsGetComputeSystemFromOperation
sethmanheim
sethm
reference
virtualization
06/09/2021
HcsGetComputeSystemFromOperation
computecore.dll
DllExport
apiref

HcsGetComputeSystemFromOperation

Description

Get the compute system associated with operation.

Syntax

HCS_SYSTEM WINAPI
HcsGetComputeSystemFromOperation(
    _In_ HCS_OPERATION operation
    );

Parameters

operation

The handle to an active operation.

Return Values

Returns the HCS_SYSTEM handle to the compute system used by active operation, returns NULL if the operation is not active.

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