ICondition2 interface
Extends the functionality of the ICondition interface. ICondition2 provides methods for retrieving information about a search condition.
Members
The ICondition2 interface inherits from ICondition. ICondition2 also has these types of members:
Methods
The ICondition2 interface has these methods.
| Method | Description |
|---|---|
| GetLeafConditionInfo |
Retrieves the property name, operation, and value from a leaf search condition node. |
| GetLocale |
Retrieves the property name, operation, and value from a leaf search condition node. |
Remarks
The StructuredQuerySample code sample, available on Code Gallery and the Windows 7 SDK, demonstrates how to read lines from the console, parse them using the system schema, and display the resulting condition trees.
Requirements
|
Minimum supported client |
Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
|
IDL |
|
See also
- Reference
- CONDITION_TYPE
- CONDITION_OPERATION
- ICondition