2.2.25 WBEM_REFRESH_TYPE Enumeration
The WBEM_REFRESH_TYPE enumeration defines refresh types for the _WBEM_REFRESH_INFO structure.
-
typedef enum { WBEM_REFRESH_TYPE_INVALID = 0, WBEM_REFRESH_TYPE_REMOTE = 3, WBEM_REFRESH_TYPE_NON_HIPERF = 6 } WBEM_REFRESH_TYPE;
WBEM_REFRESH_TYPE_INVALID: The server uses this value internally. The server MUST NOT return this value.
WBEM_REFRESH_TYPE_REMOTE: The m_Info member of the _WBEM_REFRESH_INFO structure contains the _WBEM_REFRESH_INFO_REMOTE structure.
WBEM_REFRESH_TYPE_NON_HIPERF: The m_Info member of the _WBEM_REFRESH_INFO structure contains the _WBEM_REFRESH_INFO_NON_HIPERF structure.