* lib/test.c: #include <powerprof.h>.

2003-06-06  James E. Lucas  <xelloss@sourceforge.net>

	* include/powerprof.h: New file.
	* lib/powerprof.def: New file.

2003-06-06  Danny Smith  <dannysmith@users.sourceforge.net>

	* include/winnt (SLIST_HEADER): Add C90 anonymous struct
	protection.
This commit is contained in:
Danny Smith
2003-06-06 00:24:34 +00:00
parent 979233a51a
commit b0ad6f2ba5
5 changed files with 162 additions and 2 deletions

View File

@@ -0,0 +1,25 @@
LIBRARY POWRPROF.dll
EXPORTS
CallNtPowerInformation@20
CanUserWritePwrScheme@0
DeletePwrScheme@4
EnumPwrSchemes@8
GetActivePwrScheme@4
GetCurrentPowerPolicies@8
GetPwrCapabilities@4
GetPwrDiskSpindownRange@8
IsAdminOverrideActive@4
IsPwrHibernateAllowed@0
IsPwrShutdownAllowed@0
IsPwrSuspendAllowed@0
LoadCurrentPwrScheme@16
MergeLegacyPwrScheme@16
ReadGlobalPwrPolicy@4
ReadProcessorPwrScheme@8
ReadPwrScheme@8
SetActivePwrScheme@12
SetSuspendState@12
ValidatePowerPolicies@8
WriteGlobalPwrPolicy@4
WriteProcessorPwrScheme@8
WritePwrScheme@16

View File

@@ -43,6 +43,7 @@
#include <ntdef.h>
#include <ntsecapi.h>
#include <odbcinst.h>
#include <powrprof.h>
#include <psapi.h>
#include <ras.h>
#include <rasdlg.h>