2.2.7 WBEM_STATUS_TYPE Enumeration

The WBEM_STATUS_TYPE enumeration gives information about the status of the operation.

 typedef enum tag_WBEM_STATUS_TYPE
 {
   WBEM_STATUS_COMPLETE = 0,
   WBEM_STATUS_REQUIREMENTS = 0x01,
   WBEM_STATUS_PROGRESS = 2
 } WBEM_STATUS_TYPE;

WBEM_STATUS_COMPLETE:  When the WMI operation is completed, WMI calls IWbemObjectSink::SetStatus with WBEM_STATUS_COMPLETE.

WBEM_STATUS_REQUIREMENTS:  This flag MUST NOT be set, and MUST be ignored on receipt.

WBEM_STATUS_PROGRESS:  WMI reports the progress of the operation to IWbemObjectSink::SetStatus with flag WBEM_STATUS_PROGRESS.