WBEM_GENUS_TYPE enumeration (wbemcli.h)
Contains constants used to distinguish between classes and instances.
Syntax
typedef enum tag_WBEM_GENUS_TYPE {
WBEM_GENUS_CLASS = 1,
WBEM_GENUS_INSTANCE = 2
} WBEM_GENUS_TYPE;
Constants
WBEM_GENUS_CLASS Value: 1 |
WBEM_GENUS_INSTANCE Value: 2 |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Header | wbemcli.h |