Platform SDK: Synchronization Manager

SYNCMGRPROGRESSITEM

The SYNCMGRPROGRESSITEM structure provides status information for the progress dialog for use in the ISyncMgrSynchronizeCallback::Progress method.

typedef struct _tagSYNCMGRPROGRESSITEM {
   DWORD          cbSize;
   UINT           mask;
   const WCHAR*   lpcStatusText;
   DWORD          dwStatusType;
   INT            iProgValue;
   INT            iMaxValue;
} SYNCMGRPROGRESSITEM, *LPSYNCMGRPROGRESSITEM;

Members

cbSize
Size of the structure in bytes.
mask
Mask value.
lpcStatusText
Status text.
dwStatusType
Status type.
iProgValue
Integer indicating the progress value.
iMaxValue
Integer indicating the maximum progress value.

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

ISyncMgrSynchronizeCallback::Progress