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 ovrAssetFileDownloadCancelResult * |
| ovrID | ovr_AssetFileDownloadCancelResult_GetAssetFileId ( const ovrAssetFileDownloadCancelResultHandle obj ) DEPRECATED. Use ovr_AssetFileDownloadCancelResult_GetAssetId(). |
| ovrID | ID of the asset file. |
| const char * | File path of the asset file. |
| bool | Whether the cancel request is succeeded. |
// 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