Share via


ISyncSessionState::IsCanceled

Indicates whether the synchronization session has been canceled.

Syntax

HRESULT IsCanceled(
  BOOL *pfIsCanceled);

Parameters

  • pfIsCanceled
    [out] Returns TRUE if the synchronization session has been canceled; otherwise, returns FALSE.

Return Value

  • S_OK

  • E_POINTER

See Also

Reference

ISyncSessionState Interface