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 ovrCloudStorageData * |
| const char * | ovr_CloudStorageData_GetBucket ( const ovrCloudStorageDataHandle obj ) |
| const void * | ovr_CloudStorageData_GetData ( const ovrCloudStorageDataHandle obj ) |
| unsigned int | ovr_CloudStorageData_GetDataSize ( const ovrCloudStorageDataHandle obj ) |
| const char * | ovr_CloudStorageData_GetKey ( const ovrCloudStorageDataHandle obj ) |
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it! #ifndef OVR_CLOUDSTORAGEDATA_H #define OVR_CLOUDSTORAGEDATA_H #include "OVR_Platform_Defs.h" typedefstruct ovrCloudStorageData *ovrCloudStorageDataHandle; OVRP_PUBLIC_FUNCTION(constchar *) ovr_CloudStorageData_GetBucket(const ovrCloudStorageDataHandle obj); OVRP_PUBLIC_FUNCTION(constvoid *) ovr_CloudStorageData_GetData(const ovrCloudStorageDataHandle obj); OVRP_PUBLIC_FUNCTION(unsignedint) ovr_CloudStorageData_GetDataSize(const ovrCloudStorageDataHandle obj); OVRP_PUBLIC_FUNCTION(constchar *) ovr_CloudStorageData_GetKey(const ovrCloudStorageDataHandle obj); #endif