Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 956 Bytes

HCS_OPERATION_COMPLETION.md

File metadata and controls

50 lines (39 loc) · 956 Bytes
title description author ms.author ms.topic ms.service ms.date api_name api_location api_type topic_type
HCS_OPERATION_COMPLETION
About HCS_OPERATION_COMPLETION
sethmanheim
sethm
reference
virtualization
06/09/2021
HCS_OPERATION_TYPE
computecore.dll
DllExport
apiref

About HCS_OPERATION_COMPLETION

Description

Function type for the completion callback of an operation.

Syntax

typedef void (CALLBACK *HCS_OPERATION_COMPLETION)(
    _In_ HCS_OPERATION operation,
    _In_opt_ void* context
    );

Parameters

operation

Handle to an operation on a compute system.

context

Handle to the pointer of callback context.

Requirements

Parameter Description
Minimum supported client Windows 10, version 1809
Minimum supported server Windows Server 2019
Target Platform Windows
Header ComputeDefs.h