WbemTextFlagEnum enumeration (wbemdisp.h)

The WbemTextFlagEnum constant defines the content of generated object text and is used by SWbemObject.GetObjectText_.

The WMI scripting type library, wbemdisp.tlb, defines these constants. Visual Basic applications can access this library;. script languages must use the value of the constant directly, unless they use Windows Script Host (WSH) XML file format. For more information, see Using the WMI Scripting Type Library.

Syntax

typedef enum WbemTextFlagEnum {
  wbemTextFlagNoFlavors = 0x1
} ;

Constants

 
wbemTextFlagNoFlavors
Value: 0x1
Excludes qualifier flavors from the object text.

Requirements

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

See also

Scripting API Constants

WbemObjectTextFormatEnum