Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_COMPLETEValue: 0 The operation has completed. |
WBEM_STATUS_REQUIREMENTSValue: 1 Used in activating post-filtering. |
WBEM_STATUS_PROGRESSValue: 2 The operation is still in progress. |
WBEM_STATUS_LOGGING_INFORMATIONValue: 0x100 Reserved for future use. |
WBEM_STATUS_LOGGING_INFORMATION_PROVIDERValue: 0x200 Reserved for future use. |
WBEM_STATUS_LOGGING_INFORMATION_HOSTValue: 0x400 Reserved for future use. |
WBEM_STATUS_LOGGING_INFORMATION_REPOSITORYValue: 0x800 Reserved for future use. |
WBEM_STATUS_LOGGING_INFORMATION_ESSValue: 0x1000 Reserved for future use. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Minimum supported server | Windows Server 2008 |
| Header | wbemcli.h |