2.2.21 _WBEM_REFRESHER_ID Structure

The _WBEM_REFRESHER_ID structure identifies the client that is requesting refreshing services. The structure MUST be used to return information from IWbemRefreshingServices (section 3.1.4.12) interface methods.

 typedef struct {
   [string] LPSTR m_szMachineName;
   DWORD m_dwProcessId;
   GUID m_guidRefresherId;
 } _WBEM_REFRESHER_ID;

m_szMachineName: MUST be the NetBIOS name of the client machine.

m_dwProcessId : It MUST be an identifier created by the client and it MUST be unique within the context of the client.<7>

m_guidRefresherId: MUST be a client-generated GUID.