EFI_SET_WAKEUP_TIME

Sets the system wakeup alarm clock time.

@paramin Enable Enable or disable the wakeup alarm. @paramin Time If Enable is TRUE, the time to set the wakeup alarm for. If Enable is FALSE, then this parameter is optional, and may be NULL.

@retval EFI_SUCCESS If Enable is TRUE, then the wakeup alarm was enabled. If Enable is FALSE, then the wakeup alarm was disabled. @retval EFI_INVALID_PARAMETER A time field is out of range. @retval EFI_DEVICE_ERROR The wakeup time could not be set due to a hardware error. @retval EFI_UNSUPPORTED A wakeup timer is not supported on this platform.

extern (C)
alias EFI_SET_WAKEUP_TIME = EFI_STATUS function
(
BOOLEAN Enable
,)
@nogc nothrow

Meta