nn::nex::SubscriberClient::GetFollowing Member Function

Syntax

qBool GetFollowing(
     ProtocolCallContext * pContext,
     qVector< String > * topics,
     PrincipalID pid = INVALID_PRINCIPALID
);

Parameters

Name Description
in pContext Call information.
out topics Topics being followed. The order of these topics is random and is not related to the order in which the topics were followed.
in pid Principal ID of the target user. Specify INVALID_PRINCIPALID to get the information of the local system.

Return Values



Value Description
true RMC call initialization succeeded.
false Failure.

Description

Gets the topics that the user with the specified principal ID is following.

Revision History

2014/09/12
Initial version.

CONFIDENTIAL