Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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