Platform SDK: Synchronization Manager

SYNCMGRLOGERRORINFO

The SYNCMGRLOGERRORINFO structure provides error information for use in the ISyncMgrSynchronizeCallback::LogError method.

typedef struct _tagSYNCMGRLOGERRORINFO {
   DWORD            cbSize;
   DWORD            mask;
   DWORD            dwErrorID;
   SYNCMGRITEMID    ItemID;
} SYNCMGRLOGERRORINFO, *LPSYNCMGRLOGERRORINFO;

Members

cbSize
Size of the structure.
mask
Mask value.
dwErrorID
Error identifier
ItemID
Item in which the error occurred.

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::LogError