IFeedsManager::BackgroundSyncStatus Property
Retrieves the background Feed Download Engine status.
Syntax
HRESULT IFeedsManager::get_BackgroundSyncStatus(FEEDS_BACKGROUNDSYNC_STATUS *status);
Parameters
- status
Pointer to a variable of type FEEDS_BACKGROUNDSYNC_STATUS that receives the status of the background operation.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also