This documentation is archived and is not being maintained.
IConstructReplicaKeyMap::FindOrAddReplica
HRESULT FindOrAddReplica(
const BYTE * pbReplicaId,
DWORD * pdwReplicaKey);
- pbReplicaId
[in] The ID of the replica to add or find.
- pdwReplicaKey
[out] The key of the replica in the map. If an entry for pbReplicaId does not exist in the map, an entry is created and a new key is assigned to it.