Does anyone know how to call a ACPI method in C# on Windows?

Viewed 223

For example, there is an EPSW method, how should I call it in C#? Is there any relevant information?

enter image description here

OR

Method(EPSW, 1) {
...
}
0 Answers
Related