Hi All,
I would like to know is it possible to capture ACPI notification via user application?.
Basically what i am trying is – whenever OS gets ACPI notification, same should be capture by my application and get the detail of ACPI event.
is there any win32Api call available for the same or any other method to obtain the same.
Any resource like link/blog or sample code available please do share the information.
Thanks & Regards,
Ram
All notifications or specific ones? Nothing is exposed directly to user mode
d
-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of xxxxx@gmail.com
Sent: Sunday, October 05, 2014 10:25 PM
To: Windows System Software Devs Interest List
Subject: [ntdev] Capturing ACPI Notification
Hi All,
I would like to know is it possible to capture ACPI notification via user application?.
Basically what i am trying is – whenever OS gets ACPI notification, same should be capture by my application and get the detail of ACPI event.
is there any win32Api call available for the same or any other method to obtain the same.
Any resource like link/blog or sample code available please do share the information.
Thanks & Regards,
Ram
NTDEV is sponsored by OSR
Visit the list at: http://www.osronline.com/showlists.cfm?list=ntdev
OSR is HIRING!! See http://www.osr.com/careers
For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars
To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer
@Doron Holon
I would like to get notified about all ACPI events.
I may not perform operation on receiving all ACPI but i would like to get notified.
or
is it possible to register particular ACPI event and get notified for the same?
What bigger problem are you trying to solve?
d
Bent from my phone
From: xxxxx@gmail.commailto:xxxxx
Sent: ?10/?5/?2014 10:56 PM
To: Windows System Software Devs Interest Listmailto:xxxxx
Subject: RE:[ntdev] Capturing ACPI Notification
@Doron Holon
I would like to get notified about all ACPI events.
I may not perform operation on receiving all ACPI but i would like to get notified.
or
is it possible to register particular ACPI event and get notified for the same?
—
NTDEV is sponsored by OSR
Visit the list at: http://www.osronline.com/showlists.cfm?list=ntdev
OSR is HIRING!! See http://www.osr.com/careers
For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars
To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer</mailto:xxxxx></mailto:xxxxx>
I have an application which has to be invoked for certain ACPI notification.
So developing service which monitors for certain ACPI notification and which invoke my application.
Do you have control of the BIOS, or do you know which events/items the ACPI BIOS exports?
You can export events via the ACPI-to-WMI Mapper:
http://msdn.microsoft.com/en-us/library/windows/hardware/dn614028(v=vs.85).aspx
and sample ASL at:
http://code.msdn.microsoft.com/windowshardware/WMI-ACPI-Sample-16c6da4f
Peter
OSR
@OSRDrivers