Hi guys,
I'm not getting PBT_APMQUERYSUSPEND when hibernate is issued using MediaPortal.
I looked up the latest SVN source code and saw that MediaProtal sets the force-flag to true thus immediately bringing Windows to hibernation (without asking applications using PBT_APMQUERYSUSPEND) when the command was issued using the RC.
See InputHandler.cs below case "POWER": // power down commands
At other places, MP does not use force, i.e. GUI button click.
Why do you use "force"?
Regards
dero
I'm not getting PBT_APMQUERYSUSPEND when hibernate is issued using MediaPortal.
I looked up the latest SVN source code and saw that MediaProtal sets the force-flag to true thus immediately bringing Windows to hibernation (without asking applications using PBT_APMQUERYSUSPEND) when the command was issued using the RC.
See InputHandler.cs below case "POWER": // power down commands
At other places, MP does not use force, i.e. GUI button click.
Why do you use "force"?
Regards
dero
Germany