Piezīmes
Lai piekļūtu šai lapai, ir nepieciešama autorizācija. Varat mēģināt pierakstīties vai mainīt direktorijus.
Lai piekļūtu šai lapai, ir nepieciešama autorizācija. Varat mēģināt mainīt direktorijus.
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 |