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

Method GetApplicationLaunchArguments

headers/openvr_api.cs:2869–2873  ·  view source on GitHub ↗
(uint unHandle,System.Text.StringBuilder pchArgs,uint unArgs)

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected