Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_RELATIVEValue: 0x1 Allow paths without server names. |
WBEMPATH_CREATE_ACCEPT_ABSOLUTEValue: 0x2 Reserved for future use. |
WBEMPATH_CREATE_ACCEPT_ALLValue: 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_NSValue: 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 |