EFI_BATTERY_CHARGING_COMPLETION_TOKEN

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

EFI_BATTERY_CHARGING_PROTOCOL.ChargeBattery

EFI_BATTERY_CHARGING_STATUS

 

 

Send comments about this topic to Microsoft