Wmi Query having column data type as CIM_SINT8,CIM_SINT64

Gyanendar Manohar 21 Reputation points
2023-01-10T21:32:16.383+00:00

HI,

I see various CIM types defined here which are basically data type of WMI class data member. The instance of class gets retuned when WQL query is made from Wbemtest utility. I am looking for WMI system class which has data member of type CIM_SINT8,CIM_SINT64. The aim is to find out are these data types defined just for completeness or some system classes are making use it. Any pointers/clarification would be helpful.

Thanks,

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,709 questions
0 comments No comments
{count} votes

Accepted answer
  1. RLWA32 46,461 Reputation points
    2023-01-10T22:53:05.313+00:00

    Following two WMI classes use CIM_SINT8 and CIM_SINT64 --

    win32-pnpdevicepropertysint8

    win32-pnpdevicepropertysint64


0 additional answers

Sort by: Most helpful

Your answer

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