PowerReadDCValueIndex (powrprof)
Last changed: -144.134.156.143

.
Summary
Retrieves the DC value index of the specified power setting.

C# Signature:

[DllImport("PowrProf.dll", SetLastError=true)]
public static extern uint PowerReadDCValueIndex(IntPtr RootPowerKey, IntPtr SchemeGuid, IntPtr SubGroupOfPowerSettingGuid, IntPtr PowerSettingGuid, ref UInt32 DcValueIndex);

VB Signature:

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

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation