WMI Class Query Values Result is no supported

Kuiccc 0 Reputation points
2023-12-19T06:06:16.9266667+00:00

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 UINT8WMICodeCreator_SPjl2lwh57

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
0 comments No comments
{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.