Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Description
Returns the Id that uniquely identifies an operation.
Syntax
UINT64 WINAPI
HcsGetOperationId(
_In_ HCS_OPERATION operation
);
Parameters
operation
The handle to an active operation.
Return Values
If the function succeeds, the return value is the operation's Id.
If the operation is invalid, the return value is HCS_INVALID_OPERATION_ID.
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 |