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.
Retrieves the default update interval for feeds.
Syntax
HRESULT DefaultInterval( UINT *puiInterval );
Parameters
- puiInterval
[out] Address of an unsigned integer variable that receives the length of time, in minutes.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
The default value is 24 hours (1440 minutes).
See Also