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.31 Reference Guide

OVR_AssetFileDownloadCancelResult.h File Reference

Typedefs

struct ovrAssetFileDownloadCancelResult *

Typedef Documentation

typedef struct ovrAssetFileDownloadCancelResult* ovrAssetFileDownloadCancelResultHandle ( )

Function Documentation

ovrID ovr_AssetFileDownloadCancelResult_GetAssetFileId ( const ovrAssetFileDownloadCancelResultHandle obj )
ovrID ovr_AssetFileDownloadCancelResult_GetAssetId ( const ovrAssetFileDownloadCancelResultHandle obj )
ID of the asset file.
const char* ovr_AssetFileDownloadCancelResult_GetFilepath ( const ovrAssetFileDownloadCancelResultHandle obj )
File path of the asset file.
bool ovr_AssetFileDownloadCancelResult_GetSuccess ( const ovrAssetFileDownloadCancelResultHandle obj )
Whether the cancel request is succeeded.
1
2
3
4
5
6
7
8
9
10
11
13
14
16
17
19
20
22
23
24
25
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it!

#ifndef OVR_ASSETFILEDOWNLOADCANCELRESULT_H
#define OVR_ASSETFILEDOWNLOADCANCELRESULT_H

#include "OVR_Platform_Defs.h"
#include "OVR_Types.h"
#include <stdbool.h>

typedefstruct ovrAssetFileDownloadCancelResult *ovrAssetFileDownloadCancelResultHandle;

OVRP_PUBLIC_FUNCTION(ovrID) ovr_AssetFileDownloadCancelResult_GetAssetFileId(const ovrAssetFileDownloadCancelResultHandle obj);

OVRP_PUBLIC_FUNCTION(ovrID) ovr_AssetFileDownloadCancelResult_GetAssetId(const ovrAssetFileDownloadCancelResultHandle obj);

OVRP_PUBLIC_FUNCTION(constchar *) ovr_AssetFileDownloadCancelResult_GetFilepath(const ovrAssetFileDownloadCancelResultHandle obj);

OVRP_PUBLIC_FUNCTION(bool) ovr_AssetFileDownloadCancelResult_GetSuccess(const ovrAssetFileDownloadCancelResultHandle obj);


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