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

Method GetInitToken

headers/openvr_api.cs:4866–4867  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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}
4869
4870

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected