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.
Gets the time when deleted items were last cleaned up by IReplicaMetadata::CleanupDeletedItems.
HRESULT GetLastDeletedItemsCleanupTime(
SYSTEMTIME * pSystemTime);
Parameters
- pSystemTime
[out] Returns the time when deleted items were last cleaned up.
Return Value
S_OK
S_FALSE if deleted items have never been cleaned up.
E_POINTER
Remarks
This value is set when a deleted item cleanup is performed by CleanupDeletedItems.