WMIQ_ASSOCQ_FLAGS enumeration (wmiutils.h)
Contains flags that indicate the features in a query.
Syntax
typedef enum __MIDL___MIDL_itf_wmiutils_0000_0001_0003 {
WMIQ_ASSOCQ_ASSOCIATORS = 0x1,
WMIQ_ASSOCQ_REFERENCES = 0x2,
WMIQ_ASSOCQ_RESULTCLASS = 0x4,
WMIQ_ASSOCQ_ASSOCCLASS = 0x8,
WMIQ_ASSOCQ_ROLE = 0x10,
WMIQ_ASSOCQ_RESULTROLE = 0x20,
WMIQ_ASSOCQ_REQUIREDQUALIFIER = 0x40,
WMIQ_ASSOCQ_REQUIREDASSOCQUALIFIER = 0x80,
WMIQ_ASSOCQ_CLASSDEFSONLY = 0x100,
WMIQ_ASSOCQ_KEYSONLY = 0x200,
WMIQ_ASSOCQ_SCHEMAONLY = 0x400,
WMIQ_ASSOCQ_CLASSREFSONLY = 0x800
} WMIQ_ASSOCQ_FLAGS;
Constants
WMIQ_ASSOCQ_ASSOCIATORS Value: 0x1 Associators exist in the query. |
WMIQ_ASSOCQ_REFERENCES Value: 0x2 References exist in the query. |
WMIQ_ASSOCQ_RESULTCLASS Value: 0x4 A result class is specified in the query. |
WMIQ_ASSOCQ_ASSOCCLASS Value: 0x8 An association class is specified in the query. |
WMIQ_ASSOCQ_ROLE Value: 0x10 A role is specified in the query. |
WMIQ_ASSOCQ_RESULTROLE Value: 0x20 A result role is specified in the query. |
WMIQ_ASSOCQ_REQUIREDQUALIFIER Value: 0x40 Required qualifiers are specified in the query. |
WMIQ_ASSOCQ_REQUIREDASSOCQUALIFIER Value: 0x80 Required association qualifiers are specified in the query. |
WMIQ_ASSOCQ_CLASSDEFSONLY Value: 0x100 The query specifies class definitions only. |
WMIQ_ASSOCQ_KEYSONLY Value: 0x200 The query contains the KEYSONLY keyword. |
WMIQ_ASSOCQ_SCHEMAONLY Value: 0x400 The query returns only the schema. |
WMIQ_ASSOCQ_CLASSREFSONLY Value: 0x800 The query returns only the class references. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Header | wmiutils.h |