#include "define.h"
#include "GSTypes.h"
Go to the source code of this file.
Classes | |
| struct | LADDER_FILTER |
| Ladder filter structure. More... | |
| struct | LADDER_ROW |
| Ladder row representation. More... | |
Defines | |
| #define | LADDER_QUERY_VERSION 1 |
| Version of the ladder query service. | |
| #define | LADDER_NAME_LENGTH 1025 |
| Length of a string representing the ladder name. | |
| #define | LADDER_FIELDNAME_LENGTH 129 |
| Length of a string representing a field name in the ladder. | |
| #define | LADDER_FIELDCAPTION_LENGTH 33 |
| Length of a string representing a ladder field name. | |
| #define | LADDER_FIELDVALUE_LENGTH 129 |
| Length of a string representing a ladder field value. | |
Enumerations | |
| enum | E_FILTER_OPERATOR { FILTER_EQUAL, FILTER_ABOVE, FILTER_BELOW } |
| Filter operator enumeration. More... | |
|
|
This enumeration contains the valid operators that are used in the LADDER_FILTER structure. |
Ubi.com GameService SDK - ©UbiSoft Entertainment 2002
GameService development team