This topic has not yet been rated - Rate this topic

ISyncSchedule::GetMostRecentRunTime method

[ The ISyncSchedule::GetMostRecentRunTime method is available for use through Windows XP. It is not available in subsequent versions of Windows. ]

Gets the time of the last synchronization.

Syntax


HRESULT GetMostRecentRunTime(
  [out]  SYSTEMTIME *pstRecentRun
);

Parameters

pstRecentRun [out]

Type: SYSTEMTIME*

A pointer to a SYSTEMTIME structure holding the run time.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

End of client support

Windows XP

End of server support

Windows Server 2003

Header

Syncmgr.h

IDL

Syncmgr.idl

DLL

Mobsync.dll

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.