Skip to content

Latest commit

 

History

History
117 lines (81 loc) · 2.84 KB

ns-mobsync-syncmgritem.md

File metadata and controls

117 lines (81 loc) · 2.84 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:mobsync._tagSYNCMGRITEM
SYNCMGRITEM (mobsync.h)
Provides information about items being enumerated by the ISyncMgrEnumItems interface.
*LPSYNCMGRITEM
LPSYNCMGRITEM
LPSYNCMGRITEM structure pointer [Windows Shell]
SYNCMGRITEM
SYNCMGRITEM structure [Windows Shell]
SYNCMGRITEMSTATE_CHECKED
SYNCMGRITEMSTATE_UNCHECKED
mobsync/LPSYNCMGRITEM
mobsync/SYNCMGRITEM
shell.syncmgr_syncmgritem
syncmgr.syncmgritem
shell\syncmgr_syncmgritem.htm
shell
84fa1d81-d1b9-44d7-be97-14511ef95528
12/05/2018
*LPSYNCMGRITEM, LPSYNCMGRITEM, LPSYNCMGRITEM structure pointer [Windows Shell], SYNCMGRITEM, SYNCMGRITEM structure [Windows Shell], SYNCMGRITEMSTATE_CHECKED, SYNCMGRITEMSTATE_UNCHECKED, mobsync/LPSYNCMGRITEM, mobsync/SYNCMGRITEM, shell.syncmgr_syncmgritem, syncmgr.syncmgritem
mobsync.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
SYNCMGRITEM, *LPSYNCMGRITEM
19H1
_tagSYNCMGRITEM
mobsync/_tagSYNCMGRITEM
LPSYNCMGRITEM
mobsync/LPSYNCMGRITEM
SYNCMGRITEM
mobsync/SYNCMGRITEM
c++
APIRef
kbSyntax
HeaderDef
Mobsync.h
SYNCMGRITEM

SYNCMGRITEM structure

-description

Provides information about items being enumerated by the ISyncMgrEnumItems interface.

-struct-fields

-field cbSize

Type: DWORD

The size of the structure.

-field dwFlags

Type: DWORD

One or more values from the SYNCMGRITEMFLAGS enumeration.

-field ItemID

Type: GUID

The identifier for this item.

-field dwItemState

Type: DWORD

Indicates whether this item is included in synchronization operations. This member can have one of the following values.

SYNCMGRITEMSTATE_UNCHECKED (0)

The default is not including this item in synchronization operations.

SYNCMGRITEMSTATE_CHECKED (1)

The default is including this item in synchronization operations.

-field hIcon

Type: HICON

The icon for this item.

-field wszItemName

Type: WCHAR[MAX_SYNCMGRITEMNAME]

The name of this item.

-field ftLastUpdate

Type: FILETIME

The time of the last synchronization for this item.

-see-also

SYNCMGRITEMFLAGS