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 used to define a query or enumerator.
Syntax
typedef enum tag_WBEM_QUERY_FLAG_TYPE {
WBEM_FLAG_DEEP = 0,
WBEM_FLAG_SHALLOW = 1,
WBEM_FLAG_PROTOTYPE = 2
} WBEM_QUERY_FLAG_TYPE;
Constants
WBEM_FLAG_DEEPValue: 0 Include the specified class and all subclasses. |
WBEM_FLAG_SHALLOWValue: 1 Include only the specified class, not any subclasses. |
WBEM_FLAG_PROTOTYPEValue: 2 Used for prototyping. It does not execute the query and instead returns an object that looks like a typical result object. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Minimum supported server | Windows Server 2008 |
| Header | wbemcli.h |
See also
IWbemServices::CreateClassEnum
IWbemServices::CreateClassEnumAsync
IWbemServices::CreateInstanceEnum