Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Allows the developer to view the qualifiers of a class definition.
Syntax
typedef struct _MI_QualifierSet {
MI_Uint64 reserved1;
ptrdiff_t reserved2;
const MI_QualifierSetFT *ft;
} MI_QualifierSet;
Members
reserved1
Reserved for internal use.
reserved2
Reserved for internal use.
ft
MI_QualifierSetFT structure holding the function pointers to view the qualifier details. To enumerate over the structure, use the functions containing the "MI_QualifierSet_" prefix.
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 |