(string pchAppKey)
| 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); |