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 |