2003-06-06 Danny Smith <dannysmith@users.sourceforge.net>
* 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:
25
winsup/w32api/lib/powrprof.def
Normal file
25
winsup/w32api/lib/powrprof.def
Normal 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
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user