MI_Filter structure (mi.h)
Contains a reference to the function table MI_FilterFT.
Syntax
typedef struct _MI_Filter {
const MI_FilterFT *ft;
ptrdiff_t reserved[3];
} MI_Filter;
Members
ft
Pointer to the MI_FilterFT function table.
reserved[3]
Reserved for internal use.
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 |