DevicePowerClose (powrprof)
Last changed: anonymous

.
Summary
Frees all nodes in the device list and destroys the device list.

C# Signature:

[DllImport("powrprof.dll", SetLastError=true)]
[return: MarshalAs(UnmanagedType.Bool)]
static extern bool DevicePowerClose();

VB Signature:

Declare Function DevicePowerClose 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