IFeedSharingInformation::GetUntil
Gets the until value for the FeedSync sharing information.
HRESULT GetUntil(
DWORD * pdwCcUntil,
LPWSTR wszUntil);
Parameters
- pdwCcUntil
[in, out] Specifies the number of characters in wszUntil. Returns the number of characters required to retrieve the value if wszUntil is too small, or returns the number of characters written.
- wszUntil
[in, out, string, size_is(*pdwCcUntil)] Returns the until value for the FeedSync sharing information.
Return Value
S_OK.
S_FALSE if the item history does not contain an until value.
E_POINTER.
HRESULT_FROM_WIN32(ERROR_MORE_DATA) when wszUntil is too small. In this case, the required number of bytes is returned in pdwCcUntil.
Remarks
Sync Framework does not interpret or validate this value in any way.
The until value is used for incremental feeds and represents the upper bound of items that are contained within the feed.