Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "RegisterPowerSettingNotification" in [All]

user32

.

    [DllImport(@"User32", SetLastError=true, EntryPoint = "RegisterPowerSettingNotification",

.

    private static extern IntPtr RegisterPowerSettingNotification(

.

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

.

        hPowerSrc = RegisterPowerSettingNotification(hwnd,

.

        hBattCapacity = RegisterPowerSettingNotification(hwnd,

.

        hMonitorOn = RegisterPowerSettingNotification(hwnd,

.

        hPowerScheme = RegisterPowerSettingNotification(hwnd,

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

    [DllImport(@"User32", EntryPoint = "UnregisterPowerSettingNotification",

.

    private static extern bool UnregisterPowerSettingNotification(

.

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

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

 
Access PInvoke.net directly from VS: