Contents Index Topic Contents | ||
Previous Topic: INotifyReplica Next Topic: IPersistFolder |
INotifyReplica::YouAreAReplica
HRESULT INotifyReplica::YouAreAReplica( ULONG ulcOtherReplicas, IMoniker ** rgpmkOtherReplicas );Notifies an object that it may be subject to subsequent reconciliation through the IReconcilableObject::Reconcile method.
- Returns S_OK if successful, or E_UNEXPECTED otherwise.
- ulcOtherReplicas
- Number of other replicas of the object. This parameter must not be zero.
- rgpmkOtherReplicas
- Address of an array that contains the addresses of the monikers to use to access the other replicas.
An object may be notified that it is a replica more than once. Briefcase reconcilers are not required to implement this interface. Initiators are not required to call this interface if it is implemented. However, an object's implementation of IReconcilableObject::Reconcile may fail if that object has not previously been notified through INotifyReplica::YouAreAReplica that it may be subject to reconciliation.
The briefcase calls the INotifyReplica interface when objects are added to it.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.