PowerSettingRegisterNotification
[DllImport("powrprof.dll", SetLastError = true)]
public static extern IntPtr PowerSettingRegisterNotification(
IntPtr SettingGuid,
uint Flags
);Last updated
[DllImport("powrprof.dll", SetLastError = true)]
public static extern IntPtr PowerSettingRegisterNotification(
IntPtr SettingGuid,
uint Flags
);Last updated