Platform 1.36 Reference Guide

OVR_AbuseReportOptions.h File Reference

Typedefs

struct ovrAbuseReportOptions *

Typedef Documentation

typedef struct ovrAbuseReportOptions* ovrAbuseReportOptionsHandle ( )

Function Documentation

ovrAbuseReportOptionsHandle ovr_AbuseReportOptions_Create ( )
void ovr_AbuseReportOptions_Destroy ( ovrAbuseReportOptionsHandle handle )
void ovr_AbuseReportOptions_SetPreventPeopleChooser ( ovrAbuseReportOptionsHandle handle, bool value )
void ovr_AbuseReportOptions_SetReportType ( ovrAbuseReportOptionsHandle handle, ovrAbuseReportType value )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// This file was @generated with LibOVRPlatform/codegen/main. Do not modify it!

#ifndef OVR_ABUSE_REPORT_OPTIONS_H
#define OVR_ABUSE_REPORT_OPTIONS_H

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

#include "OVR_AbuseReportType.h"

struct ovrAbuseReportOptions;
typedefstruct ovrAbuseReportOptions* ovrAbuseReportOptionsHandle;

OVRP_PUBLIC_FUNCTION(ovrAbuseReportOptionsHandle) ovr_AbuseReportOptions_Create();
OVRP_PUBLIC_FUNCTION(void) ovr_AbuseReportOptions_Destroy(ovrAbuseReportOptionsHandle handle);
OVRP_PUBLIC_FUNCTION(void) ovr_AbuseReportOptions_SetPreventPeopleChooser(ovrAbuseReportOptionsHandle handle, bool value);
OVRP_PUBLIC_FUNCTION(void) ovr_AbuseReportOptions_SetReportType(ovrAbuseReportOptionsHandle handle, ovrAbuseReportType value);

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