MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / InitInternal2

Method InitInternal2

headers/openvr_api.cs:4848–4849  ·  view source on GitHub ↗
(ref EVRInitError peError, EVRApplicationType eApplicationType,[In, MarshalAs(UnmanagedType.LPStr)] string pStartupInfo)

Source from the content-addressed store, hash-verified

4846 [DllImportAttribute("openvr_api", EntryPoint = "VR_InitInternal", CallingConvention = CallingConvention.Cdecl)]
4847 internal static extern uint InitInternal(ref EVRInitError peError, EVRApplicationType eApplicationType);
4848 [DllImportAttribute("openvr_api", EntryPoint = "VR_InitInternal2", CallingConvention = CallingConvention.Cdecl)]
4849 internal static extern uint InitInternal2(ref EVRInitError peError, EVRApplicationType eApplicationType,[In, MarshalAs(UnmanagedType.LPStr)] string pStartupInfo);
4850 [DllImportAttribute("openvr_api", EntryPoint = "VR_ShutdownInternal", CallingConvention = CallingConvention.Cdecl)]
4851 internal static extern void ShutdownInternal();
4852 [DllImportAttribute("openvr_api", EntryPoint = "VR_IsHmdPresent", CallingConvention = CallingConvention.Cdecl)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected