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

Method IsInterfaceVersionValid

headers/openvr_api.cs:4864–4865  ·  view source on GitHub ↗
([In, MarshalAs(UnmanagedType.LPStr)] string pchInterfaceVersion)

Source from the content-addressed store, hash-verified

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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected