Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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_ASSOCIATORSValue: 0x1 Associators exist in the query. |
WMIQ_ASSOCQ_REFERENCESValue: 0x2 References exist in the query. |
WMIQ_ASSOCQ_RESULTCLASSValue: 0x4 A result class is specified in the query. |
WMIQ_ASSOCQ_ASSOCCLASSValue: 0x8 An association class is specified in the query. |
WMIQ_ASSOCQ_ROLEValue: 0x10 A role is specified in the query. |
WMIQ_ASSOCQ_RESULTROLEValue: 0x20 A result role is specified in the query. |
WMIQ_ASSOCQ_REQUIREDQUALIFIERValue: 0x40 Required qualifiers are specified in the query. |
WMIQ_ASSOCQ_REQUIREDASSOCQUALIFIERValue: 0x80 Required association qualifiers are specified in the query. |
WMIQ_ASSOCQ_CLASSDEFSONLYValue: 0x100 The query specifies class definitions only. |
WMIQ_ASSOCQ_KEYSONLYValue: 0x200 The query contains the KEYSONLY keyword. |
WMIQ_ASSOCQ_SCHEMAONLYValue: 0x400 The query returns only the schema. |
WMIQ_ASSOCQ_CLASSREFSONLYValue: 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 |