MI_FilterFT structure (mi.h)

A support structure used in the MI_Filter structure. Use the functions with the name prefix "MI_Filter_" to manipulate these structures.

Syntax

typedef struct _MI_FilterFT {
  MI_Result(const MI_Filter *self, const MI_Instance *instance,MI_Boolean *result) * )(Evaluate;
  MI_Result(nst MI_Filter *self, const MI_Char **queryLang, const MI_Char **queryExpr) * )(coGetExpression;
} MI_FilterFT;

Members

Evaluate

The provider calls this function to evaluate an instance against a given filter. See MI_Filter_Evaluate.

GetExpression

Gets the filter language and expression. See MI_Filter_GetExpression.

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Header mi.h
Redistributable Windows Management Framework 3.0 on Windows Server 2008 R2 with SP1, Windows 7 with SP1, and Windows Server 2008 with SP2