Asked by:
Any way to catch ACPI events???

Question
-
Environment:Win7,C# or c++
Any functions to catch ACPI events by hardware??
I searched but no result ,could you give me some info Or a reference
MarcusThursday, May 6, 2010 9:43 AM
All replies
-
Hi,
Do u mean system power mode change? If yes, refer to SystemEvents.PowerModeChanged http://msdn.microsoft.com/en-us/library/microsoft.win32.systemevents.powermodechanged.aspx
and
Friday, May 7, 2010 2:40 PM -
Hi,
Do u mean system power mode change? If yes, refer to SystemEvents.PowerModeChanged http://msdn.microsoft.com/en-us/library/microsoft.win32.systemevents.powermodechanged.aspx
and
No , i 'm trying to catch the hardware events generated by Fn+Fx.
MarcusMonday, May 10, 2010 1:09 AM -
Hello,
You might need first check if WM_KEYDOWN can be received when you press Fn+Fx. What is the value?
Harry
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.Thursday, May 13, 2010 9:40 AM -
Hello,
You might need first check if WM_KEYDOWN can be received when you press Fn+Fx. What is the value?
Harry
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.
NO, there will be no key message sent to Windows. Microchip on Keyboard will generate a new value while Fn+Fx is pressed, then , Do you know some ways to get the events generated by microchip??
MarcusTuesday, May 18, 2010 1:03 AM