EnumPwrSchemes (powrprof)
Last changed: -84.81.49.194

.
Summary
TODO - a short description

C# Signature:

[DllImport("powrprof.dll", SetLastError=true)]
private static extern bool EnumPwrSchemes(PwrSchemesEnumProc lpfnPwrSchemesEnumProc, int lParam);

VB Signature:

Declare Function EnumPwrSchemes Lib "powrprof.dll" (TODO) As TODO

User-Defined Types:

PwrSchemesEnumProc

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation