IXFeedsManager::BackgroundSyncStatus Method
Returns the background Feed Download Engine status.
Syntax
HRESULT BackgroundSyncStatus( FEEDS_BACKGROUNDSYNC_STATUS *pfbss );
Parameters
- pfbss
[out] 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