(uint unProcessId,System.Text.StringBuilder pchAppKeyBuffer,uint unAppKeyBufferLen)
| 2739 | return result; |
| 2740 | } |
| 2741 | public EVRApplicationError GetApplicationKeyByProcessId(uint unProcessId,System.Text.StringBuilder pchAppKeyBuffer,uint unAppKeyBufferLen) |
| 2742 | { |
| 2743 | EVRApplicationError result = FnTable.GetApplicationKeyByProcessId(unProcessId,pchAppKeyBuffer,unAppKeyBufferLen); |
| 2744 | return result; |
| 2745 | } |
| 2746 | public EVRApplicationError LaunchApplication(string pchAppKey) |
| 2747 | { |
| 2748 | IntPtr pchAppKeyUtf8 = Utils.ToUtf8(pchAppKey); |
nothing calls this directly
no outgoing calls
no test coverage detected