Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This structure defines the completion token used by EFI_BATTERY_CHARGING_PROTOCOL.ChargeBattery.
Syntax
typedef struct _EFI_BATTERY_CHARGING_COMPLETION_TOKEN {
EFI_EVENT Event;
EFI_BATTERY_CHARGING_STATUS Status;
} EFI_BATTERY_CHARGING_COMPLETION_TOKEN;
Members
Event
The event to signal after charge request is finished. The type of event must be EVT_NOTIFY_SIGNAL.
Status
The result of the completed operation.
Remarks
EFI_BATTERY_CHARGING_COMPLETION_TOKEN is returned in the CompletionToken parameter of EFI_BATTERY_CHARGING_PROTOCOL.ChargeBattery.
Requirements
Header: User generated