EFI_SET_TIMER

Sets the type of timer and the trigger time for a timer event.

@paramin Event The timer event that is to be signaled at the specified time. @paramin Type The type of time that is specified in TriggerTime. @paramin TriggerTime The number of 100ns units until the timer expires. A TriggerTime of 0 is legal. If Type is TimerRelative and TriggerTime is 0, then the timer event will be signaled on the next timer tick. If Type is TimerPeriodic and TriggerTime is 0, then the timer event will be signaled on every timer tick.

@retval EFI_SUCCESS The event has been set to be signaled at the requested time. @retval EFI_INVALID_PARAMETER Event or Type is not valid.

extern (C)
alias EFI_SET_TIMER = EFI_STATUS function @nogc nothrow

Meta