WBEM_TEXT_FLAG_TYPE enumeration (wbemcli.h)

Contains flags to control the execution of the IWbemClassObject::GetObjectText method.

Syntax

typedef enum tag_WBEM_TEXT_FLAG_TYPE {
  WBEM_FLAG_NO_FLAVORS = 0x1
} WBEM_TEXT_FLAG_TYPE;

Constants

 
WBEM_FLAG_NO_FLAVORS
Value: 0x1
Present qualifiers without propagation or flavor information.

Requirements

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

See also

IWbemClassObject::GetObjectText