@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: Unhooks the WM_POWERBROADCAST message, cleaning up a call to RegisterPowerSettingNotification !!!!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@http://windowssdk.msdn.microsoft.com/en-us/library/ms703398(VS.80).aspx on MSDN
Edit user32.unregister...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.