EFI_GET_NEXT_HIGH_MONO_COUNT

Returns the next high 32 bits of the platform's monotonic counter.

@paramout HighCount The pointer to returned value.

@retval EFI_SUCCESS The next high monotonic count was returned. @retval EFI_INVALID_PARAMETER HighCount is NULL. @retval EFI_DEVICE_ERROR The device is not functioning properly.

extern (C)
alias EFI_GET_NEXT_HIGH_MONO_COUNT = EFI_STATUS function
(
UINT32* HighCount
)
@nogc nothrow

Meta