tag_WBEM_PATH_CREATE_FLAG enumeration (wmiutils.h)

Contains flags specifying the type of paths accepted.

Syntax

typedef enum tag_WBEM_PATH_CREATE_FLAG {
  WBEMPATH_CREATE_ACCEPT_RELATIVE = 0x1,
  WBEMPATH_CREATE_ACCEPT_ABSOLUTE = 0x2,
  WBEMPATH_CREATE_ACCEPT_ALL = 0x4,
  WBEMPATH_TREAT_SINGLE_IDENT_AS_NS = 0x8
} ;

Constants

 
WBEMPATH_CREATE_ACCEPT_RELATIVE
Value: 0x1
Allow paths without server names.
WBEMPATH_CREATE_ACCEPT_ABSOLUTE
Value: 0x2
Reserved for future use.
WBEMPATH_CREATE_ACCEPT_ALL
Value: 0x4
Allow setting an empty path (which additionally clears out the object), Also allows paths which have just the server names, or paths which don't have server names.
WBEMPATH_TREAT_SINGLE_IDENT_AS_NS
Value: 0x8
A simple path, such as "XYZ" is interpreted as a namespace.

Requirements

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