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

Method CancelApplicationLaunch

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

Source from the content-addressed store, hash-verified

2776 return result;
2777 }
2778 public bool CancelApplicationLaunch(string pchAppKey)
2779 {
2780 IntPtr pchAppKeyUtf8 = Utils.ToUtf8(pchAppKey);
2781 bool result = FnTable.CancelApplicationLaunch(pchAppKeyUtf8);
2782 Marshal.FreeHGlobal(pchAppKeyUtf8);
2783 return result;
2784 }
2785 public EVRApplicationError IdentifyApplication(uint unProcessId,string pchAppKey)
2786 {
2787 IntPtr pchAppKeyUtf8 = Utils.ToUtf8(pchAppKey);

Callers

nothing calls this directly

Calls 1

ToUtf8Method · 0.80

Tested by

no test coverage detected