Platform SDK: Synchronization Manager

SYNCMGRHANDLERINFO

The SYNCMGRHANDLERINFO structure provides information about the handler for use in the ISyncMgrSynchronize::GetHandlerInfo method.

typedef struct _tagSYNCMGRHANDLERINFO {
   DWORD    cbSize;
   HICON    hIcon;
   DWORD    SyncMgrHandlerFlags;
   WCHAR    wszHandlerName[MAX_SYNCMGRHANDLERNAME];
} SYNCMGRHANDLERINFO, *LPSYNCMGRHANDLERINFO;

Members

cbSize
Size of the structure in bytes.
hIcon
Icon for the handler
SyncMgrHandlerFlags
Value of the SYNCMGRHANDLERFLAGS enumeration.
wszHandlerName[MAX_SYNCMGRHANDLERNAME]
Name to use for the handler.

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::GetHandlerInfo, SYNCMGRHANDLERFLAGS