Skip to content

Latest commit

 

History

History
112 lines (87 loc) · 4.08 KB

ns-mi-mi_applicationft.md

File metadata and controls

112 lines (87 loc) · 4.08 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:mi._MI_ApplicationFT
MI_ApplicationFT (mi.h)
A support structure used in the MI_Application structure. Use the functions with the name prefix "MI_Application_" to manipulate these structures.
MI_ApplicationFT
MI_ApplicationFT structure [Windows Management Infrastructure (MI)]
mi/MI_ApplicationFT
wmi_v2.mi_applicationft
wmi_v2\mi_applicationft.htm
wmi_v2
0c7d3902-a180-4d71-a223-8f8a68bc9d0b
12/05/2018
MI_ApplicationFT, MI_ApplicationFT structure [Windows Management Infrastructure (MI)], mi/MI_ApplicationFT, wmi_v2.mi_applicationft
mi.h
Windows
Windows 8
Windows Server 2012
Windows
MI_ApplicationFT
Windows Management Framework 3.0 on Windows Server 2008 R2 with SP1, Windows 7 with SP1, and Windows Server 2008 with SP2
19H1
_MI_ApplicationFT
mi/_MI_ApplicationFT
MI_ApplicationFT
mi/MI_ApplicationFT
c++
APIRef
kbSyntax
HeaderDef
Mi.h
MI_ApplicationFT

-description

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

-struct-fields

-field Close

Deinitializes the management infrastructure. See MI_Application_Close.

-field NewSession

Creates a session that allows a group of operations that go to the same destination to be grouped so they can share connections. See MI_Application_NewSession.

-field NewHostedProvider

Creates a new hosted Provider. See MI_Application_NewHostedProvider.

-field NewInstance

Creates an instance. See MI_Application_NewInstance.

-field NewDestinationOptions

Creates an MI_DestinationOptions object. See MI_Application_NewDestinationOptions.

-field NewOperationOptions

Creates an MI_OperationOptions object. See MI_Application_NewOperationOptions.

-field NewSubscriptionDeliveryOptions

See MI_Application_NewSubscriptionDeliveryOptions.

-field NewSerializer

Creates a serializer allowing a MI_Instance or an MI_Class to be persisted in a form that can be stored to disk or transported over a transport. See MI_Application_NewSerializer.

-field NewDeserializer

Creates a deserializer that can be used to re-create the MI_Instance or MI_Class. See MI_Application_NewDeserializer.

-field NewInstanceFromClass

TBD

-field NewClass

TBD