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

Method GetApplicationAutoLaunch

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

Source from the content-addressed store, hash-verified

2830 return result;
2831 }
2832 public bool GetApplicationAutoLaunch(string pchAppKey)
2833 {
2834 IntPtr pchAppKeyUtf8 = Utils.ToUtf8(pchAppKey);
2835 bool result = FnTable.GetApplicationAutoLaunch(pchAppKeyUtf8);
2836 Marshal.FreeHGlobal(pchAppKeyUtf8);
2837 return result;
2838 }
2839 public EVRApplicationError SetDefaultApplicationForMimeType(string pchAppKey,string pchMimeType)
2840 {
2841 IntPtr pchAppKeyUtf8 = Utils.ToUtf8(pchAppKey);

Callers

nothing calls this directly

Calls 1

ToUtf8Method · 0.80

Tested by

no test coverage detected