WBEM_STATUS_TYPE enumeration (wbemcli.h)

Describes the status of an asynchronous operation.

Syntax

typedef enum tag_WBEM_STATUS_TYPE {
  WBEM_STATUS_COMPLETE = 0,
  WBEM_STATUS_REQUIREMENTS = 1,
  WBEM_STATUS_PROGRESS = 2,
  WBEM_STATUS_LOGGING_INFORMATION = 0x100,
  WBEM_STATUS_LOGGING_INFORMATION_PROVIDER = 0x200,
  WBEM_STATUS_LOGGING_INFORMATION_HOST = 0x400,
  WBEM_STATUS_LOGGING_INFORMATION_REPOSITORY = 0x800,
  WBEM_STATUS_LOGGING_INFORMATION_ESS = 0x1000
} WBEM_STATUS_TYPE;

Constants

 
WBEM_STATUS_COMPLETE
Value: 0
The operation has completed.
WBEM_STATUS_REQUIREMENTS
Value: 1
Used in activating post-filtering.
WBEM_STATUS_PROGRESS
Value: 2
The operation is still in progress.
WBEM_STATUS_LOGGING_INFORMATION
Value: 0x100
Reserved for future use.
WBEM_STATUS_LOGGING_INFORMATION_PROVIDER
Value: 0x200
Reserved for future use.
WBEM_STATUS_LOGGING_INFORMATION_HOST
Value: 0x400
Reserved for future use.
WBEM_STATUS_LOGGING_INFORMATION_REPOSITORY
Value: 0x800
Reserved for future use.
WBEM_STATUS_LOGGING_INFORMATION_ESS
Value: 0x1000
Reserved for future use.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Header wbemcli.h

See also

IWbemObjectSink::SetStatus

IWbemServices::ExecQueryAsync