Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called by the Sync Framework runtime at the start of each session, when overridden in a derived class. This method is called only once before calls to other provider methods or properties.
HRESULT BeginSession(
ISimpleSyncSessionState *pSimpleSyncSessionState);
Parameters
- pSimpleSyncSessionState
[in] The current status of the corresponding session.
Return Value
S_OK
Provider-determined error codes
SYNC_E_PFX_INVALID_OPERATION when the simple provider has not been initialized.