Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Gets the until value for the FeedSync sharing information.
Syntax
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.