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 for the IWbemLocator::ConnectServer method.
Syntax
typedef enum tag_WBEM_CONNECT_OPTIONS {
WBEM_FLAG_CONNECT_REPOSITORY_ONLY = 0x40,
WBEM_FLAG_CONNECT_USE_MAX_WAIT = 0x80,
WBEM_FLAG_CONNECT_PROVIDERS = 0x100
} WBEM_CONNECT_OPTIONS;
Constants
WBEM_FLAG_CONNECT_REPOSITORY_ONLYValue: 0x40 Reserved for internal use. Do not use. |
WBEM_FLAG_CONNECT_USE_MAX_WAITValue: 0x80 The call returns in 2 minutes or less whether successful or not. |
WBEM_FLAG_CONNECT_PROVIDERSValue: 0x100 TBD |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Minimum supported server | Windows Server 2008 |
| Header | wbemcli.h |