0

Can someone explain what is the difference between PowerReadDCValue, PowerReadDCValueIndex, and PowerReadDCDefaultIndex?

I'm mainly concerned about "what is index"? And "what is default index"?

nobody
  • 19,814
  • 17
  • 56
  • 77
ahmd0
  • 16,633
  • 33
  • 137
  • 233

1 Answers1

-1

consider the current Minimal power state is 10%.

the 1st function returns "10" string.

the 2nd function returns 10 (DWORD) index.

the 3rd function returns 5(DWORD) index.

const
  • 49
  • 3