qBool AssociateNexUniqueIdWithMyPrincipalId( ProtocolCallContext * pContext, const qVector< UniqueIdInfo > & uniqueIdInfo );
Name | Description | |
---|---|---|
in | pContext | The call context. |
in | uniqueIdInfo | NEX unique ID and password to associate. |
Associates multiple NEX unique IDs with the local user's principal ID.
If an empty list is specified for uniqueIdInfo, all associations are deleted. The first ID in uniqueIdInfo is the primary associated NEX unique ID.
If you specify a NEX unique ID that is already associated with a different user, the other user must be offline. If that user is online, QERROR(RendezVous, DuplicateEntry)
is returned.
CONFIDENTIAL