INT 2F U - POWER.EXE - GET STATISTICS                                           
	AX = 5481h
	BX = which statistics
	    0000h idle detection
	    0001h APM statistics
	CX = length of buffer in bytes
	DS:SI -> buffer for statistics (see #02843,#02844)
Return: AX = status
	    0000h successful
	    0071h "ERROR_PM_BUFFER_TOO_SMALL"
	    0087h "ERROR_PM_INVALID_PARAMETER"
SeeAlso: AH=53h,AX=5400h,AX=5480h,AX=5402h,AX=5482h


Format of POWER.EXE idle detection statistics:
Offset	Size	Description	(Table 02843)
 00h	DWORDDoubleword; four bytes.	 Commonly used to hold a 32-bit segment:offset or selector:offset address.	"CPU_ON_TIME" total time CPU(Central Processing Unit) The microprocessor which executes programs on your computer. is active with POWER.EXE idle
		  detection enabled, in timer ticks
 04h	DWORDDoubleword; four bytes.	 Commonly used to hold a 32-bit segment:offset or selector:offset address.	"CPU_IDLE_TIME" timer ticks during which CPU(Central Processing Unit) The microprocessor which executes programs on your computer. was idle
		(divide by previous to get idle	rate)
 08h	DWORDDoubleword; four bytes.	 Commonly used to hold a 32-bit segment:offset or selector:offset address.	total idle calls
 0Ch	DWORDDoubleword; four bytes.	 Commonly used to hold a 32-bit segment:offset or selector:offset address.	"TOTAL_APP_IDLE" total INT 2Fh idle calls
 10h	DWORDDoubleword; four bytes.	 Commonly used to hold a 32-bit segment:offset or selector:offset address.	"TOTAL_DOS_YIELD" total INT 28h idle calls
 14h	DWORDDoubleword; four bytes.	 Commonly used to hold a 32-bit segment:offset or selector:offset address.	"TOTAL_KEY_IDLE" total INT 16h idle calls
 18h	DWORDDoubleword; four bytes.	 Commonly used to hold a 32-bit segment:offset or selector:offset address.	"TOTAL_DOS_IDLE" total INT 2Ah idle calls


Format of APM statistics:
Offset	Size	Description	(Table 02844)
 00h	DWORDDoubleword; four bytes.	 Commonly used to hold a 32-bit segment:offset or selector:offset address.	"RESUME_COUNT" total number of resumes since last APM_ENABLE