This website uses cookies to improve our services and deliver relevant ads.
By interacting with this site, you agree to this use. For more information, see our Cookies Policy
| struct ovrDataStore * |
| unsigned int | |
| const char * | |
| size_t | ovr_DataStore_GetNumKeys ( const ovrDataStoreHandle obj ) |
| const char * |
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it! #ifndef OVR_DATASTORE_H #define OVR_DATASTORE_H #include "OVR_Platform_Defs.h" #include <stddef.h> typedefstruct ovrDataStore *ovrDataStoreHandle; OVRP_PUBLIC_FUNCTION(unsignedint) ovr_DataStore_Contains(const ovrDataStoreHandle obj, constchar *key); OVRP_PUBLIC_FUNCTION(constchar *) ovr_DataStore_GetKey(const ovrDataStoreHandle obj, int index); OVRP_PUBLIC_FUNCTION(size_t) ovr_DataStore_GetNumKeys(const ovrDataStoreHandle obj); OVRP_PUBLIC_FUNCTION(constchar *) ovr_DataStore_GetValue(const ovrDataStoreHandle obj, constchar *key); #endif