MI_HostedProvider_Close function (mi.h)

Close a hosted provider handle that was returned from MI_Application_NewHostedProvider.

Syntax

MI_INLINE MI_Result MI_HostedProvider_Close(
  [in, out] MI_HostedProvider *hostedProvider
);

Parameters

[in, out] hostedProvider

A pointer to a provider handle returned from the MI_Application_NewHostedProvider function.

Return value

A value of the MI_Result enumeration that specifies the function return code. This can be one of the following codes.

Remarks

When this function returns, no new calls will enter the provider.

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Target Platform Windows
Header mi.h
Redistributable Windows Management Framework 3.0 on Windows Server 2008 R2 with SP1, Windows 7 with SP1, and Windows Server 2008 with SP2

See also

MI_Application_NewHostedProvider

MI_HostedProvider_GetApplication