([In, MarshalAs(UnmanagedType.LPStr)] string pchInterfaceVersion)
| 4862 | [DllImportAttribute("openvr_api", EntryPoint = "VR_GetGenericInterface", CallingConvention = CallingConvention.Cdecl)] |
| 4863 | internal static extern IntPtr GetGenericInterface([In, MarshalAs(UnmanagedType.LPStr)] string pchInterfaceVersion, ref EVRInitError peError); |
| 4864 | [DllImportAttribute("openvr_api", EntryPoint = "VR_IsInterfaceVersionValid", CallingConvention = CallingConvention.Cdecl)] |
| 4865 | internal static extern bool IsInterfaceVersionValid([In, MarshalAs(UnmanagedType.LPStr)] string pchInterfaceVersion); |
| 4866 | [DllImportAttribute("openvr_api", EntryPoint = "VR_GetInitToken", CallingConvention = CallingConvention.Cdecl)] |
| 4867 | internal static extern uint GetInitToken(); |
| 4868 | } |
nothing calls this directly
no outgoing calls
no test coverage detected