The _WBEM_REFRESH_INFO_NON_HIPERF structure MUST be returned by the server when the requested CIM instance cannot be part of the refreshing results.
typedef struct {
[string] wchar_t* m_wszNamespace;
IWbemClassObject* m_pTemplate;
} _WBEM_REFRESH_INFO_NON_HIPERF;
m_wszNamespace: MUST be a CIM namespace where enumeration of a given class exists.
m_pTemplate: MUST be a pointer to an IWbemClassObject interface, which MUST represent a CIM instance with all properties set to the default values. Default property values are as specified in [MS-WMIO] section 2.2.26.