2.2.24 _WBEM_RECONNECT_TYPE Enumeration

The _WBEM_RECONNECT_TYPE enumeration defines possible types of remote CIM instances. The structure MUST be used to return to information from IWbemRefreshingServices (section 3.1.4.12) interface methods.

 typedef  enum 
 {
   WBEM_RECONNECT_TYPE_OBJECT = 0,
   WBEM_RECONNECT_TYPE_ENUM = 1,
   WBEM_RECONNECT_TYPE_LAST = 2
 } WBEM_RECONNECT_TYPE;

WBEM_RECONNECT_TYPE_OBJECT:  The refresher MUST connect to refresh an object.

WBEM_RECONNECT_TYPE_ENUM:  The refresher MUST connect to refresh an enumeration.

WBEM_RECONNECT_TYPE_LAST:  This member is used only by the server to track the range of values for this enumeration. It MUST NOT be used by the client.