WMI Class Query Values Result is no supported
Kuiccc
0
Reputation points
Hi all,
Get_N24_Mode is a Class that I added by myself. It has been compiled by MOFCOMP.exe and inserted into the ASL code, but is not supported when searching for a Property Value. What could be the cause of the problem?
"N24_Per_Mode" is defined as UINT8
Here is the documentation for my ASL code reference:
https://github.com/microsoft/Windows-driver-samples/blob/main/wmi/wmiacpi/wmi-acpi.htm
Here is my ASL code that returns the query value:
Method(WQAA, 1, NotSerialized) { //Arg0: InstanceName
If(LEqual(Arg0, Zero)) {
Return (Zero)
}
Else {
Return (One)
}
}
Windows for business | Windows Client for IT Pros | Devices and deployment | Other
Sign in to answer