ISyncMgrSynchronizeInvoke::UpdateAll method

Programmatically starts an update for all items.

Syntax


HRESULT UpdateAll();

Parameters

This method has no parameters.

Return value

Type: HRESULT

This method can return one of these values.

Return codeDescription
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

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Mobsync.h

DLL

Mobsync.dll

See also

ISyncMgrSynchronizeInvoke

 

 

Show: