Home | History | Annotate | Download | only in util

Lines Matching refs:WMI

5 // WMI (Windows Management and Instrumentation) is a big, complex, COM-based
12 // functionality that is needed right now which is to use WMI to launch a
17 // For more information about WMI programming:
29 class WMI {
31 // Creates an instance of the WMI service connected to the local computer and
41 // Creates a WMI method using from a WMI class named 'class_name' that
42 // contains a method named 'method_name'. Only WMI classes that are CIM
45 // WMI method that you can fill with parameter values using SetParameter.
60 // This class contains functionality of the WMI class 'Win32_Process'
76 // This class contains functionality of the WMI class 'Win32_ComputerSystem'