XPE SP2 Minlogon Shutdown

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to make my application, which is running under Minlogon, respond
to a Power Button press.

Initially I was only able to achieve a "hard shutdown" with no feedback from
my application. I reverted back to the original Minlogon component which
doesn't support the Power button and this keeps the application from shutting
down at all.

My application doesn't seem to be receiving any of the "normal" windows
power messages. What I do recieve is a message 0x218. Does anyone no where
I can get the interpretation for this message code? Or another way I can
have my application decide weather to allow the computer to shut down when
the power button is pressed.

Thanks.
 
Thank-you for pointing that out. That is the message I was looking for. My
confusion comes from the fact that my trace program "WinSight" does not agree
that 0x218 is WM_POWERBROADCAST. I wonder what else it is confused about.

Thanks.
 
Back
Top