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 which controls how the text is returned.
Syntax
typedef enum tag_WBEM_GET_TEXT_FLAGS {
WBEMPATH_COMPRESSED = 0x1,
WBEMPATH_GET_RELATIVE_ONLY = 0x2,
WBEMPATH_GET_SERVER_TOO = 0x4,
WBEMPATH_GET_SERVER_AND_NAMESPACE_ONLY = 0x8,
WBEMPATH_GET_NAMESPACE_ONLY = 0x10,
WBEMPATH_GET_ORIGINAL = 0x20
} ;
Constants
WBEMPATH_COMPRESSEDValue: 0x1 Obsolete. Do not use. |
WBEMPATH_GET_RELATIVE_ONLYValue: 0x2 Returns the relative path, skips server and namespaces. |
WBEMPATH_GET_SERVER_TOOValue: 0x4 Returns the entire path, including server and namespace. |
WBEMPATH_GET_SERVER_AND_NAMESPACE_ONLYValue: 0x8 Returns only the server and namespace portion of the path. Ignores the class or key portion. |
WBEMPATH_GET_NAMESPACE_ONLYValue: 0x10 Returns only the namespace portion of the path. |
WBEMPATH_GET_ORIGINALValue: 0x20 Returns whatever was passed in using SetText method. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Minimum supported server | Windows Server 2008 |
| Header | wmiutils.h |