ISyncSchedule::GetItemCheck method
[ The ISyncSchedule::GetItemCheck method is available for use through Windows XP. It is not available in subsequent versions of Windows. ]
Gets a value stating whether the item currently appears in the UI with a check mark indicating that it is selected for synchronization.
Syntax
HRESULT GetItemCheck( [in] REFCLSID pHandlerID, [in] SYNCMGRITEMID *pItemID, [out] DWORD *dwCheckState );
Parameters
- pHandlerID [in]
-
Type: REFCLSID
A pointer to a CLSID identifying the synchronization item's handler.
- pItemID [in]
-
Type: SYNCMGRITEMID*
A unique ID for the synchronization item.
- dwCheckState [out]
-
Type: DWORD*
A pointer to a DWORD value stating whether the item appears with a check mark.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2003 [desktop apps only] |
|
End of client support | Windows XP |
|
End of server support | Windows Server 2003 |
|
Header |
|
|
IDL |
|
|
DLL |
|
Send comments about this topic to Microsoft
Build date: 11/28/2012