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.
Notifies the provider that a synchronization session to which it was enlisted has finished.
Syntax
HRESULT EndSession(
[in] ISyncSessionState *pSessionState
);
Parameters
[in] pSessionState
The current status of the corresponding session.
Return value
The possible return codes include, but are not limited to, the values shown in the following table.
Return code | Description |
---|---|
|
The method succeeded. |
|
Remarks
pSessionState will be equal to the ISyncSessionState object that was provided to the previous corresponding call to IKnowledgeSyncProvider::BeginSession.
When this method is called, the provider must release any references it has to the ISyncSessionState object that is specified by pSessionState.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Target Platform | Windows |
Header | winsync.h |