Files
2026-06-04 11:42:34 +02:00

42 lines
1.8 KiB
C#

using System;
using System.Runtime.InteropServices;
namespace Valve.VR
{
// Token: 0x02000747 RID: 1863
public class ABHBMKJAHAC
{
// Token: 0x060100D3 RID: 65747
[DllImport("openvr_api", CallingConvention = CallingConvention.Cdecl, EntryPoint = "VR_InitInternal")]
internal static extern uint BDFLHONDNIM(ref GHBIKNGFNEL CGFLHHJMEEN, DNJCIDCPOBA CGLEKACDIIM);
// Token: 0x060100D4 RID: 65748
[DllImport("openvr_api", CallingConvention = CallingConvention.Cdecl, EntryPoint = "VR_GetGenericInterface")]
internal static extern IntPtr AEGBPKAAHLB([MarshalAs(UnmanagedType.LPStr)] [In] string IIDHMLELBMF, ref GHBIKNGFNEL CGFLHHJMEEN);
// Token: 0x060100D5 RID: 65749
[DllImport("openvr_api", CallingConvention = CallingConvention.Cdecl, EntryPoint = "VR_ShutdownInternal")]
internal static extern void NCAMMDEKBJH();
// Token: 0x060100D6 RID: 65750
[DllImport("openvr_api", CallingConvention = CallingConvention.Cdecl, EntryPoint = "VR_GetInitToken")]
internal static extern uint MKFHFNJENHM();
// Token: 0x060100D8 RID: 65752
[DllImport("openvr_api", CallingConvention = CallingConvention.Cdecl, EntryPoint = "VR_IsInterfaceVersionValid")]
internal static extern bool ANBOAIBIPDB([MarshalAs(UnmanagedType.LPStr)] [In] string IIDHMLELBMF);
// Token: 0x060100D9 RID: 65753
[DllImport("openvr_api", CallingConvention = CallingConvention.Cdecl, EntryPoint = "VR_IsHmdPresent")]
internal static extern bool GBJDLNHECDI();
// Token: 0x060100DA RID: 65754
[DllImport("openvr_api", CallingConvention = CallingConvention.Cdecl, EntryPoint = "VR_IsRuntimeInstalled")]
internal static extern bool FGBEGFGLEGJ();
// Token: 0x060100DB RID: 65755
[DllImport("openvr_api", CallingConvention = CallingConvention.Cdecl, EntryPoint = "VR_GetStringForHmdError")]
internal static extern IntPtr CIOCMCPLHIA(GHBIKNGFNEL DAKCKPMBKFF);
}
}