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

Method GetGenericInterface

headers/openvr_api.cs:4862–4863  ·  view source on GitHub ↗
([In, MarshalAs(UnmanagedType.LPStr)] string pchInterfaceVersion, ref EVRInitError peError)

Source from the content-addressed store, hash-verified

4860 [DllImportAttribute("openvr_api", EntryPoint = "VR_GetStringForHmdError", CallingConvention = CallingConvention.Cdecl)]
4861 internal static extern IntPtr GetStringForHmdError(EVRInitError error);
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)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected