MI_SubscriptionDeliveryOptions_GetInterval function
Gets the delivery interval for a specified option.
Syntax
MI_Result MI_SubscriptionDeliveryOptions_GetInterval( _In_ MI_SubscriptionDeliveryOptions *self, _In_z_ const MI_Char *optionName, _Out_ MI_Interval *value, _Out_opt_ MI_Uint32 *index, _Out_opt_ MI_Uint32 *flags );
Parameters
- self [in]
-
A MI_SubscriptionDeliveryOptions structure.
- optionName
-
A null-terminated string that represents the name of the option.
- value [out]
-
Returned interval.
- index [out, optional]
-
Returned zero-based index of option.
- flags [out, optional]
-
Returned option flags.
Return value
A value of the MI_Result enumeration that specifies the function return code. This can be one of the following codes.
| Return code | Description |
|---|---|
|
The operation succeeded. |
|
There is not enough memory to complete the request. |
|
One or more parameters passed to the function were not valid. |
|
A failure not covered by other MI_Result error codes. |
Requirements
|
Minimum supported client | Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2012 [desktop apps only] |
|
Redistributable | Windows Management Framework 3.0 on Windows Server 2008 R2 with SP1, Windows 7 with SP1, and Windows Server 2008 with SP2 |
|
Header |
|
See also
Build date: 12/6/2012
