MI_HostedProviderFT structure (mi.h)

A support structure used in the MI_HostedProvider structure. Use the functions with the name prefix "MI_HostedProvider_" to manipulate these structures.

Syntax

typedef struct _MI_HostedProviderFT {
  MI_Result()(MI_HostedProvider *hostedProvider) * Close;
  MI_Result((MI_HostedProvider *hostedProvider,MI_Application *application) * )GetApplication;
} MI_HostedProviderFT;

Members

Close

See MI_HostedProvider_Close.

GetApplication

See MI_HostedProvider_GetApplication.

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
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