API reference

OVR_PidArray.h File

Typedefs

struct ovrPidArray * ovrPidArrayHandle
Represents a paginated list of ovrPidHandle elements.

Functions

ovrPidHandle ovr_PidArray_GetElement
( const ovrPidArrayHandle obj,
size_t index )
Access the indexed element in this list.
size_t ovr_PidArray_GetSize
( const ovrPidArrayHandle obj )
The number of elements contained within this list. This is not equal to the total number of elements across multiple pages.