Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 901 Bytes

File metadata and controls

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

HCS_EVENT_CALLBACK

Description

Function type for compute system event callbacks.

Syntax

typedef void (CALLBACK *HCS_EVENT_CALLBACK)(
    _In_ HCS_EVENT* event,
    _In_opt_ void* context
    );

Parameters

event

Handle to the pointer of HCS_EVENT.

context

Handle for context of callback.

Requirements

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