MI_PropertySet structure (mi.h)
Implements a set of property names.
Syntax
typedef struct _MI_PropertySet {
const MI_PropertySetFT *ft;
ptrdiff_t reserved[3];
} MI_PropertySet;
Members
ft
Pointer to the MI_PropertySetFT function table.
reserved[3]
Reserved for internal use.
Remarks
It supports the building and interrogation of property sets. In general, clients build property sets and providers interrogate them.
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 |