CTR Pia
4.11.3
Game Communication Engine
|
The base class for the search criteria used when searching for sessions. More...
Public Member Functions | |
SessionSearchCriteria & | operator= (const SessionSearchCriteria &r) |
Assignment operator. More... | |
virtual void | SetResultRange (u32 offset, u32 size) |
Specifies the range of search results to get. More... | |
The base class for the search criteria used when searching for sessions.
This class is never instantiated by an application. Use a class that inherits this class.
|
inline |
Assignment operator.
[in] | r | The object to assign. |
|
inlinevirtual |
Specifies the range of search results to get.
If you specify 0xFFFFFFFF
for the offset only during Internet communication, the search results will be sorted randomly and it will get the specified number of entries.
[in] | offset | Starting position of the entries to get as search results from the list of entries that match the search criteria. |
[in] | size | Number of entries to get as search results from the list of entries that match the search criteria. |