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