unregisterpowersettingnotification (user32)
Last changed: anonymous

.
Summary

C# Signature:

    [DllImport(@"User32", EntryPoint = "UnregisterPowerSettingNotification",
         CallingConvention = CallingConvention.StdCall)]
    private static extern bool UnregisterPowerSettingNotification(
        IntPtr handle);

VB Signature:

Declare Function UnregisterPowerSettingNotification Lib "user32.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

new to Windows Vista

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation
[UnregisterPowerSettingNotification]://windowssdk.msdn.microsoft.com/en-us/library/ms703398(VS.80).aspx on MSDN