IWbemQuery interface (wmiutils.h)
The IWbemQuery interface provides an entry point through which a WMI Query Language (WQL) query can be parsed. For more information about WQL, see WQL (SQL for WMI).
The following table lists the methods for IWbemQuery.
Inheritance
The IWbemQuery interface inherits from the IUnknown interface. IWbemQuery also has these types of members:
Methods
The IWbemQuery interface has these methods.
IWbemQuery::Empty The IWbemQuery::Empty method frees the memory that the parser is holding. |
IWbemQuery::FreeMemory The IWbemQuery::FreeMemory method frees the memory that the parser returns to a caller in a previous call to GetAnalysis. |
IWbemQuery::GetAnalysis Gets the results of a successful query parse. |
IWbemQuery::Parse Parses a query string. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | wmiutils.h |