Platform SDK: Hardware |
The BATTERY_MANUFACTURE_DATE structure indicates the date of manufacture of a battery. It is used by the BATTERY_QUERY_INFORMATION structure when the BatteryManufactureDate information level is requested.
typedef struct _BATTERY_MANUFACTURE_DATE { UCHAR Day; UCHAR Month; USHORT Year; } BATTERY_MANUFACTURE_DATE, *PBATTERY_MANUFACTURE_DATE;
The date is encoded in the Gregorian or western calendar format.
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Unsupported.
Header: Declared in Batclass.h.
Device Input and Output Overview, Device Input and Output Structures, BATTERY_QUERY_INFORMATION, DeviceIoControl, IOCTL_BATTERY_QUERY_INFORMATION