WBEM_CONDITION_FLAG_TYPE enumeration (wbemcli.h)

Contains flags used with the IWbemClassObject::GetNames method.

Syntax

typedef enum tag_WBEM_CONDITION_FLAG_TYPE {
  WBEM_FLAG_ALWAYS = 0,
  WBEM_FLAG_ONLY_IF_TRUE = 0x1,
  WBEM_FLAG_ONLY_IF_FALSE = 0x2,
  WBEM_FLAG_ONLY_IF_IDENTICAL = 0x3,
  WBEM_MASK_PRIMARY_CONDITION = 0x3,
  WBEM_FLAG_KEYS_ONLY = 0x4,
  WBEM_FLAG_REFS_ONLY = 0x8,
  WBEM_FLAG_LOCAL_ONLY = 0x10,
  WBEM_FLAG_PROPAGATED_ONLY = 0x20,
  WBEM_FLAG_SYSTEM_ONLY = 0x30,
  WBEM_FLAG_NONSYSTEM_ONLY = 0x40,
  WBEM_MASK_CONDITION_ORIGIN = 0x70,
  WBEM_FLAG_CLASS_OVERRIDES_ONLY = 0x100,
  WBEM_FLAG_CLASS_LOCAL_AND_OVERRIDES = 0x200,
  WBEM_MASK_CLASS_CONDITION = 0x300
} WBEM_CONDITION_FLAG_TYPE;

Constants

 
WBEM_FLAG_ALWAYS
Value: 0
WBEM_FLAG_ONLY_IF_TRUE
Value: 0x1
WBEM_FLAG_ONLY_IF_FALSE
Value: 0x2
WBEM_FLAG_ONLY_IF_IDENTICAL
Value: 0x3
WBEM_MASK_PRIMARY_CONDITION
Value: 0x3
WBEM_FLAG_KEYS_ONLY
Value: 0x4
WBEM_FLAG_REFS_ONLY
Value: 0x8
WBEM_FLAG_LOCAL_ONLY
Value: 0x10
WBEM_FLAG_PROPAGATED_ONLY
Value: 0x20
WBEM_FLAG_SYSTEM_ONLY
Value: 0x30
WBEM_FLAG_NONSYSTEM_ONLY
Value: 0x40
WBEM_MASK_CONDITION_ORIGIN
Value: 0x70
WBEM_FLAG_CLASS_OVERRIDES_ONLY
Value: 0x100
WBEM_FLAG_CLASS_LOCAL_AND_OVERRIDES
Value: 0x200
WBEM_MASK_CLASS_CONDITION
Value: 0x300

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Header wbemcli.h