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

OVR_UserOptions.h File Reference

Typedefs

struct ovrUserOptions *

Typedef Documentation

typedef struct ovrUserOptions* ovrUserOptionsHandle ( )

Function Documentation

ovrUserOptionsHandle ovr_UserOptions_Create ( )
void ovr_UserOptions_Destroy ( ovrUserOptionsHandle handle )
void ovr_UserOptions_SetMaxUsers ( ovrUserOptionsHandle handle, unsigned int value )
void ovr_UserOptions_AddServiceProvider ( ovrUserOptionsHandle handle, ovrServiceProvider value )
void ovr_UserOptions_ClearServiceProviders ( ovrUserOptionsHandle handle )
void ovr_UserOptions_SetTimeWindow ( ovrUserOptionsHandle handle, ovrTimeWindow value )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it!

#ifndef OVR_USER_OPTIONS_H
#define OVR_USER_OPTIONS_H

#include "OVR_Platform_Defs.h"
#include "OVR_Types.h"
#include <stddef.h>
#include <stdbool.h>

#include "OVR_ServiceProvider.h"
#include "OVR_TimeWindow.h"

struct ovrUserOptions;
typedefstruct ovrUserOptions* ovrUserOptionsHandle;

OVRP_PUBLIC_FUNCTION(ovrUserOptionsHandle) ovr_UserOptions_Create();
OVRP_PUBLIC_FUNCTION(void) ovr_UserOptions_Destroy(ovrUserOptionsHandle handle);
OVRP_PUBLIC_FUNCTION(void) ovr_UserOptions_SetMaxUsers(ovrUserOptionsHandle handle, unsignedint value);
OVRP_PUBLIC_FUNCTION(void) ovr_UserOptions_AddServiceProvider(ovrUserOptionsHandle handle, ovrServiceProvider value);
OVRP_PUBLIC_FUNCTION(void) ovr_UserOptions_ClearServiceProviders(ovrUserOptionsHandle handle);
OVRP_PUBLIC_FUNCTION(void) ovr_UserOptions_SetTimeWindow(ovrUserOptionsHandle handle, ovrTimeWindow value);

#endif
The documentation for this file was generated from the following file: OVR_UserOptions.h