Platform SDK: Synchronization Manager

ISyncMgrSynchronizeCallback::ShowPropertiesCompleted

The registered application's handler must call the ISyncMgrSynchronizeCallback::ShowPropertiesCompleted method before or after its ShowProperties operation is completed.

HRESULT ShowPropertiesCompleted(
  HRESULT hrResult
);

Parameters

hrResult
[in] indicates whether the ISyncMgrSynchronize::ShowProperties was successful.

Return Values

S_OK
Call was completed successfully.

Remarks

It is acceptable for the registered application's handler to call this method before returning from the ISyncMgrSynchronize::ShowProperties method.

This method should not be called if the registered application's handler does not return a success code from the ISyncMgrSynchronize::ShowProperties method.

Requirements

  Windows NT/2000: Requires Windows 2000 (or Windows NT 4.0 with Internet Explorer 5 or later).
  Windows 95/98: Requires Windows 95 or later (with Internet Explorer 5 or later).
  Header: Declared in Mobsync.h.

See Also

ISyncMgrSynchronize::ShowProperties