Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Defines some limit values.
Syntax
typedef enum tag_WBEM_LIMITS {
WBEM_MAX_IDENTIFIER = 0x1000,
WBEM_MAX_QUERY = 0x4000,
WBEM_MAX_PATH = 0x2000,
WBEM_MAX_OBJECT_NESTING = 64,
WBEM_MAX_USER_PROPERTIES = 1024
} WBEM_LIMITS;
Constants
WBEM_MAX_IDENTIFIERValue: 0x1000 |
WBEM_MAX_QUERYValue: 0x4000 |
WBEM_MAX_PATHValue: 0x2000 |
WBEM_MAX_OBJECT_NESTINGValue: 64 |
WBEM_MAX_USER_PROPERTIESValue: 1024 |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Minimum supported server | Windows Server 2008 |
| Header | wbemcli.h |