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 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