Skip to content

Latest commit

 

History

History
72 lines (59 loc) · 2.65 KB

nf-cscobj-iofflinefilesevents-syncbegin.md

File metadata and controls

72 lines (59 loc) · 2.65 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
NF:cscobj.IOfflineFilesEvents.SyncBegin
IOfflineFilesEvents::SyncBegin (cscobj.h)
Reports that the Offline Files cache has begun a synchronization operation.
IOfflineFilesEvents interface [Offline Files]
SyncBegin method
IOfflineFilesEvents.SyncBegin
IOfflineFilesEvents::SyncBegin
SyncBegin
SyncBegin method [Offline Files]
SyncBegin method [Offline Files]
IOfflineFilesEvents interface
cscobj/IOfflineFilesEvents::SyncBegin
of.iofflinefilesevents_syncbegin
of\iofflinefilesevents_syncbegin.htm
of
ba09be0a-52bc-4715-9756-383954277a31
12/05/2018
IOfflineFilesEvents interface [Offline Files],SyncBegin method, IOfflineFilesEvents.SyncBegin, IOfflineFilesEvents::SyncBegin, SyncBegin, SyncBegin method [Offline Files], SyncBegin method [Offline Files],IOfflineFilesEvents interface, cscobj/IOfflineFilesEvents::SyncBegin, of.iofflinefilesevents_syncbegin
cscobj.h
Windows
Windows Vista
Windows Server 2008
CscSvc.dll; CscObj.dll
Windows
19H1
IOfflineFilesEvents::SyncBegin
cscobj/IOfflineFilesEvents::SyncBegin
c++
APIRef
kbSyntax
COM
CscSvc.dll
CscObj.dll
IOfflineFilesEvents.SyncBegin

IOfflineFilesEvents::SyncBegin

-description

Reports that the Offline Files cache has begun a synchronization operation.

-parameters

-param rSyncId [in]

Unique identifier for the synchronization operation that generated this event. Provided by the caller of the IOfflineFilesCache::Synchronize, IOfflineFilesCache::Pin, or IOfflineFilesCache::Unpin method. This is GUID_NULL if no ID was provided.

-returns

The return value is ignored.

-remarks

The synchronization engine is also used to encrypt the Offline Files cache. Therefore, encryption and unencryption operations will also cause this event to be generated.

-see-also

IOfflineFilesEvents