(uint unHandle,System.Text.StringBuilder pchArgs,uint unArgs)
| 2867 | return result; |
| 2868 | } |
| 2869 | public uint GetApplicationLaunchArguments(uint unHandle,System.Text.StringBuilder pchArgs,uint unArgs) |
| 2870 | { |
| 2871 | uint result = FnTable.GetApplicationLaunchArguments(unHandle,pchArgs,unArgs); |
| 2872 | return result; |
| 2873 | } |
| 2874 | public EVRApplicationError GetStartingApplication(System.Text.StringBuilder pchAppKeyBuffer,uint unAppKeyBufferLen) |
| 2875 | { |
| 2876 | EVRApplicationError result = FnTable.GetStartingApplication(pchAppKeyBuffer,unAppKeyBufferLen); |
nothing calls this directly
no outgoing calls
no test coverage detected