2.2.27 _WBEM_REFRESH_INFO_REMOTE Structure

The _WBEM_REFRESH_INFO_REMOTE structure MUST be used when the client is on a different computer than the computer on which the WMI service providing the refreshed information resides.

 typedef struct {
   IWbemRemoteRefresher* m_pRefresher;
   IWbemClassObject* m_pTemplate;
   GUID m_Guid;
 } _WBEM_REFRESH_INFO_REMOTE;

m_pRefresher: MUST be a pointer to the IWbemRemoteRefresher interface that the client used to retrieve the refreshed information.

m_pTemplate: MUST be a pointer to an IWbemClassObject interface that MUST represent a CIM instance with all properties set to the default values as specified in [MS-WMIO] section 2.2.26.

m_Guid: MUST be a globally unique identifier (GUID) created to identify this _WBEM_REFRESH_INFO object.