The search condition class used when searching for a community.
More...
The search condition class used when searching for a community.
- See also
- nn::pia::session::SessionSearchCriteria
Copy constructor.
- Parameters
-
[in] | rhs | The object to copy from. |
Copies all settings.
- Parameters
-
[in] | rhs | The object to copy from. |
Assignment operator.
- Parameters
-
[in] | rhs | The object to assign. |
- Returns
- A reference to this object.
Result nn::pia::inet::NexSessionSearchCriteriaParticipant::SetParticipantPrincipalId |
( |
const u32 * |
idList, |
|
|
size_t |
idListSize |
|
) |
| |
Sets the principal ID of the destination you are specifying as a search condition.
- Parameters
-
[in] | idList | The principal ID list for the destination you are specifying as a search condition. |
[in] | idListSize | The principal ID list size for the destination you are specifying as a search condition. |
- Returns
- Returns a successful result when search conditions are successfully specified.
- Error Return Values:
nn::pia::ResultInvalidArgument
Indicates that the list is NULL
, or the number of values is out of bounds. Programming error. Fix your program so that this error is not returned.