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 ovrHttpTransferUpdate * |
| const void * | ovr_HttpTransferUpdate_GetBytes ( const ovrHttpTransferUpdateHandle obj ) |
| ovrRequest | ovr_HttpTransferUpdate_GetID ( const ovrHttpTransferUpdateHandle obj ) |
| size_t | ovr_HttpTransferUpdate_GetSize ( const ovrHttpTransferUpdateHandle obj ) |
| bool |
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it! #ifndef OVR_HTTPTRANSFERUPDATE_H #define OVR_HTTPTRANSFERUPDATE_H #include "OVR_Platform_Defs.h" #include "OVR_Types.h" #include <stdbool.h> #include <stddef.h> typedefstruct ovrHttpTransferUpdate *ovrHttpTransferUpdateHandle; OVRP_PUBLIC_FUNCTION(constvoid *) ovr_HttpTransferUpdate_GetBytes(const ovrHttpTransferUpdateHandle obj); OVRP_PUBLIC_FUNCTION(ovrRequest) ovr_HttpTransferUpdate_GetID(const ovrHttpTransferUpdateHandle obj); OVRP_PUBLIC_FUNCTION(size_t) ovr_HttpTransferUpdate_GetSize(const ovrHttpTransferUpdateHandle obj); OVRP_PUBLIC_FUNCTION(bool) ovr_HttpTransferUpdate_IsCompleted(const ovrHttpTransferUpdateHandle obj); #endif