Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Client function tables.
Syntax
typedef struct _MI_ClientFT_V1 {
const MI_ApplicationFT *applicationFT;
const MI_SessionFT *sessionFT;
const MI_OperationFT *operationFT;
const MI_HostedProviderFT *hostedProviderFT;
const MI_SerializerFT *serializerFT;
const MI_DeserializerFT *deserializerFT;
const MI_SubscriptionDeliveryOptionsFT *subscribeDeliveryOptionsFT;
const MI_DestinationOptionsFT *destinationOptionsFT;
const MI_OperationOptionsFT *operationOptionsFT;
const MI_UtilitiesFT *utilitiesFT;
} MI_ClientFT_V1;
Members
applicationFT
Pointer to the MI_ApplicationFT function table used by MI_Application.
sessionFT
Pointer to the MI_SessionFT function table used by MI_Session.
operationFT
Pointer to the MI_OperationFT function table used by MI_Operation.
hostedProviderFT
Pointer to the MI_HostedProviderFT function table used by MI_HostedProvider.
serializerFT
Pointer to the MI_SerializerFT function table used by MI_Serializer.
deserializerFT
Pointer to the MI_DeserializerFT function table used by MI_Deserializer.
subscribeDeliveryOptionsFT
Pointer to the MI_SubscriptionDeliveryOptionsFT function table used by MI_SubscriptionDeliveryOptions.
destinationOptionsFT
Pointer to the MI_DestinationOptionsFT function table used by MI_DestinationOptions.
operationOptionsFT
Pointer to the MI_OperationOptionsFT function table used by MI_OperationOptions.
utilitiesFT
Pointer to the MI_UtilitiesFT function table.
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 |