Files
Aug2021-Cpp2IL-Dump/SteamVR/Valve/VR/IVRSettings.cs
T
2026-04-10 22:50:51 +02:00

145 lines
5.4 KiB
C#

using System;
using System.Runtime.InteropServices;
using System.Text;
using Cpp2IlInjected;
namespace Valve.VR
{
// Token: 0x020001D3 RID: 467
[Token(Token = "0x200007F")]
public struct IVRSettings
{
// Token: 0x040003C5 RID: 965
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
[Token(Token = "0x4000397")]
internal IVRSettings._GetSettingsErrorNameFromEnum GetSettingsErrorNameFromEnum;
// Token: 0x040003C6 RID: 966
[global::Cpp2IlInjected.FieldOffset(Offset = "0x8")]
[Token(Token = "0x4000398")]
internal IVRSettings._Sync Sync;
// Token: 0x040003C7 RID: 967
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
[Token(Token = "0x4000399")]
internal IVRSettings._SetBool SetBool;
// Token: 0x040003C8 RID: 968
[global::Cpp2IlInjected.FieldOffset(Offset = "0x18")]
[Token(Token = "0x400039A")]
internal IVRSettings._SetInt32 SetInt32;
// Token: 0x040003C9 RID: 969
[global::Cpp2IlInjected.FieldOffset(Offset = "0x20")]
[Token(Token = "0x400039B")]
internal IVRSettings._SetFloat SetFloat;
// Token: 0x040003CA RID: 970
[global::Cpp2IlInjected.FieldOffset(Offset = "0x28")]
[Token(Token = "0x400039C")]
internal IVRSettings._SetString SetString;
// Token: 0x040003CB RID: 971
[global::Cpp2IlInjected.FieldOffset(Offset = "0x30")]
[Token(Token = "0x400039D")]
internal IVRSettings._GetBool GetBool;
// Token: 0x040003CC RID: 972
[global::Cpp2IlInjected.FieldOffset(Offset = "0x38")]
[Token(Token = "0x400039E")]
internal IVRSettings._GetInt32 GetInt32;
// Token: 0x040003CD RID: 973
[global::Cpp2IlInjected.FieldOffset(Offset = "0x40")]
[Token(Token = "0x400039F")]
internal IVRSettings._GetFloat GetFloat;
// Token: 0x040003CE RID: 974
[global::Cpp2IlInjected.FieldOffset(Offset = "0x48")]
[Token(Token = "0x40003A0")]
internal IVRSettings._GetString GetString;
// Token: 0x040003CF RID: 975
[global::Cpp2IlInjected.FieldOffset(Offset = "0x50")]
[Token(Token = "0x40003A1")]
internal IVRSettings._RemoveSection RemoveSection;
// Token: 0x040003D0 RID: 976
[global::Cpp2IlInjected.FieldOffset(Offset = "0x58")]
[Token(Token = "0x40003A2")]
internal IVRSettings._RemoveKeyInSection RemoveKeyInSection;
// Token: 0x020001D4 RID: 468
// (Invoke) Token: 0x06000AC5 RID: 2757
[Token(Token = "0x20002B9")]
[UnmanagedFunctionPointer(CallingConvention.StdCall)]
internal delegate IntPtr _GetSettingsErrorNameFromEnum(EVRSettingsError eError);
// Token: 0x020001D5 RID: 469
// (Invoke) Token: 0x06000AC9 RID: 2761
[Token(Token = "0x20002BA")]
[UnmanagedFunctionPointer(CallingConvention.StdCall)]
internal delegate bool _Sync(bool bForce, ref EVRSettingsError peError);
// Token: 0x020001D6 RID: 470
// (Invoke) Token: 0x06000ACD RID: 2765
[Token(Token = "0x20002BB")]
[UnmanagedFunctionPointer(CallingConvention.StdCall)]
internal delegate void _SetBool(string pchSection, string pchSettingsKey, bool bValue, ref EVRSettingsError peError);
// Token: 0x020001D7 RID: 471
// (Invoke) Token: 0x06000AD1 RID: 2769
[Token(Token = "0x20002BC")]
[UnmanagedFunctionPointer(CallingConvention.StdCall)]
internal delegate void _SetInt32(string pchSection, string pchSettingsKey, int nValue, ref EVRSettingsError peError);
// Token: 0x020001D8 RID: 472
// (Invoke) Token: 0x06000AD5 RID: 2773
[Token(Token = "0x20002BD")]
[UnmanagedFunctionPointer(CallingConvention.StdCall)]
internal delegate void _SetFloat(string pchSection, string pchSettingsKey, float flValue, ref EVRSettingsError peError);
// Token: 0x020001D9 RID: 473
// (Invoke) Token: 0x06000AD9 RID: 2777
[Token(Token = "0x20002BE")]
[UnmanagedFunctionPointer(CallingConvention.StdCall)]
internal delegate void _SetString(string pchSection, string pchSettingsKey, string pchValue, ref EVRSettingsError peError);
// Token: 0x020001DA RID: 474
// (Invoke) Token: 0x06000ADD RID: 2781
[Token(Token = "0x20002BF")]
[UnmanagedFunctionPointer(CallingConvention.StdCall)]
internal delegate bool _GetBool(string pchSection, string pchSettingsKey, ref EVRSettingsError peError);
// Token: 0x020001DB RID: 475
// (Invoke) Token: 0x06000AE1 RID: 2785
[Token(Token = "0x20002C0")]
[UnmanagedFunctionPointer(CallingConvention.StdCall)]
internal delegate int _GetInt32(string pchSection, string pchSettingsKey, ref EVRSettingsError peError);
// Token: 0x020001DC RID: 476
// (Invoke) Token: 0x06000AE5 RID: 2789
[Token(Token = "0x20002C1")]
[UnmanagedFunctionPointer(CallingConvention.StdCall)]
internal delegate float _GetFloat(string pchSection, string pchSettingsKey, ref EVRSettingsError peError);
// Token: 0x020001DD RID: 477
// (Invoke) Token: 0x06000AE9 RID: 2793
[Token(Token = "0x20002C2")]
[UnmanagedFunctionPointer(CallingConvention.StdCall)]
internal delegate void _GetString(string pchSection, string pchSettingsKey, StringBuilder pchValue, uint unValueLen, ref EVRSettingsError peError);
// Token: 0x020001DE RID: 478
// (Invoke) Token: 0x06000AED RID: 2797
[Token(Token = "0x20002C3")]
[UnmanagedFunctionPointer(CallingConvention.StdCall)]
internal delegate void _RemoveSection(string pchSection, ref EVRSettingsError peError);
// Token: 0x020001DF RID: 479
// (Invoke) Token: 0x06000AF1 RID: 2801
[Token(Token = "0x20002C4")]
[UnmanagedFunctionPointer(CallingConvention.StdCall)]
internal delegate void _RemoveKeyInSection(string pchSection, string pchSettingsKey, ref EVRSettingsError peError);
}
}