IWbemShutdown::Shutdown method (wbemcli.h)

The IWbemShutdown::Shutdown method indicates to the provider that the provider services are not required.

Syntax

HRESULT Shutdown(
  [in] LONG         uReason,
  [in] ULONG        uMaxMilliseconds,
  [in] IWbemContext *pCtx
);

Parameters

[in] uReason

Reserved. This value must be zero (0).

[in] uMaxMilliseconds

Reserved. This value must be zero (0).

[in] pCtx

Reserved. This value must be NULL.

Return value

This method returns an HRESULT, which identifies the status of the method call. The following list lists the value contained within an HRESULT.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header wbemcli.h (include Wbemidl.h)
Library Wbemuuid.lib
DLL Fastprox.dll

See also

IWbemShutdown