2.2.22 _WBEM_RECONNECT_INFO Structure

The _WBEM_RECONNECT_INFO structure MUST contain the type for the information about the target CIM instance.

 typedef struct {
   long m_lType;
   [string] LPCWSTR m_pwcsPath;
 } _WBEM_RECONNECT_INFO;

m_lType: MUST be one of the WBEM_RECONNECT_TYPE enumeration values.

m_pwcsPath : MUST be a CIM path to the remote CIM instance to be added to the refresher.