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

Method GetRuntimePath

headers/openvr_api.cs:4858–4859  ·  view source on GitHub ↗
(System.Text.StringBuilder pchPathBuffer, uint unBufferSize, ref uint punRequiredBufferSize)

Source from the content-addressed store, hash-verified

4856 [DllImportAttribute("openvr_api", EntryPoint = "VR_RuntimePath", CallingConvention = CallingConvention.Cdecl)]
4857 internal static extern string RuntimePath();
4858 [DllImportAttribute("openvr_api", EntryPoint = "VR_GetRuntimePath", CallingConvention = CallingConvention.Cdecl)]
4859 internal static extern bool GetRuntimePath(System.Text.StringBuilder pchPathBuffer, uint unBufferSize, ref uint punRequiredBufferSize);
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)]

Callers 1

RuntimePathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected