MI_SubscriptionDeliveryOptions structure (mi.h)
The subscription options object stores configuration options used for passing into subscription operations.
Syntax
typedef struct _MI_SubscriptionDeliveryOptions {
MI_Uint64 reserved1;
ptrdiff_t reserved2;
const MI_SubscriptionDeliveryOptionsFT *ft;
} MI_SubscriptionDeliveryOptions;
Members
reserved1
Reserved for internal use only.
reserved2
Reserved for internal use only.
ft
Pointer to the MI_SubscriptionDeliveryOptions function table.
Remarks
This structure is created by calling the MI_Application_NewSubscriptionDeliveryOptions function.
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 |