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

Method LaunchApplication

headers/openvr_api.cs:2746–2752  ·  view source on GitHub ↗
(string pchAppKey)

Source from the content-addressed store, hash-verified

2744 return result;
2745 }
2746 public EVRApplicationError LaunchApplication(string pchAppKey)
2747 {
2748 IntPtr pchAppKeyUtf8 = Utils.ToUtf8(pchAppKey);
2749 EVRApplicationError result = FnTable.LaunchApplication(pchAppKeyUtf8);
2750 Marshal.FreeHGlobal(pchAppKeyUtf8);
2751 return result;
2752 }
2753 public EVRApplicationError LaunchTemplateApplication(string pchTemplateAppKey,string pchNewAppKey,AppOverrideKeys_t [] pKeys)
2754 {
2755 IntPtr pchTemplateAppKeyUtf8 = Utils.ToUtf8(pchTemplateAppKey);

Callers

nothing calls this directly

Calls 1

ToUtf8Method · 0.80

Tested by

no test coverage detected