qBool GetFollowing( ProtocolCallContext * pContext, qVector< String > * topics, PrincipalID pid = INVALID_PRINCIPALID );
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. |
Value | Description |
---|---|
true | RMC call initialization succeeded. |
false | Failure. |
Gets the topics that the user with the specified principal ID is following.
CONFIDENTIAL