[DllImport("coredll.dll")]
static extern bool GetSystemPowerStatusEx(out SYSTEM_POWER_STATUS_EX pStatus,
bool fUpdate);
Declare Function GetSystemPowerStatusEx Lib "coredll.dll" _
(<Out()> ByRef pStatus As SYSTEM_POWER_STATUS_EX, _
ByVal fUpdate As Boolean) As Boolean
SYSTEM_POWER_STATUS_EX
None.
Please add some!
Please add some!
TODO