Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Provides information about the handler for use in the ISyncMgrSynchronize::GetHandlerInfo method.
Syntax
typedef struct _tagSYNCMGRHANDLERINFO {
DWORD cbSize;
HICON hIcon;
DWORD SyncMgrHandlerFlags;
WCHAR wszHandlerName[32];
} SYNCMGRHANDLERINFO, *LPSYNCMGRHANDLERINFO;
Members
cbSize
Type: DWORD
The size of the structure in bytes.
hIcon
Type: HICON
The icon for the handler.
SyncMgrHandlerFlags
Type: DWORD
The value of the SYNCMGRHANDLERFLAGS enumeration.
wszHandlerName[32]
Type: WCHAR[MAX_SYNCMGRHANDLERNAME]
The name to use for the handler.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | mobsync.h |