View Single Post
  #3 (permalink)  
Old 30th April 2003
mar.v.in mar.v.in is offline
Junior Member
BS.Player Newbie
 
Join Date: Apr 2003
Posts: 1
Rep Power: 0
mar.v.in is an unknown quantity at this point
Default Re: Same Matter

Quote:
Originally Posted by WingChunMan
Hi,

I actually have the same matter with the "shutdown when finished", please keep me informed about any solution, if I'll resolve the problem first I'll let you to know.
Well, as far as I can see, the problem is in BSplayer, which actually calls the wrong API to perform SHUTDOWN, when it should perform POWEROFF...

So to fix it, someone would need to change

ExitWindowsEx(EWX_SHUTDOWN, ....);

with

ExitWindowsEx(EWX_POWEROFF, ....);

in the source of BS..

Bye, M.
Reply With Quote
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20