2.2.20 _WBEM_REFRESH_INFO Structure

The _WBEM_REFRESH_INFO structure MUST be populated by the Windows Management Instrumentation Remote Protocol service that provides the refresher information. The structure MUST be used to return to information from IWbemRefreshingServices (section 3.1.4.12) interface methods.

 typedef struct {
   long m_lType;
   [switch_is(m_lType)] WBEM_REFRESH_INFO_UNION m_Info;
   long m_lCancelId;
 } _WBEM_REFRESH_INFO;

m_lType: MUST be one of the constants specified in WBEM_REFRESH_TYPE.

m_Info: MUST be one of the WBEM_REFRESH_INFO_UNION types.

m_lCancelId: MUST be a unique identifier for the refresher object that is being used to cancel the refreshing object when the refresher object is using IWbemRemoteRefresher::StopRefreshing (section 3.1.4.13.2).