struct ovrChallengeEntryArray * |
The element of this array and the element type is ovrChallengeEntryHandle. | |
const char * | The url of the next page of challenge entries. |
const char * | The url of the previous page of challenge entries. |
size_t | ovr_ChallengeEntryArray_GetSize ( const ovrChallengeEntryArrayHandle obj ) The size of this challenge entry array in bytes. |
unsigned long long | The total count of ovrChallengeEntryHandle in this array, across all pages. |
bool | Whether this challenge entry array has a next page. |
bool | Whether this challenge entry array has a previous page. |
typedef struct ovrChallengeEntryArray* ovrChallengeEntryArrayHandle ( ) |
---|
No description available.
|
ovrChallengeEntryHandle ovr_ChallengeEntryArray_GetElement ( const ovrChallengeEntryArrayHandle obj, size_t index ) |
---|
The element of this array and the element type is ovrChallengeEntryHandle. |
const char* ovr_ChallengeEntryArray_GetNextUrl ( const ovrChallengeEntryArrayHandle obj ) |
---|
The url of the next page of challenge entries. |
const char* ovr_ChallengeEntryArray_GetPreviousUrl ( const ovrChallengeEntryArrayHandle obj ) |
---|
The url of the previous page of challenge entries. |
size_t ovr_ChallengeEntryArray_GetSize ( const ovrChallengeEntryArrayHandle obj ) |
---|
The size of this challenge entry array in bytes. |
unsigned long long ovr_ChallengeEntryArray_GetTotalCount ( const ovrChallengeEntryArrayHandle obj ) |
---|
The total count of ovrChallengeEntryHandle in this array, across all pages. |
bool ovr_ChallengeEntryArray_HasNextPage ( const ovrChallengeEntryArrayHandle obj ) |
---|
Whether this challenge entry array has a next page. |
bool ovr_ChallengeEntryArray_HasPreviousPage ( const ovrChallengeEntryArrayHandle obj ) |
---|
Whether this challenge entry array has a previous page. |