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

Method GetApplicationKeyByProcessId

headers/openvr_api.cs:2741–2745  ·  view source on GitHub ↗
(uint unProcessId,System.Text.StringBuilder pchAppKeyBuffer,uint unAppKeyBufferLen)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected