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

OVR_MatchmakingEnqueuedUser.h File Reference

Typedefs

struct ovrMatchmakingEnqueuedUser *

Typedef Documentation

typedef struct ovrMatchmakingEnqueuedUser* ovrMatchmakingEnqueuedUserHandle ( )

Function Documentation

ovrDataStoreHandle ovr_MatchmakingEnqueuedUser_GetCustomData ( const ovrMatchmakingEnqueuedUserHandle obj )
This method may return null. This indicates that the value is not present or that the curent app or user is not permitted to access it.
ovrUserHandle ovr_MatchmakingEnqueuedUser_GetUser ( const ovrMatchmakingEnqueuedUserHandle obj )
This method may return null. This indicates that the value is not present or that the curent app or user is not permitted to access it.
ovrID ovr_MatchmakingEnqueuedUser_GetAdditionalUserID ( const ovrMatchmakingEnqueuedUserHandle obj, unsigned int index )
unsigned int ovr_MatchmakingEnqueuedUser_GetAdditionalUserIDsSize ( const ovrMatchmakingEnqueuedUserHandle obj )
1
2
3
4
5
6
7
8
9
10
11
12
15
16
19
20
21
22
23
24
// 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
The documentation for this file was generated from the following file: OVR_MatchmakingEnqueuedUser.h