ISyncMgrSynchronizeInvoke::UpdateAll method (mobsync.h)

Programmatically starts an update for all items.

Syntax

HRESULT UpdateAll();

Return value

Type: HRESULT

This method can return one of these values.

Return code Description
S_OK
Call was completed successfully.

Remarks

This method returns immediately and the synchronization manager performs the synchronizations in a separate process from the calling application.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header mobsync.h
DLL Mobsync.dll

See also

ISyncMgrSynchronizeInvoke