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

Platform 1.32 Reference Guide

OVR_CloudStorageUpdateResponse.h File Reference

Typedefs

struct ovrCloudStorageUpdateResponse *

Typedef Documentation

typedef struct ovrCloudStorageUpdateResponse* ovrCloudStorageUpdateResponseHandle ( )

Function Documentation

const char* ovr_CloudStorageUpdateResponse_GetBucket ( const ovrCloudStorageUpdateResponseHandle obj )
const char* ovr_CloudStorageUpdateResponse_GetKey ( const ovrCloudStorageUpdateResponseHandle obj )
ovrCloudStorageUpdateStatus ovr_CloudStorageUpdateResponse_GetStatus ( const ovrCloudStorageUpdateResponseHandle obj )
ovrCloudStorageVersionHandle ovr_CloudStorageUpdateResponse_GetVersionHandle ( const ovrCloudStorageUpdateResponseHandle obj )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it!

#ifndef OVR_CLOUDSTORAGEUPDATERESPONSE_H
#define OVR_CLOUDSTORAGEUPDATERESPONSE_H

#include "OVR_Platform_Defs.h"
#include "OVR_CloudStorage.h"
#include "OVR_CloudStorageUpdateStatus.h"

typedefstruct ovrCloudStorageUpdateResponse *ovrCloudStorageUpdateResponseHandle;

OVRP_PUBLIC_FUNCTION(constchar *)                 ovr_CloudStorageUpdateResponse_GetBucket(const ovrCloudStorageUpdateResponseHandle obj);
OVRP_PUBLIC_FUNCTION(constchar *)                 ovr_CloudStorageUpdateResponse_GetKey(const ovrCloudStorageUpdateResponseHandle obj);
OVRP_PUBLIC_FUNCTION(ovrCloudStorageUpdateStatus)  ovr_CloudStorageUpdateResponse_GetStatus(const ovrCloudStorageUpdateResponseHandle obj);
OVRP_PUBLIC_FUNCTION(ovrCloudStorageVersionHandle) ovr_CloudStorageUpdateResponse_GetVersionHandle(const ovrCloudStorageUpdateResponseHandle obj);

#endif
The documentation for this file was generated from the following file: OVR_CloudStorageUpdateResponse.h