Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

BATTERY_MANUFACTURE_DATE structure

Battery miniclass drivers fill in this structure in response to certain BatteryMiniQueryInformation requests.

Syntax

typedef struct _BATTERY_MANUFACTURE_DATE {
 UCHAR  Day;
 UCHAR  Month;
 USHORT Year;
} BATTERY_MANUFACTURE_DATE, *PBATTERY_MANUFACTURE_DATE;

Members

  • Day
    Specifies a value in the range 1 to 31, inclusive.

  • Month
    Specifies a value in the range 1 to 12, inclusive.

  • Year
    Specifies a value >= 1996.

Requirements

Header

Batclass.h (include Batclass.h)

See also

BatteryMiniQueryInformation

Send comments about this topic to Microsoft

Additional resources