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 ovrLaunchDetails * |
| const char * | ovr_LaunchDetails_GetDeeplinkMessage ( const ovrLaunchDetailsHandle obj ) |
| const char * | ovr_LaunchDetails_GetLaunchSource ( const ovrLaunchDetailsHandle obj ) |
| ovrUserArrayHandle | ovr_LaunchDetails_GetUsers ( const ovrLaunchDetailsHandle obj ) |
| ovrLaunchType | ovr_LaunchDetails_GetLaunchType ( const ovrLaunchDetailsHandle obj ) |
| ovrID | ovr_LaunchDetails_GetRoomID ( const ovrLaunchDetailsHandle obj ) |
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it! #ifndef OVR_LAUNCHDETAILS_H #define OVR_LAUNCHDETAILS_H #include "OVR_Platform_Defs.h" #include "OVR_LaunchType.h" #include "OVR_Types.h" #include "OVR_UserArray.h" typedefstruct ovrLaunchDetails *ovrLaunchDetailsHandle; OVRP_PUBLIC_FUNCTION(constchar *) ovr_LaunchDetails_GetDeeplinkMessage(const ovrLaunchDetailsHandle obj); OVRP_PUBLIC_FUNCTION(constchar *) ovr_LaunchDetails_GetLaunchSource(const ovrLaunchDetailsHandle obj); OVRP_PUBLIC_FUNCTION(ovrUserArrayHandle) ovr_LaunchDetails_GetUsers(const ovrLaunchDetailsHandle obj); OVRP_PUBLIC_FUNCTION(ovrLaunchType) ovr_LaunchDetails_GetLaunchType(const ovrLaunchDetailsHandle obj); OVRP_PUBLIC_FUNCTION(ovrID) ovr_LaunchDetails_GetRoomID(const ovrLaunchDetailsHandle obj); #endif