This function is part of the Sessions Interface.
Remarks
Set the maximum number of search results to return in the query, can't be more than EOS_SESSIONS_MAX_SEARCH_RESULTS
Return Value
-
EOS_Success if setting the max results was successful
-
EOS_InvalidParameters if the number of results requested is invalid
-
EOS_IncompatibleVersion if the API version passed in is incorrect
Parameters
EOS_SessionSearch_SetMaxResults
Parameter Type And Name | Usage Information |
---|---|
EOS_HSessionSearch Handle | |
const EOS_SessionSearch_SetMaxResultsOptions* Options | maximum number of search results to return in the query |