WBEM_REFRESHER_FLAGS enumeration (wbemcli.h)
Contains flags that modify the behavior of refresher methods.
Syntax
typedef enum tag_WBEM_REFRESHER_FLAGS {
WBEM_FLAG_REFRESH_AUTO_RECONNECT = 0,
WBEM_FLAG_REFRESH_NO_AUTO_RECONNECT = 1
} WBEM_REFRESHER_FLAGS;
Constants
WBEM_FLAG_REFRESH_AUTO_RECONNECT Value: 0 If the connection is broken, the refresher attempts to reconnect to the provider automatically. |
WBEM_FLAG_REFRESH_NO_AUTO_RECONNECT Value: 1 If the connection is broken, the refresher does not attempt to reconnect to the provider automatically. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Header | wbemcli.h |