[This is preliminary documentation and subject to change.]
The IWbemProviderInitSink::SetStatus method indicates to CIMOM whether the provider is fully or partially initialized.
HRESULT IWbemProviderInitSink::SetStatus(
[in] long lStatus,
[in] long lFlags
);
Value | Description |
---|---|
WBEM_S_INITIALIZED | Indicates that the provider is ready to accept requests. |
WBEM_S_LIMITED_SERVICE | Indicates that the provider is not ready to accept client requests, but can accept requests made by other providers during their attempts to initialize. |
WBEM_E_Failed | Indicates that the provider has failed to initialize, and is not functional. |