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 ovrMatchmakingEnqueuedUser * |
| ovrDataStoreHandle | |
| ovrUserHandle | |
| ovrID | ovr_MatchmakingEnqueuedUser_GetAdditionalUserID ( const ovrMatchmakingEnqueuedUserHandle obj, unsigned int index ) |
| unsigned int |
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it! #ifndef OVR_MATCHMAKINGENQUEUEDUSER_H #define OVR_MATCHMAKINGENQUEUEDUSER_H #include "OVR_Platform_Defs.h" #include "OVR_DataStore.h" #include "OVR_Types.h" #include "OVR_User.h" typedefstruct ovrMatchmakingEnqueuedUser *ovrMatchmakingEnqueuedUserHandle; OVRP_PUBLIC_FUNCTION(ovrDataStoreHandle) ovr_MatchmakingEnqueuedUser_GetCustomData(const ovrMatchmakingEnqueuedUserHandle obj); OVRP_PUBLIC_FUNCTION(ovrUserHandle) ovr_MatchmakingEnqueuedUser_GetUser(const ovrMatchmakingEnqueuedUserHandle obj); OVRP_PUBLIC_FUNCTION(ovrID) ovr_MatchmakingEnqueuedUser_GetAdditionalUserID(const ovrMatchmakingEnqueuedUserHandle obj, unsignedint index); OVRP_PUBLIC_FUNCTION(unsignedint) ovr_MatchmakingEnqueuedUser_GetAdditionalUserIDsSize(const ovrMatchmakingEnqueuedUserHandle obj); #endif